link generator? link generator?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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