alright i am trying to create a module for vbadvanced and i can get it as the module but when it calls the template for the module it wont display the data even though i have it included in the forum index.
Code:
<table class="" cellpadding="3" cellspacing="1" border="0" width="170" align="center">
<thead>
<tr>
<td class="tcat">Site Statistics</td>
</tr>
</thead>
<tbody>
<tr>
<td class="alt1">
<center>
</center>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
<tr>
<td class="alt1" width="100%">
<div class="smallfont">
<div>
Total Threads: $totalthreads<br />
Total Posts: $totalposts<br />
Total Members: $numbermembers<if condition="$show['activemembers']"><br />
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
</if>
</div>
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
</div>
</tbody>
</td>
</tr>
</tbody>
</table>
what would i need to add so it is able to get that info ?