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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.