Remove the Activity Tab from the buddypress profile page
-
Hi All,
This is my first post in this forum. I am working on a buddypress site (V 1.6.1). The requirement is to have only the message, friends and settings tab in the member profile page.
I figured out that if we want to remove the activity tab, we can do so by commenting outparent::setup_nav( $main_nav, $sub_nav ); in the function setup_nav()
in buddypress/bp-activity/bp-activity-loader.php
I know that its not a very good idea to change the core files. But I dont know how to achieve this in bp-custom.php.
Is there a way to achieve this in the bp-custom.php file or override the core buddypress functionality somehow?Any pointers in this regard would be of great help.
Thanks in advance.
Regards,
Siloni
You must be logged in to reply to this topic.