Comments & Reviews

Hi, does anyone know if there is a way to set it so that only registered users can leave comments and reviews rather than anyone?

Thanks

Hi, does anyone know if there is a way to set it so that only registered users can leave comments and reviews rather than anyone?

design/themes/responsive/templates/addons/discussion/views/discussion/view.tpl

replace

{if "CRB"|strpos:$discussion.type !== false && !$discussion.disable_adding}

with

{if "CRB"|strpos:$discussion.type !== false && !$discussion.disable_adding && $auth.user_id}

Then clear cache and check