I just don't want this to show up on a user's profile page. Thanks.

Comments

akalsey’s picture

You'll need to write a little bit of code. There's no UI for turning this on and off.

To disable it, you can write a small module that implements hook_user and on the "view" action deletes the content['activitystream'] hash key.

akalsey’s picture

Status: Active » Closed (won't fix)