Dear All,
Are there any plugins out there which is able to hide all comments from unregistered users and at the same time show all the comments to registered users?
Please help me.
Thank you very much.
Dear All,
Are there any plugins out there which is able to hide all comments from unregistered users and at the same time show all the comments to registered users?
Please help me.
Thank you very much.
I'd like to know too.
any update, guys?
I think it can be done manually by adding one line of code, but iam not a good programmer in that case. - Please Help us.
<?php if (access level < 1) echo "You Need To Register to view or site comments!";
else { show comments ...blabla
something like that. :D :S
This topic has been closed to new replies.