Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • bbddev
    Participant

    @bbddev

    Hello,
    I Have similar error with creations groups.
    In my wp-config.php, I have this: define(‘COOKIEPATH’, ”);
    I only correct the error after comment this line.
    I opted to delete all entry in with cookie word in my wp-config.php and continued work.
    I hope this can help some.
    🙂


    bbddev
    Participant

    @bbddev

    Hello,
    I tried to implement this code but without success.

    function bpex_set_member_default_nav() {
     
        bp_core_new_nav_default (
            array(
                'parent_slug'       => buddypress()->activity->id,
    	   // other "activity" sub_nav slugs : personal favorites friends groups
                'subnav_slug'       => 'friends',
                'screen_function'   => 'bp_activity_screen_friends'
            )
        );
    }
    add_action( 'bp_setup_nav', 'bpex_set_member_default_nav', 9 );

    My BuddyPress version is 3.0
    Have any change?
    I activate to the debug and I don’t receive any error

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar