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

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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.4
TAGS
AUG Leaders

Atlassian Community Events