For those of you who cannot leave well enuf alone, here is something I changed. I wanted the "Recently Added Articles" section to be listed at the top. Here is how you do that.
Edit the "vbArticles_main" template and look for
PHP Code:
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr id="cat">
<td align="left" background="https://vborg.vbsupport.ru/images/catbg_ukc.gif" bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="2"><normalfont color="#000000"><b>$top5catname</b></normalfont></td>
</tr>
<tr align="center">
<td bgcolor="#1D6AA0" align="left"><smallfont color="#EEEEFF"><b>Title</b></smallfont></td><td width="50" bgcolor="#1D6AA0" align="center"><smallfont color="#EEEEFF"><b>Views</b></smallfont></td>
</tr>
$top5listbit
</table>
Remove it. Now look for
PHP Code:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" width="95%" align="center"><tr><td>
Just below that, add
PHP Code:
<table cellpadding="4" cellspacing="1" border="0" width="100%"><tr id="cat"><td align="left" bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="2"><normalfont color="#000000"><b>$top5catname</b></normalfont></td></tr><tr align="center"><td bgcolor="#1D6AA0" align="left"><smallfont color="#EEEEFF"><b>Title</b></smallfont></td><td width="50" bgcolor="#1D6AA0" align="center"><smallfont color="#EEEEFF"><b>Views</b></smallfont></td></tr>$top5listbit</table>