Is there a way to make a link generator so people can get the link when viewing an image? maybe bbcode as well?
check plugin and mod boards ,already implemented
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.
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