Comment on Album in image.php

i would like to have a commentform in my image.php page that does not comment on the currently open image but on the album that contains this image.

i tried putting it between set_context() but it doesnt work.

`



<?php set_context(ZP_ALBUM_LINKED); ?>

<?php if (function_exists('printCommentForm')) {<br />
printCommentForm(true, '

Please leave a Comment:

', true);

} ?>

<?php set_context(ZP_IMAGE);?>



`

how do i do this?

Comments

  • You can't. The comment processing presumes the comment is about the page on which the comment was made.
Sign In or Register to comment.