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>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.