Author Topic: URL To the image ????  (Read 4605 times)

0 Members and 1 Guest are viewing this topic.

Offline Bear

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
URL To the image ????
« 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   


TheOracle

  • Guest
Re: URL To the image ????
« Reply #1 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.

Offline Bear

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: URL To the image ????
« Reply #2 on: August 22, 2005, 08:24:02 AM »
will have a search through the forums

thanks for your reply

Offline kickthecrowd

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: URL To the image ????
« Reply #3 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

Offline danuk

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: URL To the image ????
« Reply #4 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.