25-Mar-2023, 05:09 AM
Hi,
Is it possible to limit the comments that a user can make to a maximum of 1 comment per page?
I've seen in the FAQ that you can prevent users who are not logged in with
Is it possible to limit the comments that a user can make to a maximum of 1 comment per page?
I've seen in the FAQ that you can prevent users who are not logged in with
PHP Code:
<?php
$cmtx_logged_in = false;
but that disables the entire form. I'd still like users to be able to reply to other people's comments, but not start multiple comment threads.
I've poked through the settings and haven't found anything. Hopefully, someone might have an idea.
Thanks