![]() |
|
Box with image-code - 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: Box with image-code (/thread-1253.html) |
Box with image-code - Slaver - 2007-03-06 I want to get a link to image at once after uploading image(s) for posting it in livajournal or blog. Such as “Copy and paste this HTML into your webpage†box at Flickr… How can realize it? Box with image-code - trisweb - 2007-03-06 Well, right now you can only right-click the image and copy the URL of the image, but there are plans to add a feature like that. Is it for you, or other users? If you want to implement it, take a look at the image URLs produced by the Image class functions. Box with image-code - demosthenes705 - 2007-03-07 what codes are you looking for. I am assuming what else? Box with image-code - Slaver - 2007-03-07 [b]trisweb[/b] I think it is easy to add this feature. I want to get the URL of thumbnail or/and image (by [i]$conf['image_size'][/i]) and the URL of page in the gallery. Probably should generate not only thumbnail but and image in cache (if uploaded image is more than [i]$conf['image_size'][/i]). Box with image-code - Slaver - 2007-03-11 Up! Box with image-code - nealhacker - 2007-12-07 I would love to know how to do this as well or see this feature in the near future! Box with image-code - aitf311 - 2007-12-07 What link are you looking for? The full image link or the link to the resized image inside of zenphoto? Box with image-code - nealhacker - 2008-01-09 I would be looking for something for the viewers of my galleries to easily link to the resized image inside of zenphoto. Would be ideal for posting these images to their myspace, facebook, etc. Similar feature on photobucket.com Box with image-code - RachelL - 2008-11-29 This would be a great feature. I would love to try to figure it out myself, but I'm not very php-smart... could anyone please tell me what code would give me the actual image url? Thanks Box with image-code - acrylian - 2008-11-29 For example: http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetImageLinkURL |