The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
$vbulletin->userinfo['blahblah']
Hi
This should be a simple question. Where can i locate the place where the script creates, $vbulletin->userinfo['******']? What i am wanting to do is to add more customfield (e.g., vbb_userfields) informations inside it. Thanks. |
#2
|
||||
|
||||
includes/class_core.php
If you look in global.php, that'a where they put $vbulletin =& new vB_Registry. If i remember correctly. |
#3
|
|||
|
|||
i think he means this:
PHP Code:
so the background 1. in the usertable add the columns bar, foo 2. add plugin at the hook userdata_start now you can use it i hope it can be understand, sorry for bad english |
#4
|
|||
|
|||
hmm thks for the replies.
but i dont understand where are both of you tryin to lead me to. cuz i couldnt find those codes anywhere.. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|