for posts made within a group or outside the buddypress context?
@AMJCraft – That’s to be expected. If it’s not a BP group forum post, the post will not be added to the activity stream, although if you’re using a deep integrated install of bbPress, it’s possible to add these non-BP posts to the stream.
@r-a-y how i can add the bbpress standalone deepintegrated in the stream?
@arturo84 – Use BuddyPress’ own insert activity function – bp_activity_add() available in /bp-activity.php as either a bbPress plugin or a code snippet in your bbPress theme’s functions.php.
You’ll need to hook into the right actions in bbPress. You’ll probably want to hook it to when a new topic is created and when a new reply is made. I don’t have these actions at the top of my head, but this should give you enough to go on.
[EDIT]
Something I forgot to mention is if you’re using your bbPress install in conjunction with BP’s group forums, you’ll probably also want to omit posts that belong in the group forum’s category ID, which in most cases is category ID #1. Why? Because you might get duplicate forum post entries in the activity stream.
@r-a-y thanks for your reply i’ve a custom table for bbpress standalone is the same for duplicate forum posts?
atm i don’t have time to make a plugin… anyone interested?
Did anyone make a plugin for this? Definitely needed! If I knew how to code I would make one. Lol.