Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Removing the Spaces link in Confluence 5.1

Alan Bowman
Contributor
April 12, 2013

Hello,

Several years ago I asked this question: https://answers.atlassian.com/questions/13007/removing-log-in-from-a-space-in-confluence-4

The answer given works as expected, but now I need to remove the Spaces link from a Space in the same manner. I'm trying to use the exact same script, but I don't know what the "name" for the Spaces link would be. Where would I find that name?

Additionally, if anyone knows a different way to do this, I'd be glad to hear about it. I'm trying to lock down a specific customer-facing Space so that our users aren't provided with options to log in, browse the system, or go to a page listing all the Spaces (which will also present them with Log in and Browse).

Thanks,
Alan

1 answer

1 accepted

1 vote
Answer accepted
Amalia
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.
April 13, 2013

The name/id of the space link is space-directory-link. So you would add the JS like the following:

AJS.$('#space-directory-link').parent().hide();

Related links:

Alan Bowman
Contributor
April 14, 2013

Thank you Amalia, that worked. And thanks for the links to the CSS and JS documentation.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events