@cfcommunity @nicolaj @raytronx @michael @gansad ok everyone so there is one more piece of code to edit. We discovered rtmedia creates their own type of activity post so you need to edit the if statement on or about line 477 of includes/wall-hooks.php from this: if( 'activity_update'==bp_get_activity_type() ){
to this: if( 1==1 ){