This is
not my creation. I just edited the code from a vbadvanced block created by another person to suit vBindex.
Here is the full code that you need to replace in your custom block to get a site navagation block.
Code:
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
<td class="tcat" style="text-align: center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vbindex_customblock$box')"><img id="collapseimg_vbindex_customblock$box" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_vbindex_customblock.gif" alt="" border="0" /></a>
<strong>Site Menu</strong>
</td>
</tr>
</thead>
<tbody id="collapseobj_vbindex_customblock$box" style="$collapseobj_vbindex_customblock">
<tr>
<td class="alt1">
<div class="smallfont">
<!-- Navigation Block -->
<center><a href="index.php"><b>Forum Board</b></a></center>
</b>
<tr>
<td class="alt2" style="text-align: center;">
<b>
<span class="smallfont">
<a href="register.php"><b>Register Now</b></a></span></b></td>
</tr>
<tr>
<td class="alt1" style="text-align: center;">
<b>
<span class="smallfont">
<a href="rules.php"><b>Site Rules</b></a></span></b></td>
</tr>
<!-- End Navigation Block -->
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<br />
To add a new menu entry you would just use this at the end of the code, changing the "alt2" to 1 and 2 in the code to rotate colours correctly:
Code:
<tr>
<td class="alt2" style="text-align: center;">
<b>
<span class="smallfont">
<a href="yourfile.php"><b>Title Link</b></a></span></b></td>
</tr>
Can be seen working on my site. Off course you will have to edit the links in the code also to suit your site navagation.