Author Topic: Get the picture's url  (Read 8552 times)

0 Members and 1 Guest are viewing this topic.

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Get the picture's url
« on: May 04, 2005, 12:02:36 AM »
 Hi how can i get the picture's url, for example in detail.html i want to see which url has the picture. www.mydomain.com/4images/data/media/thumbnail/imagename.jpg

Any ideas?

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: Get the picture's url
« Reply #1 on: May 04, 2005, 01:48:35 AM »
Can I put somthing like {image_url} as a link and of the image? and the url should be www.mydomain.com/4images/data/media/thumbnail/imagename.jpg

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: Get the picture's url
« Reply #2 on: May 04, 2005, 03:37:41 AM »
Kind of...

Try this
Code: [Select]
http://www.example.com/4images/{media_src}
The link that produces IS valid and does work without any problems

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: Get the picture's url
« Reply #3 on: May 04, 2005, 04:16:12 AM »
thanks a lot :)

Offline rbfabbri

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Get the picture's url
« Reply #4 on: January 25, 2006, 12:55:08 AM »
Where i put this code?

 In details.html or details.php?

And in which place of the code?

Thanks!!!!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Get the picture's url
« Reply #5 on: January 25, 2006, 01:11:56 AM »
Where i put this code?

 In details.html or details.php?
details.html or media/jpg.html
And in which place of the code?
that is your task, basic HTML knowlege is required if you are planning modify 4images ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline rbfabbri

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Get the picture's url
« Reply #6 on: January 25, 2006, 01:34:49 AM »
Only a tip V@no.

Please.

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Get the picture's url
« Reply #7 on: January 25, 2006, 01:39:27 AM »
Quote

that is your task, basic HTML knowlege is required if you are planning modify 4images


I beg to differ. Web software utility can manage to do it graphicly without wondering if the HTML codes will work (such as Macromedia Dreamweaver). What needs to be knowledgeable are the tags inside the HTML content. ;)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Get the picture's url
« Reply #8 on: January 25, 2006, 01:42:53 AM »
Tip:
put the code anywhere in the template, open the image details web page, see where that link its being showed. if you like it, leave it there, if you dont, move it to another place. Repeat the process untill you find the spot which you like ;)
This tip is based on the information you've provided of what kind of template you are using and most important where is that you want to display the url.

So, if you dont know HTML, consider its your first step to learning it ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline rbfabbri

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Get the picture's url
« Reply #9 on: January 25, 2006, 01:53:41 AM »
Thanks V@no. :D

I will learn. :lol:

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Get the picture's url
« Reply #10 on: January 25, 2006, 01:55:07 AM »
Quote

So, if you dont know HTML, consider its your first step to learning it


That's better. 8)