Closed (won't fix)
Project:
Activity Stream
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2011 at 18:11 UTC
Updated:
7 Dec 2011 at 20:10 UTC
I just don't want this to show up on a user's profile page. Thanks.
Comments
Comment #1
akalsey commentedYou'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.
Comment #2
akalsey commented