Allow users to comment but keep comments hidden?

Is there a way to allow people to comment on your photos but keep them hidden from everyone? Or at least make them have to be approved?

Comments

  • acrylian Administrator, Developer
    Yes, to both. Users can post "private" comments that do not appear on the site (and even the admin can't change this status!) and you can set comments to moderated. See the options.
  • abc1 Member
    Can you, Allow users/members to comment but keep comments hidden to non members ? but visible to users/members.
    Thanks
  • Tere is no direct support for this, but it could easily be coded in your theme. Simply add `if (zp_loggedin()) {
    }`
    around the code that prints the comment form.
  • abc1 Member
    Thank you for speedy reply, that seems straight forward, can you point me in the direction of the file that handles that...

    Many thanks.
  • acrylian Administrator, Developer
    The theme file or files you have comments on. That can be album.php, image.php, news.php and pages.php. Best you read the theming tutorial.
  • abc1 Member
    Thank you.
Sign In or Register to comment.