-
brennsuppa posted on the forum topic Remove "are now friends" from activity stream in the group Creating & Extending: 13 years, 7 months ago
I know I should not answer to this old thread, but since it was bothering me as well I just removed it inside the activity-loop with this:
while ( bp_activities() ) : bp_the_activity();
if ( 'friendship_created' != bp_get_activity_type() ) :
include( locate_template( array( 'activity/entry.php' ), false ) )
endif;
endwhile; -
brennsuppa joined the group Creating & Extending 13 years, 7 months ago
-
brennsuppa started the forum topic hide comments on own wall in the group How-To and Troubleshooting: 13 years, 11 months ago
I’ve just installed and modified buddypress but it is bothering me that every comment I reply to friends status updates are also shown on my wall without the context!
Is there a way to not show them? -
brennsuppa joined the group How-To and Troubleshooting 13 years, 11 months ago
@brennsuppa
Active 2 years, 1 month ago