Quote:
Originally Posted by waller99
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
Code:
function do_output($output_array)
{
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $menucontrol;
and replace with
Code:
function do_output($output_array)
{
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $menucontrol, $nav2;