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
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:
Thank you Amalia, that worked. And thanks for the links to the CSS and JS documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.