Forums

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

How do you remove the activity feed from a user profile.

Natasha Bartlett January 20, 2020

When I person logs into our Confluence site and clicks onto a user profile they see all the Activity that user has completed on the website. I would like to know how I can remove the activity feed from a user profile.

1 answer

1 vote
Mirek
Community Champion
January 21, 2020

Simple, quick and easy solution that do not require any add-ons is always JS modification.

Add below code to your Custom HTML section (e.g HEAD)

<script type="text/javascript">
AJS.toInit(function(){
AJS.$('#profile-status-list').hide();
});
</script>

Enjoy!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events