Ok i've pretty much figured out how to get most everything working. But, how do I create an EXTRA "latest threads" in the vBadvanced homepage? It would be nice if it would point to a spicific part of the forum without having to edit the admin cp for the extra row.
Also, with the latest arcade news, i've hit a snag...I want the vBadvanced homepage to display the lastest arcade news but it doens't work. What am I doing wrong?
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vboptions[blockbullet] Latest Arcade News</b></span></td>
</tr>
<tr>
<td class="$getbgrow"><span class="smallfont">
$arcade_main_news_bit
</span>
</td>
</tr>
</table>
<br />