Quote:
Originally Posted by RaceJunkie
To place at the top.
in the navbar template.
Find:
Code:
<!-- breadcrumb, login, pm info -->
Above That add:
Code:
<!-- top nav buttons bar -->
<!-- MENU CONTROL ITEMS -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="{$vboptions['menu_directory']}{$vboptions['menu_link_one']}">{$vboptions['menu_item_one']}</a></td>
<td class="vbmenu_control"><a href="{$vboptions['menu_directory']}{$vboptions['menu_link_two']}">{$vboptions['menu_item_two']}</a></td>
<td class="vbmenu_control"><a href="{$vboptions['menu_directory']}{$vboptions['menu_link_three']}">{$vboptions['menu_item_three']}</a></td>
<td class="vbmenu_control"><a href="{$vboptions['menu_directory']}{$vboptions['menu_link_four']}">{$vboptions['menu_item_four']}</a></td>
<td class="vbmenu_control"><a href="{$vboptions['menu_directory']}{$vboptions['menu_link_five']}">{$vboptions['menu_item_five']}</a></td>
<td class="vbmenu_control"><a href="{$vboptions['menu_directory']}{$vboptions['menu_link_six']}">{$vboptions['menu_item_six']}</a></td>
<td class="vbmenu_control"><a href="{$vboptions['menu_directory']}{$vboptions['menu_link_seven']}">{$vboptions['menu_item_seven']}</a></td>
<td class="vbmenu_control"><a href="{$vboptions['menu_directory']}{$vboptions['menu_link_eight']}">{$vboptions['menu_item_eight']}</a></td>
<td class="vbmenu_control"><a href="{$vboptions['menu_directory']}{$vboptions['menu_link_nine']}">{$vboptions['menu_item_nine']}</a></td>
</tr>
</table>
</div>
<!-- / #END MENU CONTROL ITEMS -->
<!-- / top nav buttons bar -->
You don't have to include the
<!-- top nav buttons bar -->
and
<!-- / top nav buttons bar -->
I do this just so I know what it is..
|
Yes I will be including this along with other options in the next release