The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi, I have created a custom registration page for my forum but I don't know what to store in the user.options field so right now I have hard coded a value to be entered there. Can someone tell me what registration fields get captured in there and what values it pulls from these fields? Thanks
|
#2
|
|||
|
|||
![]() PHP Code:
![]() Alan. |
#3
|
|||
|
|||
![]()
Thanks Alan.
Kwame |
#4
|
|||
|
|||
![]()
I found this thread incredibly helpful and wanted to update it to the latest version. Here's the contents of that variable for the current version of vB:
Code:
Array ( [showsignatures] => 1 [showavatars] => 2 [showimages] => 4 [coppauser] => 8 [adminemail] => 16 [showvcard] => 32 [dstauto] => 64 [dstonoff] => 128 [showemail] => 256 [invisible] => 512 [showreputation] => 1024 [receivepm] => 2048 [emailonpm] => 4096 [hasaccessmask] => 8192 [postorder] => 32768 [receivepmbuddies] => 131072 [noactivationmails] => 262144 [pmboxwarning] => 524288 [showusercss] => 1048576 [receivefriendemailrequest] => 2097152 [vm_enable] => 8388608 [vm_contactonly] => 16777216 ) |
#5
|
|||
|
|||
![]()
includes/xml/bitfield_vbulletin.xml - will give you a full listing of just about every bitfield used in vBulletin (permissions/options e.t.c. )
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|