We need to disable the Like feature, i.e. remove teh Like buttons from all Confluence pages. To do this there is a description in
https://confluence.atlassian.com/doc/likes-and-popular-content-278695530.html#LikesandPopularContent-Disablingthe%27like%27feature
but at least for us it does not work. The modules of the "Like Plugin" are shown as "cannot be modified". There is no hint how to disable the plugin or its modules.
Do I miss something? How can we disable the plugin in Confluence server?
Hi @Jürgen Bohn ,
you can do this with a simple CSS. Go to Confluence General Configuration, then in the "LOOK AND FEEL" section look for "Stylesheet" and add the following :
#comments-section {
display:none;
}
#likes-section {
display:none;
}
Let me know if this helps,
--Alexis
Yes, this allowed me to disable/hide the Like buttons.
Thank you very much.
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.