Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • acedesign123
    Participant

    @acedesign123

    Hi @danbp

    Thank you for the response, however I am new to BuddyPress, but I do know Theme Dev in WP in Gen, my situation is this,

    I want to remove all other steps and just fill in the details as you see on the first screen and just click finish, and have the group created. That is all.

    I just tried the :: Remove Sub-Nav Tabs from the link you provide and it does not work.
    Secondly, should I be putting the code on bp-custom.php

    Regards
    Ace


    acedesign123
    Participant

    @acedesign123

    Hi @itsasiak

    I am facing the same problem, That i get the error message of Are you sure you want to do this? on the second step after I create the group name and description.

    My bp-custom.php file looks like this.

    
    function remove_group_creation_steps() {
    	global $bp;
    	unset( $bp->groups->group_creation_steps['group-settings']		);
    	unset( $bp->groups->group_creation_steps['group-avatar']		);
    	unset( $bp->groups->group_creation_steps['group-invites']		);
    	unset( $bp->groups->group_creation_steps['group-cover-image']	);
    }
    add_action( 'bp_before_create_group_content_template', 'remove_group_creation_steps', 9999 );
    

    This code hides the menus on top when I create a group, as seen by the image
    Image Group

    But If I click FINISH it takes me to this screen ::

    Error Group

    Do you know where I can put code to solve this?

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