ZenphotoCMS Forum
No Comments on successive album pages - 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: No Comments on successive album pages (/thread-2474.html)



No Comments on successive album pages - zimen74 - 2008-03-19

Hi,

I've setup the comments also for albums. But noticed that when an album has multiple pages, the comment form is ONLY shown on the FIRST album page.

Is that a bug?

thank you




No Comments on successive album pages - sbillard - 2008-03-20

No, the comments are on the album as a whole, not on each individual page. If you like, you can change the code that reads `and leave out the && getCurrentPage() == 1) { ?>` you will get the comments stuff on each page, but it will be identical to that on the first page.




No Comments on successive album pages - zimen74 - 2008-03-24

Thank you very much. It's exctly what I was looking for.