Ary Braga
12-16-2012, 01:32 PM
Well, I have a gender choose on registration.
Are there any mod that based on that choice, move the member to this picked group ?
Something like this.
if ($vbulletin->userinfo['fieldX'] == "Women")
{
$newusergroupid = W;
}
else
{
$newusergroupid = 2;
}
Anyone know?
In advanced, Thank you so much.
Are there any mod that based on that choice, move the member to this picked group ?
Something like this.
if ($vbulletin->userinfo['fieldX'] == "Women")
{
$newusergroupid = W;
}
else
{
$newusergroupid = 2;
}
Anyone know?
In advanced, Thank you so much.