The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New Member Coopa Walkaround
I have integrated my site with a classified software so that there is one registration for the entre site.
Problem- the classified software is doing the registration as we have the vb registration turned off. It is putting the new members in the Registered group but the top shows Coops User, do not change........ They are not in the coopa group per say they are in the registered primary group but the radio button is chosen to yes for coopa. I need it to be defulted to no automatically on registration as it will not allow my pm on registration hack to work. I have tried to disable and enable coopa and it does it both ways. Any ideas? |
#2
|
|||
|
|||
You are not setting the bitwise array up correctly for the options colum in the user table. What you will need to do is build an array with the desired options set. In the SQL query that adds the user to the vBulletin database you will need to use this array.
If you look at vBulletin's register.php and search for "$options" you'll find multiple places where data is placed into this array using internal vBulletin functions. Near line 680 there is a SQL query that places the user data into the user table. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|