Is it possible to disable the 'like' function in a Confluence page?

Ubisoft
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 6, 2013

Is it possible to disable the LIKE function in a single page, but not on the entire Confluence Space.

If yes, I would be interested to know how :)

thanks!

1 answer

1 accepted

4 votes
Answer accepted
RianA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 6, 2013

Hi, you can put html macro on that page and put this stylesheet inside the macro.

<style type="text/css">
  #likes-section{display:none !important;}
</style>

Ubisoft
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 6, 2013

Works perfectly! thanks a bunch!

RianA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 6, 2013

Super! Glad that it helps :)

Maya S Chase
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 10, 2017

It's 4 years later and I'm trying to figure out how to do this ... I just tried this and it didn't work.  Any other suggestions?

AnnWorley
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 10, 2017

Maya, I ran into this: https://community.atlassian.com/t5/Confluence-questions/Confluence-ToC-Macro-Produces-Error/qaq-p/583120 and the code he is using worked for me, whereas Rian's did not.

Don't forget it has to be in an HTML macro:

<!-- This is code to hide the Like feature --!>
 <style type="text/css">
#likes-section{display:none
!important;}
</style>
John Corwith September 7, 2017

Space Tools

Stylesheet

Space Stylesheet add

#likes-section {
    display:none;
}

For server anyway.

John Corwith September 17, 2019

Sorry, this will kill it for the space.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events