PHP Code:
print_r($vbulletin->bf_misc_useroptions);
/* Outputs:
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
[showbirthdays] => 65536
[noactivationmails] => 262144
)
*/
Alan.