![]() |
|
how to get full url to image - function? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: how to get full url to image - function? (/thread-2134.html) |
how to get full url to image - function? - levista - 2008-01-25 I am playing around & modifying my zenphoto install. I am trying to find a way to get the full complete url to the images as seen in my ftp program but can't manage it. I tried as I saw it is used on the image.php to click through to the image alone but no success at all. To give you an idea of what I am trying to do, I am passing the image to another php page to modify it, my current code attempt is; ` [code] modify [/code] ` how to get full url to image - function? - levista - 2008-01-25 just to clarify further, rather than this ; ` "/gallery/zp-core/i.php?a=videogames%2Fgod+of+war&i=god+of+war.jpg&s=120" ` i want this ` http://www.mysite.com/gallery/videogames/godofwar/godofwar.jpg ` how to get full url to image - function? - jlang - 2008-01-25
Depending on your host's configuration where your website is basically mapped from a directory on another computer, your ftp program would probably look at a file location something like: how to get full url to image - function? - junko - 2011-07-25 Hi guys, I want something similar to this. On I have a list of thumbnails of the images, clicking one image opens it in a Colorbox lightbox, but for that to work, you need a path to the .jpg/.png, rather than a Thanks how to get full url to image - function? - sbillard - 2011-07-25 There is a function to get that url. Please look in the functions guide. how to get full url to image - function? - Simounet - 2011-07-26 Hi, I also get a problem with the last version of ZP. Even if I unprotected from hotlinking, I can't get the clean URL with getFullImageURL(). Where am I wrong ? Regards. how to get full url to image - function? - acrylian - 2011-07-26 Example please... Make sure you don't have the html cache enabled. how to get full url to image - function? - Simounet - 2011-07-26 Code: Result: |