BuddyDev

Search

Adding Activity Stream Back into BuddyPress

  • Participant
    Level: Enlightened
    Posts: 31
    Brian on #3884

    Hello,

    I used the code snippet here: https://buddydev.com/snippets/485-485/

    function bphelp_remove_activity_from_profile(){
    bp_core_remove_nav_item(‘activity’);
    }
    add_action(‘bp_activity_setup_nav’,’bphelp_remove_activity_from_profile’);

    to remove the activity stream tab from my BuddyPress site via the bp-custom.php file.

    How do I undo this action/get the activity stream back?

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #3897

    Hi Brian,
    Welcome to BuddyDev.

    Can you please explain what are you trying to accomplish? If you can explain, I will be able to assist better.

    Thank you
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved