link generator? link generator?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

link generator?

Started by prowlingtiger, April 07, 2007, 06:03:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

prowlingtiger

Is there a way to make a link generator so people can get the link when viewing an image? maybe bbcode as well?

Sami

check plugin and mod boards ,already implemented
‍I don't answer to PM with support question
Please post your issue to related board

prowlingtiger

Well...theres not quite what i need. I dont want it to be auto pasted. What I want is a user to click on an image, then be offered various links, like bbcode, direct link, etc.

Joachim Müller

Then modify the mods as you see fit. Basically, you wrap the bbcode bars into a div with the css attribute display:none and when a user clicks on the image, you change the properties using the onclick event handler to display:block