@swagga
9 years, 8 months ago
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!
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.