4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Bear on August 21, 2005, 11:40:52 PM
-
Hello
Is there any way of putting in an option that shows URL to the stored or displayed image.
as an example look here http://photobucket.com/albums/v13/demouser/
Just so i can use some of the images in other forums using a direct link back.
Or is there a way to turn off the image protection on some of the images and right click to get the url to the image
that way.
Thank you
-
That could be done with ReWriteRule. There are some related topics about this. I don't know if it could exacly respond to image names like the example you posted though.
-
will have a search through the forums
thanks for your reply
-
<input type="text" value="<img src="http://www.whatever.com/4imagesdir/{media_src}" border="0" alt="{image_name}" width="{width}" height="{height}" /></a>" />
make sure and use Entity values... "e, &alt, ect
-
yes there is, I did it on my gallery, two boxes displaying the url of the image and another displaying the url with [img] tags at either end for forums that use that format.