link generator? link generator?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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