![]() |
new members question
On my site i set it to where there is newbies, members, and so on but what i want to know is when someone registers they automatically get setup as a member not a newbie. how do i change that to where when they sign up they start as a newbie?
|
does anyone know this? please :)
|
This depends on your settings like
eg. if you dont use coppa, not require moderation for new users, but require email check here is the part you should change: in register.php: } else { // activate account $DB_site->query("UPDATE user SET usergroupid=2 WHERE userid='$u'"); Change 2 there with the usergroupid of your newbie users.. If you have other settings check lines begining with: $DB_site->query("UPDATE user SET usergroupid= ... These are the lines vbulletin fixes your users usergroupid.. You can find the relevant line according to your settings and change the X there with new usergroupid. (make sure to backup register.php before proceeding!) |
All times are GMT. The time now is 08:59 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|