PDA

View Full Version : New Usergroup: How to let users select


stevensteven
01-19-2004, 02:13 PM
I'd like to establish a few new usergroups, which is a simple task. But I'd like to allow users to select which usergroup they wish to belong to when they register. Would this be a hack, or is built into 3.0B5?

Steven

NTLDR
01-19-2004, 02:16 PM
*moved to correct forum*

You'd need to hack this in or do it via membergroups.

stevensteven
01-19-2004, 02:22 PM
You'd need to hack this in or do it via membergroups.

Thank you for moving my post to the approrpriate forum. I am not familiar with member groups, can you provide me with additional info?

Thanks

NTLDR
01-19-2004, 03:03 PM
vB3 allows members to be in multiple user groups, A primary group, which is there main one, and member groups, which are additional user groups. If you created publicly joinable usergroups in the Admin CP members can request to join them via the User CP.

stevensteven
01-19-2004, 03:27 PM
vB3 allows members to be in multiple user groups, A primary group, which is there main one, and member groups, which are additional user groups. If you created publicly joinable usergroups in the Admin CP members can request to join them via the User CP.

I'd like to request some assistance in modifying my user registration so that it includes a drop down list show all of the publicly joinable usergoups. Please see http://216.67.233.212/forum/register.php? for my current registration screen. These templates and code were modified sometime ago by another developer.

Steven

mzenner
04-05-2004, 07:28 AM
I need this too: I'd like to request howto do the modifying in my user registration so that it includes a drop down list show all of the publicly joinable usergoups...

jluerken
04-05-2004, 08:41 AM
I'd like to establish a few new usergroups, which is a simple task. But I'd like to allow users to select which usergroup they wish to belong to when they register. Would this be a hack, or is built into 3.0B5?

Steven

First of all after registering all users belong to the REGISTERED USERS group but what you can do is create some public groups which they can join themself.

mzenner
04-05-2004, 09:11 AM
I know they are automatically belong to registerd users and i have created public groups.

i only want that new users select the public group of their choice uppon registration (and not only in their controlpanel)

the hack exists for V2 -> https://vborg.vbsupport.ru/showthread.php?s=&threadid=56887
and we would like to see this hack for v3 :-)

mzenner
04-13-2004, 11:52 AM
anybody -> stevensteven have you got a sollution?

vauge
10-11-2004, 03:26 PM
I know they are automatically belong to registerd users and i have created public groups.

i only want that new users select the public group of their choice uppon registration (and not only in their controlpanel)

the hack exists for V2 -> https://vborg.vbsupport.ru/showthread.php?s=&threadid=56887
and we would like to see this hack for v3 :-)
Is there a hack for this in 3.0.3 yet?

mzenner
10-11-2004, 07:39 PM
Is there a hack for this in 3.0.3 yet?

their is no default option to do it,
but i used a simple sollution,
edited the PHRASE of the registrationcompleted and added the link to groupmembership
http://www.urllink.com/forum/profile.php?do=joingroup&usergroupid=17
so you just place the links you want the users to be able to join :)

it is a workarround but it works ;)

vauge
10-11-2004, 08:03 PM
Awesome! Could you be a little more specific? Searching in template for 'registrationcompleted' yielded no results.

Thanks!

mzenner
10-11-2004, 08:09 PM
i meant in phrases
sorry for that, my mistake
http://www.yoururl.com/forum/admincp/phrase.php?do=search

registration_complete

and at that location put in the html

vauge
10-11-2004, 08:31 PM
Thank you! :)