The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to populate these variables?
This is the code from a template that vbAdvanced, third party front page software, creates. I need to be able to add this to forums that don't have VBA loaded.
I created a template with the code below, and a plugin which includes moderate.php hooked to parse_templates, but the variables hold a null value. Any clues? Thanks <table style="position:absolute;top:1px;left:1px"> <tr> <td class="$bgclass"> <div><phrase 1="$threads[count]" 2="$modcpdir/moderate.php?do=posts">$vbphrase[x_threads]</phrase></div> <div><phrase 1="$posts[count]" 2="$modcpdir/moderate.php?do=posts#postlist">$vbphrase[x_posts]</phrase></div> <div><phrase 1="$users[count]" 2="$admincpdir/user.php?do=moderate">$vbphrase[x_users]</phrase></div> </td> </tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|