The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Okay - I needed, also, to get the total number of members. Your variable $numbermembers is likely empty. The difference between your code and mine, is that I needed to be able to pull this data from an external file (not part of vBulletin).
Including global.php alone, was not enough to have the userstats array set. You must set the $specialtemplates array - in order for $vbulletin->userstats to be populated. The cache, is simply that this must be included BEFORE global.php is included/requred. $specialtemplates = array( 'userstats' ); Hope I was able to assist. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|