Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I remove the "profile update" entries in the Dashboard ?

Ellen Feaheny [AppFusions]
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.
July 4, 2011

When I allocate a restricted space to a group, while the content is restricted in the Dashboard, the global profile updates still scroll ... how do I eliminate these from showing up!

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
July 4, 2011

If a quick bit of JavaScript is OK, you can easily remove that...

Browse to...

Confluence Administration | Look and Feel Custom HTML

In At end of the HEAD, add:

<script>
AJS.toInit(function(){
AJS.$('.dashboard li.grouping .icon-user').parents('.grouping').remove();
});
</script>

Of course this quick n' dirty approach is no replacement for a custom plugin :)

0 votes
Ellen Feaheny [AppFusions]
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.
July 4, 2011

So happy - Perfect! This has been bugging me for ages! Happy Dance!

Applied and works!

TAGS
AUG Leaders

Atlassian Community Events