I was theming my user profile and I noticed that activity stream was inside the 'summary' category. I usually hide this category/block. I created a small patch to take the block out of summary and now activitystream can be themed independently just with:

<?php print $profile[activitystream]; ?>

I don't know if there's a reason activitystream it's inside summary.

I just changed:

$account->content['summary']['activitystream'] =  array(

to

$account->content['activitystream'] =  array(

Please review.

CommentFileSizeAuthor
activitystream_nosummary.patch572 byteslelizondo

Comments

johnnoc’s picture

I was looking for a snippet on how to print activity stream outside of summary and I came across this issue.

+1 Yeah I hope activitystream be taken out from the summary.

akalsey’s picture

Status: Needs review » Fixed

Patch looks good. Will be checked into CVS soon

akalsey’s picture

Version: 6.x-1.0-beta2 » 6.x-1.x-dev

This is now in -dev

akalsey’s picture

Status: Fixed » Closed (fixed)

In RC1