Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Swagga
    Participant

    @swagga

    Thanks Shane, I think I have solved this.

    For anyone else who wants to have the group created with just ‘details’ filled in I added this

    function my_bp_remove_group_steps_init() {
    global $bp;
    unset( $bp->groups->group_creation_steps );
    }
    
    add_action( 'bp_actions', 'groups_action_create_group', 'my_bp_remove_group_steps_init' );

    Which appears to work just fine!


    Swagga
    Participant

    @swagga

    Anyone? I have see things to do with ‘unset’ but it seems that was in bp 1.6 and previous? Been looking around for a while and still no solution.

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