![]() |
|
Thumbnail list when viewing images from search page - 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: Thumbnail list when viewing images from search page (/thread-2678.html) |
Thumbnail list when viewing images from search page - gjr - 2008-04-15 Hello,
` Thumbnail list when viewing images from search page - gjr - 2008-04-15 `
` It got cut off - sorry - trying again.. Thumbnail list when viewing images from search page - sbillard - 2008-04-15 Dynamic albums are funny beasts. They don't really exist, so when you are viewing the image page, its album is the physical album within which it resides. To find the dynamic album you will have to use code like is found in `printAlbumBreadcrumb() to establish an album object for the dynamic album. Thumbnail list when viewing images from search page - BertSimons - 2008-04-16 I used code below to show the thumbs for the search on the image page while in search context. Thumbnail list when viewing images from search page - gjr - 2008-04-17 BertSimmons: Thanks that is exactly what I needed! I wrapped the photo links around the printImage and it works good except for one thing: Lets say I have two galleries with 4 photos in each, both created in April 2008. When I click on the archive for April 2008, I get photo 1,2,3,4 from gallery 1 and a,b,c,d from gallery 2 in that order. When I click on photo 1, it takes me to the image.php view showing photo 1 with the thumbnails in the same order 1,2,3,4,a,b,c,d. When I click on photo A, the order of the photos changes to 4,3,2,1,d,c,b,a. Any ideas how to correct this so the images stay in the same order? Thanks! Thumbnail list when viewing images from search page - -Vincent - 2008-04-18 Same problem for me "gir". How can I fix it. Also, I've created a link on the full image view, which is leading on the album page. Vincent Thumbnail list when viewing images from search page - BertSimons - 2008-04-18 gjr as for the sort order.. are you using the lates nightly build? gjr+vincent; my complete code for thumbs on the image page both in an dynamic album context as in a normal alnum context is: ` ` I used the Thumbnail list when viewing images from search page - gjr - 2008-04-18 No, I am not using the latest nightly build - a little nervous using that for a production site. But if it will fix this problem I may try... Thanks for helping me! Thumbnail list when viewing images from search page - gjr - 2008-04-18 Yes - this problem is solved using nightly build - THANKS! Thumbnail list when viewing images from search page - -Vincent - 2008-04-21 Oh my God ! I would like to install the latest update but I will loose all of my custom modification... Is it possible to know what are the additions to paste them into my code ? I'm sorry I'm not really good. Vincent Thumbnail list when viewing images from search page - acrylian - 2008-04-21 It's of course impossible to tell you all the changes, we change things all the time. That is why we don't recommend hacking core files.:-) Thumbnail list when viewing images from search page - -Vincent - 2008-04-21 I've also modified some core files... to change the administrating interface. BoooOOh... it's my error, too bad for me ^^ Forgiveness for trouble ;) Thumbnail list when viewing images from search page - sbillard - 2008-04-21 It is quite possible to tell the changes. All you need is a good file comparator program. If you are running a PC, I would recommend "Beyond Compare 2" www.scootersoftware.com/ Then you make a comparison of your customized files and the release. You can also browse http://www.zenphoto.org/trac/log/ where the changes are noted. But the best thing would be not to modify the zenphoto core if at all possible. You can create your own custom functions--many of the themes have customfunction.php files. If you are making a customized theme, create a copy of the distributed one under a different name then make modifications to it. Thumbnail list when viewing images from search page - -Vincent - 2008-04-21 Thanks a lot for theses answers.. The website is now on the web, we will work on the bugs later ;) www.boutsdeplanete.com Vincent Thumbnail list when viewing images from search page - sbillard - 2008-04-21 Your site looks good. Thumbnail list when viewing images from search page - acrylian - 2008-04-22 Nice site. You should submit it to the showcase...;-) PS: Is it on purpose that you don't have next/prev image links on the image page? I always have to go back to the thumbnails for the next image. Thumbnail list when viewing images from search page - macalter - 2008-04-30 Vincent: went to the link . Nice gallery!! Aside from language barrier, there wasn't enough contrast for the type colour against the black background to be readable. |