-
MisterS started the forum topic Killing the @mention function in the group How-To and Troubleshooting: 14 years, 5 months ago
Hello everybody, I’am currently trying to hide the @mention function to users of my website. So i’ve put the following code in the “bp-custom.php” file : function modify_bp_core_hide_mention_item(){ global $bp; bp_core_remove_subnav_item($bp->bp_nav, $bp->bp_options_nav); } add_action(‘bp_activity_setup_nav’,’modify_bp_core_hide_mention_item’,0);…[Read more]
-
MisterS joined the group How-To and Troubleshooting 14 years, 5 months ago
@bigfudge
Not recently active