Absolutly wonderful portal! Much better than the one I've been using! However...
:banghead: I've been trying to create a module for the information on newest member, total fourm posts, total members, total forum threads...but I cannot get it to work!
Members works fine, but all I can get to work is the phrase for Threads:, but it doesn't show how many. The newest member doesn't work at all....
Can someone help me? This is the code I've used for the module's template:
Code:
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
<td class="tcat" style="text-align: center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vbindex_customblock$box')"><img id="collapseimg_vbindex_customblock$box" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_vbindex_customblock.gif" alt="" border="0" /></a>
<strong>Statistics</strong>
</td>
</tr>
</thead>
<tbody id="collapseobj_vbindex_customblock$box" style="$collapseobj_vbindex_customblock">
<tr>
<td class="alt1">
<div>
<font class="smallfont">
<div class="smallfont">$vbphrase[members]: <strong>$home[numbermembers]</strong><br /><br />Threads: <strong>$home[totalthreads]</strong><br />Posts: <strong>$home[totalposts]</strong><br /><br /></div>
<a href="member.php?u=$home['newuserid']">$home['newusername']</a>
</font>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<br />