
05-13-2014, 07:56 PM
|
|
|
Join Date: Jan 2012
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by kh99
You could try this: use the code at the link above, but add this at the end (after the added code):
PHP Code:
//CUSTOM FOR DISPLAY OF STATS IN NAVBAR
vB_Template::preRegister('navbar', array('numberguest' => $numberguest,
'numbermembers' => $numbermembers,
'numberregistered' => $numberregistered,
'totalonline' => $totalonline,
'activemembers' => $activemembers,
'activeusers' => $activeusers,
'totalposts' => $totalposts,
'totalthreads' => $totalthreads));
//EO CUSTOM FOR DISPLAY OF STATS IN NAVBAR
This can be done with plugins so that you don't need to modify code, but I don't have time to work that out, so this was the easiest way to tell you something that might work (hopefully there aren't any errors because I haven't tried the code).
|
its working tq
|