The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add user with SQL
I am operating a forum for a game and I am removing the vBulletin registration form and making it automated when you first log in.
I am adding the user to user table and generating the password with a small algorithm. The login process is flawless with my registration system. The only issue is that even though the usergroupid is 2 and the membergroupid is 2 (registered users), they show up as guests! Why is this? This is my query: Quote:
|
#2
|
||||
|
||||
Well, you shouldn't set a membergroup as the primary usergroup, that is just super silly.
You should look at the user DM and pass your data to a script that will use it, instead of running manual sql, because you're not updating the 5 other tables that are required for a user to be a user. |
#3
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|