This topic has 5 replies, 4 voices, and was last updated 10 years by Abe.

  • Author
  • #4194
     skinnyc
    Participant

    Is there a way to show just your friends activity on the home page?

    #4237
     SQadmin
    Keymaster

    Hi,
    That is currently not possible

    regards

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4265
     skinnyc
    Participant

    Ok no problem, but is there a way to make it so that on the activity page it defults to the friends feed first rather than everyone?

    Thanks

    #4346
     SQadmin
    Keymaster

    Try adding this to wp-content/plugins/bp-custom.php

    COPY CODE
    
    function bbg_change_subnav() {
        global $bp;
        $bp->bp_options_nav['activity']['friends']['position'] = 5;
    }
    add_action( 'bp_setup_nav', 'bbg_change_subnav', 999 );
    
    
    function my_change_activity_default_subnav() {
    	global $bp;
    	bp_core_new_nav_default(array( 'parent_slug' => $bp->activity->slug, 'screen_function' => 'bp_activity_screen_friends', 'subnav_slug' => $bp->friends->slug));
    }
    add_action( 'bp_setup_nav', 'my_change_activity_default_subnav' );
    
    

    This is buddypress related. Please try searching of buddypress forums for similar questions

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #9782
     daniellemarie
    Participant

    How can I change this so that the Activity Stream defaults to the friends feed ONLY on my personal profile?

    I want to see the users personal feed when viewing their profile, not their friends feed.

    Thanks

    #9868
     Abe
    Keymaster

    Hi, That code is added before you know the page you are on so it is not doable.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?