Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I control what anonymous user sees on the Tools menu?

Terence McGhee July 29, 2011

The only options I want an anonymous user to access on the Tools menu are Attachments, Link to this Page..., and View Wiki Markup.

I'd like to completely hide all of the other options.

Is there a way to do this?

Thanks!

4 answers

1 accepted

3 votes
Answer accepted
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
July 31, 2011

Browse to:

Confluence Admin | Look and Feel | Custom HTML 

In At end of the HEAD, add some javascript similar to this:

<script>

if (AJS.$('#login-link').length > 0) {
AJS.$('.ajs-drop-down.most-right-menu-item li').hide();
AJS.$('#view-attachments-link').parent().show();
AJS.$('#link-to-page-link').parent().show();
AJS.$('#action-view-source-link').parent().show();
}
<script>
 
0 votes
Alex Samad YB May 24, 2012

Hi

I have confluence 4.2.2 neither of the above seemed to work. Is there a way to do it in 4.2.2

Eric Riddle July 5, 2012

Alex, check that you change the last <script> to </script>

0 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
August 1, 2011
0 votes
Jon Cotter
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.
August 1, 2011

You can also edit the template itself. You can find some related info here in this old post:

http://forums.atlassian.com/thread.jspa?messageID=257351387&#257351387.

In that post i outlined how I disabled certain features for anyone other than an admin... you could use the same concept to not show sections for people who arent logged in.

Let me know if you need more info.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events