![]() |
|
while_album() on album pages > 1 not working? - 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: while_album() on album pages > 1 not working? (/thread-620.html) |
while_album() on album pages > 1 not working? - hubertus - 2006-06-26 I'm running Zenphoto 1.0.3 with a custom theme to integrate with my wordpress site. On album pages, I would like to display a short list of all other albums available. I am using this code ` [list] [*]
[list] [/list] ` This works fine for the first page of each album. I does not work for any subsequent pages. An example is available at http://www.unihandball.de/fotos/dresden_turnier_2006/ - the list in question is on the right side, labeled "Andere Alben" (site nowhere finished, sorry). Go to the second page of that album, and voila, no list anymore. Could anybody please tell me how to get that working for all pages? Thanks a lot! while_album() on album pages > 1 not working? - RogerUsh - 2006-06-27 I was having the same problem getting STEP 1: Create a new function in STEP 2: Create a new function in STEP 3: Replace And that's it! I know there might be a way to streamline the codes, but hopefully this will work for you. while_album() on album pages > 1 not working? - hubertus - 2006-06-27 Thanks! This works great, problem resolved. Turns out this is just not what the function is intended for in its original version (display the next set of available albums depending on where you are in the album list and how many albums per page there are). Should have taken a look at the code .... Thanks again, very helpful! while_album() on album pages > 1 not working? - RogerUsh - 2006-06-27 Your welcome |