Quote:
Originally Posted by hooolala
is there any code available to do ramdon pictures on main page or on the side bar like the website below?
http://www.matrixowners.com (one big picture on the main page and 5 small pages on the bottom left hand corner)
if so, please help me.. thanx alot
|
Yeah, I have this on my forums. I put it above my forums though
www.muscle-mustangs.com/forums
Anywase, all you have do is find a spot where you want it, I chose FORUM HOME. If you want it their, go to your admin cp, styles and templates, Edit Template, forum home templates, then Forum Home. I put my right under navbar.
This is the code you must put in, you can pretty much put it in anywhere on forum home that you wish it to show:
PHP Code:
<!-- START VBGARAGE HACK -->
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat" colspan="5"><b>$vbphrase[vbgarage_latest_uploads]</b></td>
</tr>
<tr>
$latestbits
</tr>
</table>
</td></tr></table></td></tr></table>
<!-- END VBGARAGE HACK -->