The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
If you can, give the mysql vb user access to your eqdkp_items table, you won't need to create another connection to your database.
Don't echo anything in your plugin. You should just use the template system. So, put a variable in your FORUMHOME template, where you want your table to appear; let's call it $winners. HTML Code:
<if condition="!empty($winners)"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr><th colspan="2">Latest loot</th></tr> $winners </table> </if> PHP Code:
$winners will be replace by its value during fetch_template('FORUMHOME') in index.php |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|