The second step of the 1.2 to 1.3 upgrade is to change the code in the Navbar template as indicated here:
Quote:
2. Go to 'Style Manager' and in the 'Navbar' template:
Find:
<!-- Menu Control - Version 1.2 - Created by Marky (MgArcade.com) -->
<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"><if condition="$vboptions[menu_status]">
<td class="vbmenu_control"><a href="http://{$vboptions['menu_link_one']}">
<font color="#{$vboptions['menu_item_one_colour']}">{$vboptions['menu_item_one']}</font></a></td>
<td class="vbmenu_control"><a href="http://{$vboptions['menu_link_two']}">
<font color="#{$vboptions['menu_item_two_colour']}">{$vboptions['menu_item_two']}</a></td>
<td class="vbmenu_control"><a href="http://{$vboptions['menu_link_three']}">
<font color="#{$vboptions['menu_item_three_colour']}">{$vboptions['menu_item_three']}</a></td>
<td class="vbmenu_control"><a href="http://{$vboptions['menu_link_four']}">
<font color="#{$vboptions['menu_item_four_colour']}">{$vboptions['menu_item_four']}</a></td>
<td class="vbmenu_control"><a href="http://{$vboptions['menu_link_five']}">
<font color="#{$vboptions['menu_item_five_colour']}">{$vboptions['menu_item_five']}</a></td>
<td class="vbmenu_control"><a href="http://{$vboptions['menu_link_six']}">
<font color="#{$vboptions['menu_item_six_colour']}">{$vboptions['menu_item_six']}</a></td>
<td class="vbmenu_control"><a href="http://{$vboptions['menu_link_seven']}">
<font color="#{$vboptions['menu_item_seven_colour']}">{$vboptions['menu_item_seven']}</a></td>
<td class="vbmenu_control"><a href="http://{$vboptions['menu_link_eight']}">
<font color="#{$vboptions['menu_item_eight_colour']}">{$vboptions['menu_item_eight']}</a></td>
<td class="vbmenu_control"><a href="http://{$vboptions['menu_link_nine']}">
<font color="#{$vboptions['menu_item_nine_colour']}">{$vboptions['menu_item_nine']}</a></td></if>
</tr>
</table>
</div>
<!-- / #End Menu Control -->
And Replace with:
$menucontrol
|
When I made this change the second menu did not show up. I had to add the code back and delete '$menucontrol'.