Quote:
Originally posted by FWC
Attach your g_statistics template to a message and we can take a look at it.
|
u da man, hehe
anyway, heres my g_statistics template:
Quote:
<!-- key -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td background="black" colspan="4">
<table cellpadding="1" cellspacing="0" border="0" width="100%">
<tr>
<td>
<B><normalfont><center>[Statistics]</center></normalfont></B></td>
</tr>
</table>
</td>
</tr>
<tr>
<TD bgcolor="{secondaltcolor}" width="20%" valign="top">
<smallfont>
<b>Top 5 Posters:</b>
<hr>
<table>
<tr>
<td width=100%><smallfont>User Names:</smallfont></td>
<td align="right"><smallfont>Posts:</smallfont></td>
</tr>
<tr>
<td width=100%><smallfont><b>$posts5name</b></smallfont></td>
<td align="right"><smallfont><b>$posts5post</b></smallfont></td>
</tr>
</table>
</smallfont></td>
<TD bgcolor="{firstaltcolor}" width="20%" valign="top">
<smallfont>
<b>Top 5 Newest Members:</b>
<hr>
<table>
<tr>
<td width=100%><smallfont>User Names:</smallfont></td>
<td align="right"><smallfont>Posts:</smallfont></td>
</tr>
<tr>
<td width=100%><smallfont><b>$username</b></smallfont></td>
<td align="right"><smallfont><b>$userposts</b></smallfont></td>
</tr>
</table>
</smallfont></td>
<TD bgcolor="{secondaltcolor}" width="20%" valign="top">
<smallfont>
<b>Top 5 Last Posters:</b><hr>
<table>
<tr>
<td width=30%><smallfont>Last Posters:</smallfont></td>
</tr>
<tr>
<td width=30%><smallfont><b>$poplastposter</b></smallfont></td>
</tr>
</table>
</smallfont></td>
</tr>
<tr>
<td bgcolor="{categorybackcolor}" colspan="4">
<table cellpadding="1" cellspacing="0" border="0" width="100%">
<tr>
<td bgcolor="{categorybackcolor}">
<smallfont>
Popular thread is <b>$pop1title</b> | <b>$pop1views</b> views. </smallfont></td>
<td bgcolor="{categorybackcolor}" align="right">
<smallfont>
Rated thread is <b>$ratedtitle</b> | <b>$ratedrating</b> votes.
</smallfont></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- / key -->
|