Hi,
How I can remove the option to set the visibility option for comments.
Should be set visible to all users.
Greetings.
You can hide it by javscript or jquery script in announcment banner.
Hiding div class ="security-level" or div id = "commentLevel-multi-select" like this:
<script type="text/javascript"> jQuery(document).ready(function() { document.getElementById('commentLevel-multi-select').style.display = 'none'; }); </script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.