The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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!

TAGS
AUG Leaders

Atlassian Community Events