@cwedel
8 years, 8 months ago
I figured it out. Turns out i have this function in bp_custom.php to stop the creation of certain activity types.
//Block certain activity types from being added function bp_activity_dont_save( $activity_object ) { $exclude = array( 'updated_profile', 'new_member', 'friendship_created', 'joined_group', 'activity_comment' );
Turns out the last ‘activity_comment’ screwed up the whole commenting feature, when I thought it would just stop the creation of that activity type.
PLEASE!!!!!??????!!!!
anyone?