How can new member join to a group?
Say, add a group option in the Join form,
so the the new member can pick up the group
he want to join.
Thanks.
Jim
How can new member join to a group? Say, add a group option in the Join form, so the the new member can pick up the group he want to join. Thanks. Jim |
To join a Group you just have to go to the Groups tab, select the group you want to join and there is a Join link - if you have a lot of groups, adding that information to your join form could take up a lot of space |
Thanks, Dartin. Jim |
I have an issue. Currently if a user is not yet activated, he is still able to join groups, is it possible to disallow users to join groups if he has not yet activated his account? thank |
I have an issue. Currently if a user is not yet activated, he is still able to join groups, is it possible to disallow users to join groups if he has not yet activated his account? thank in group_actions.php look for case 'join': add these lines after the above $arrMember = getProfileInfo( $memberID ); Live Support http://dolphinbugfixing.com |