For a particular space (not globally), I would like to disable the comments (which I did under permissions) and the like button. Can I remove the like button w/o making a global change?
Hi @Terri Yeago ,
while disabling Likes and Comments is a global configuration, you could hide them with CSS on a space level.
Go to Space Tools → Look an Feel → Stylesheet and add the following:
#comments-section {
display:none;
}
#likes-section {
display:none;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Disabling Likes is a global configuration.
However, if you are on Confluence Server or Data Center, a workaround is available at https://community.atlassian.com/t5/Confluence-questions/disable-like-button/qaq-p/90327
Regards
Bhushan
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.