4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Bear on August 21, 2005, 11:40:52 PM

Title: URL To the image ????
Post 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   

Title: Re: URL To the image ????
Post by: TheOracle on August 22, 2005, 01:08:20 AM
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.
Title: Re: URL To the image ????
Post by: Bear on August 22, 2005, 08:24:02 AM
will have a search through the forums

thanks for your reply
Title: Re: URL To the image ????
Post by: kickthecrowd on August 25, 2005, 08:14:19 PM
Code: [Select]
<input type="text" value="&lt;img src=&quot;http://www.whatever.com/4imagesdir/{media_src}&quot; border=&quot;0&quot; alt=&quot;{image_name}&quot; width=&quot;{width}&quot; height=&quot;{height}&quot; /&gt;&lt;/a&gt;" />
make sure and use Entity values... &quote, &alt, ect
Title: Re: URL To the image ????
Post by: danuk on October 03, 2005, 02:45:34 PM
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.