Hi
Installation has failed a tiny bit.
The navbar is not how it should be
here is part of my navbar code where the template changes are
Code:
<!-- / nav buttons bar -->
<br />
$adv_navbars
<br />
<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>
<if condition="$show['popups']">
<if condition="$vboptions[mgc_chatbox] && $chatbox_permission">
<td id="mgc_cb" class="vbmenu_control">
<a href="#">$vbphrase[mgc_chatbox]</a>
<script type="text/javascript">
vbmenu_register("mgc_cb");
</script>
</td>
</if>
<!-- NAVBAR POPUP MENUS -->
<if condition="$vboptions[mgc_chatbox] && $chatbox_permission">
<div class="vbmenu_popup" id="mgc_cb_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[mgc_chatbox]</td>
</tr>
<tr>
<td class="vbmenu_option">
<a href="mgc_chatbox.php?$session[sessionurl]do=view_chatbox" rel="nofollow">$vbphrase[mgc_cb_voir]</a>
</td>
</tr>
<tr>
<td class="vbmenu_option">
<a href="mgc_chatbox.php?$session[sessionurl]do=view_archive" rel="nofollow">$vbphrase[mgc_cb_voir_archives]</a>
</td>
</tr>
</table>
</div>
</if>
Please see the image as to what is happening
Any advice please?