Log in

View Full Version : Top_nav not showing up


waller99
12-19-2006, 03:27 PM
I setup the arcade today and I have the top_nav hack installed also. https://vborg.vbsupport.ru/showthread.php?t=129074

The top_nav bar isn't showing up on my arcade pages. Where can I add the variable or whatever I need to make this show up? Thanks in advance.

Anybody?

bigben
12-21-2006, 07:03 PM
I am having the same problem. When I am on the arcade.php page my top_nav isn't showing. Does anyone have a fix for this?

waller99
12-22-2006, 12:07 PM
Does anyone answer these support questions in here? If not, there shouldn't be a support forum..

stangger5
12-22-2006, 04:18 PM
I posted one way to fix it: Click here. (https://vborg.vbsupport.ru/showpost.php?p=1143510&postcount=76)

Cocko
12-22-2006, 06:55 PM
I setup the arcade today and I have the top_nav hack installed also. https://vborg.vbsupport.ru/showthread.php?t=129074

The top_nav bar isn't showing up on my arcade pages. Where can I add the variable or whatever I need to make this show up? Thanks in advance.

Anybody?


in forums/arcade/functions/functions.php add $nav2

search

function do_output($output_array)
{
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $menucontrol;

and replace with

function do_output($output_array)
{
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $menucontrol, $nav2;