ZenphotoCMS Forum
Allow users to comment but keep comments hidden? - 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: Allow users to comment but keep comments hidden? (/thread-8680.html)



Allow users to comment but keep comments hidden? - phanop - 2011-06-02

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?




Allow users to comment but keep comments hidden? - acrylian - 2011-06-03

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.




Allow users to comment but keep comments hidden? - abc1 - 2012-08-16

Can you, Allow users/members to comment but keep comments hidden to non members ? but visible to users/members.
Thanks




Allow users to comment but keep comments hidden? - sbillard - 2012-08-16

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.




Allow users to comment but keep comments hidden? - abc1 - 2012-08-17

Thank you for speedy reply, that seems straight forward, can you point me in the direction of the file that handles that...

Many thanks.




Allow users to comment but keep comments hidden? - acrylian - 2012-08-17

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.




Allow users to comment but keep comments hidden? - abc1 - 2012-08-17

Thank you.