We want to disable/remove the "Popular" feature from the dashboard [v5.9]

Cbishop April 19, 2016

This question is in reference to Atlassian Documentation: Customising the Confluence Dashboard

We are using Confluence v5.9 and trying to remove the "Popular" feature from our dashboard.

We have followed previous documentation instructions to open the Dashboard Macros under Managing Add-ons. We marked to have this feature disabled but it remains. 

Any assistance on removing the "Popular" feature would be appreciated. 

1 answer

1 accepted

1 vote
Answer accepted
Sharon Hinde
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.
April 22, 2016

Hi,

you could use this CSS in Confluence Administration > Stylesheet , to hide the Popular link in the sidebar. Then the Popular content can't be loaded either.

.wiki-content .aui-nav-item.nav-item-popular-stream {
  display: none;
}

Edit: previous answer was for pre 5.9 - doh!

Sharon

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events