The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
Shot in the dark, untested, and all that with vBulletin 4.1.0 Patch Level 2...
Say you want active users in the navbar template when you are on the forum.php page. Try adding a plugin to the forumhome_complete hook with this code: Code:
vB_Template::preRegister('navbar', array('activeusers' => $activeusers)); Code:
<div> <ol class="commalist"> {vb:raw activeusers} </ol> </div> Code:
vB_Template::preRegister('navbar', array('activeusers' => $activeusers)); $navbar = render_navbar_template($navbits); Whatever vB kicks out to $activeusers on those various pages should (unless this is all baked) be what you get in the navbar save for tweaks. ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|