Re: [New Plugin] BuddyPress Group Forum Extras
Hey rich
Tried out the activity-stream-comments inline in threads — very very nice. I’d actually disabled comments in the Activity stream on forum posts, because it fragmented conversation, but this brings it back together.
One note: in bp-forum-extras-activity.php on line 74, I added a new class post-list-activity (looks like it was just an oversight in coding, because there’s just a naked ‘class’ in there now)
<li id="activity-<?php bp_the_topic_post_id() ?>" class="post-list-activity">
so I could style the activity item specific to the forum, a little different from the way it appears in the Activity stream itself.
Just a heads up if you want to roll that into the next update (with whatever class name you see fit)…
Thanks again for these — really great stuff.