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.
Comments
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
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
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 ...
Do you have more than 6 albums? That is the default for this theme unless you make the changes I defined above.
I checked my theme and modifications i did.
With the coreection of j916, it seems to work fine :
http://www.freddy-matagne.be
Thanks a lot.