The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Disable Like Feature (Like button) in Confluence Server 7.4

Jürgen Bohn
May 22, 2020

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?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Alexis Robert
Community Champion
May 22, 2020

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

Jürgen Bohn
May 22, 2020

Yes, this allowed me to disable/hide the Like buttons.

Thank you very much.

DEPLOYMENT TYPE
SERVER
VERSION
7.4
TAGS
AUG Leaders

Atlassian Community Events