@assal0le
7 years, 4 months ago
WordPress version: 4.8 Buddypress version: 2.8.2
7 years, 7 months ago
thanks @henrywright that works great as I need 🙂
8 years, 7 months ago
Yes I got it, thx!
Thanks it works!!
In function.php which I should I use?
function set_default_group( $user_id ) { groups_join_group( 1, $user_id ); } add_action( 'user_register', 'set_default_group', 10, 1 );
or
function set_default_group( $user_id ) { groups_join_group( 1, $user_id ); } add_action( 'bp_core_activated_user', set_default_group', 10, 1 );
Hai @danbp, can this plugin changes user’s role whenever the user has completes everything?
For me to have quickly solve my issue, could you please show me some php code to cover this that I can use in order to solve my ploblem, please?