The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Thanks for the reply. I tried making that plugin but it just made the link disappear.
Here is the plugin I was originally using: Code:
$result = mysql_query("SELECT * FROM ajax_chat_online"); $num_chatting = mysql_num_rows($result); vB_Template::preRegister('navbar',array('num_chatting' => $num_chatting)); vB_Template::preRegister('FORUMHOME',array('num_chatting' => $num_chatting)); Code:
<li><a href="/chat/">Chat ({vb:raw num_chatting})</a></li> Thanks again for taking the time. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|