Filtered Activity instead of Post Comments
-
I’m trying to swap out my post comments for activity comments using this method in comments.php:
if ( bp_has_activities( $filterparty ) ) :
while ( bp_activities() ) : bp_the_activity();
locate_template( array( ‘activity/entry.php’ ), true, false );
endwhile;
endif;I have it sorted down to the post specific level, so it displays the proper comments for the post, taken from the activity steam. I can’t figure out how to make the buttons work, such as Comment, Favorite, and Delete (for admins). I’m fairly new to WordPress/Buddypress so I was hoping someone can point me in the right direction.
(WP 3.2.1 + BP 1.5.1)
You must be logged in to reply to this topic.