Quote:
Originally Posted by Blindchild02
hm, any way you could possibly add the 5 latest uploads to the forumhome?
|
here you go
just import the attached plugin
and add the following code in your forumhome template
Code:
<table class="tborder" align="center" border="0" cellpadding="6" cellspacing="1" width="100%">
<thead>
<tr>
<td class="tcat" colspan='$vbimghost[count]' align="center">$vbphrase[vbimghost_last5img] </td>
</tr>
</thead>
<tbody>
<tr align="center">
$vbimghost[last5]
</tr>
</tbody>
</table>
<br />