Guests see error when viewing item and comments.
Patch
Open acp > theme editor > collections > front > view > comments
Find:
{{if $entry->commentForm() || $entry->locked()
Replace With:
{{if \IPS\Member::loggedIn()->member_id AND $entry->commentForm() || $entry->locked()
Save.
Edited by Michael
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.