I Have been searching through the php sources and have to ask what and how is the array $vbulletin->usergroupcache structured and is this array documented any where.
I found this in the API
mixed $usergroupcache = null (line 2469)
Results for specific entries in the datastore.
var: Mixed, though mostly arrays.
I have to ask the line 2469 what source file is it in?
But that is not a lot of information above so I would like to know the structrue of this array and how ido you uses this array can I asume that it has global scope for my purpose i need to at least have this aviable in the calendar.php at least.
I also need to ask the question the "$vbulletin->" where is this defined in the source.
I also need to ask the question the "TABLE_PREFIX" where is this defined in the source.
and finially the $vbphrase['additional_usergroups'] how is this used in the system does this mean that all the secondary user groups which would be the custom user groups I create are stored here some how - please explain THANKS?
Use the print_r() function to see what is inside the $vbulletin->usergroupcache but how does.
THANKS
Frank H. Shaw
|