The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#5
|
|||
|
|||
![]()
If you create a plugin using hook location init_startup and code like this:
Code:
$new_datastore_fetch[] = 'userstats'; The you should be able to use {vb:raw vbulletin->userstats.numbermembers} If you want the number formatted with commas, then you need another plugin. Maybe at hook showthread_complete and code like: Code:
$numbermembers = vb_number_format($vbulletin->userstats['numbermembers']); vB_Template::preRegister('SHOWTHREAD', array('numbermembers' => $numbermembers)); |
Благодарность от: | ||
mokujin |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|