PDA

View Full Version : List of items in bbuserinfo?


Gellpak
26 Oct 2005, 22:34
I've been looking everywhere to find a complete list of all items contained in bbuserinfo, and I'm not entirely sure what file to open up in my copy of vb to find this. Does anyone have a list?

Marco van Herwaarden
27 Oct 2005, 05:12
Just add (temporary) the following statement somewhere:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


This will show you a nice list of the contents in that script.
PS $bbuserinfo is used in 3.0, in 3.5 you should be using $vbulletin->userinfo.

TCM
22 Nov 2005, 22:20
Just add (temporary) the following statement somewhere:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


This will show you a nice list of the contents in that script.
PS $bbuserinfo is used in 3.0, in 3.5 you should be using $vbulletin->userinfo.
I use the following. Don't you need to escape the HTML?



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Borgs8472
22 Nov 2005, 22:25
^ ^
make it in a php file

merk
22 Nov 2005, 23:03
You could just use vBulletins print_array() (found in functions_misc.php) :)