Hello,
Firstly, thanks for this awesome script..
I'm using this script and stopdesign theme on a website and i'd like to display more than 6 albums on the first page.
Is it possible ?
If not perhaps can we add >> to specify there's more albums.
Thanks for your support.
Well in fact, it is.
But it didn't seem to affect the presentation of the first page.
Here's the config :
http://www.hiboox.fr/go/images/informatique/zen,b8156ce4e571bee7cd0490c969cbbb41.jpg.html
It doesn’t affect the presentation because the theme is hard coded to only display 6 albums. I modified the code in index.php from:
while (next_album() and $counter < 6)
To
while (next_album() and $counter < getOption(albums_per_page))
and that works.
There is another problem with zenphoto in that if you have more albums than what is displayed then when you click on one of the archive links you will only see the ‘next’ album. see: http://www.zenphoto.org/support/topic.php?id=2640&replies=2
Hello,
Thanks for your reply.
I see an error on my theme.
The link to archive is false :
http://www.freddy-matagne.be/Bernay+2008/page/albumarchive
instad of :
http://www.freddy-matagne.be/page/albumarchive
What can i change to correct this mistake ?
Strange, because i never change anything on the source code ...
Well,
I checked my theme and modifications i did.
With the coreection of j916, it seems to work fine :
Thanks a lot.