Quote:
Originally Posted by Carlos2
How can i do to see thumbnails in the last five pictures that i can see in the profiles?
|
In MEMBERINFO Template
Find :
PHP Code:
</tr>
</table>
$footer
</body>
</html>
Above it add:
PHP Code:
<tr>
<td class="tcat" colspan='2'>$vbphrase[vbimghost_last5img] $vbimghost[more]</td>
</tr>
<tr valign="top">
<td class="panelsurround" align="center" colspan="2">
<div class="fieldset">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
$vbimghost[last5]
</tr>
</table>
</div>
</td>
</tr>