Remove the option to set the visibility option for comments.

Albert Iglesias Gómez March 19, 2012

Hi,

How I can remove the option to set the visibility option for comments.

Should be set visible to all users.

Greetings.

1 answer

0 votes
Sergey Papurin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2012

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>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events