No Comments on successive album pages

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

Comments

  • 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 `<?php if (getOption('Allow_comments') && getCurrentPage() == 1) { ?>` 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.
  • Thank you very much. It's exctly what I was looking for.
Sign In or Register to comment.