![]() |
|
how to change the code - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: how to change the code (/thread-5347.html) |
how to change the code - coolemoticons - 17-06-2009 Excuse me, I'd like to change the image address, because the gif thumb image is not dynamic. I find the thumb code is "", but I don't know how to change that can like to the real image address, not the cache image address. Anothing thing is how to create a new page, like "news", "links" etc... how to change the code - acrylian - 17-06-2009 Sorry, what do you mean with the gif thumb is not dynamic? An animated gif?? This is not the way Zenphoto works and it does not really make sense to use a full size image as a thumbnail actually. However you can do that, please look at the functions guide. Regarding pages please look at the theming tutorial or try the Zenpage plugin with the zenpage-default theme. how to change the code - coolemoticons - 17-06-2009 My ideas is the gif image is link to the "albums" folder, not link to the "cache". Because when i upload the images, they are all the animated gif files. For the size, just need to set the image display "width" and "high" So, Can you tell me how to change? how to change the code - acrylian - 17-06-2009 Zenphoto works internally with jpges only. Meaning all images resized by Zenphoto are actually jpegs. There are functions to get the fullimage. how to change the code - coolemoticons - 17-06-2009 sorry, can you show me where is the functions guide? how to change the code - acrylian - 17-06-2009 http://www.zenphoto.org/documentation/index.html how to change the code - coolemoticons - 18-06-2009 I have't find any useful information in phpDocumentor v1.4.1, i just want to know how to change the "", that can link to the image that I upload, not the thumb image. how to change the code - acrylian - 18-06-2009 You can use how to change the code - coolemoticons - 19-06-2009 Sorry, I don't know the php code, can you just tell me to change which file and which line (if just change the themes are much better), can make the index page images link to the albums folder images. Thanks! how to change the code - acrylian - 19-06-2009 You need to change your theme's index.php and album.php file. Please read the theming tutorial to get familiar with Zenphoto themes. You surely will understand that it exceeds our resources to write your code for you. |