How do I hide the Browse menu from Group (confluence-users) in Confluence?

Siddheshwar mhetre
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.
September 12, 2013

I can hide the menu using follwing script from confluence-user as well as confluence-administrator.

<script>
AJS.toInit(function(){
if (AJS.params.remoteUser == ''){
AJS.$('#browse-menu-link').hide();
}
});
</script>

But, I want to hide menu to a Group, Is there any script to hide a menu from a group?

1 answer

1 accepted

1 vote
Answer accepted
RambanamP
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.
September 12, 2013

i dont think you will get the groups in javascript and there is no REST to get groups, check this

https://answers.atlassian.com/questions/140219/any-way-in-javascript-to-tell-if-the-current-user-is-a-confluence-administrator

another way is you can create REST Plugin and later you can access it from javascript

check this document to know how to develop REST plugin

https://developer.atlassian.com/display/DOCS/REST+Plugin+Module

Siddheshwar mhetre
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.
September 12, 2013

Thanks its working :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events