Quote:
Originally Posted by butty
tried that mate and your right. but now the drop down boxes on ldm. category, show searc etc dont work. any ideas?
|
i sussed it out i think andrew. what i did was copied all of my navbar template and put that in the adv_portal template in place of $navbar
what i did then was remove all the code apart from the bit below (out of the adv_portal template) and it now seems to work. no errors and i can click the menus fine. lol. from a quick glance does it look like this fix will do good for me or can you forsee errors along my path lol
you can see it working here
http://www.oldskoolanthemz.com/forum...s.php?catid=10
note the navbar is gone but im errorless and all menus seem to be working fine
PHP Code:
<!-- PAGENAV POPUP -->
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
</form>
</td>
</tr>
</table>
</div>
<!-- / PAGENAV POPUP -->