The Arcive of vBulletin Modifications Site. |
|
Top_nav not showing up Details »»
|
|||||||||||||||||||||||||
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? Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
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?
|
|
#3
|
|||
|
|||
|
Does anyone answer these support questions in here? If not, there shouldn't be a support forum..
|
|
#4
|
||||
|
||||
|
I posted one way to fix it: Click here.
|
|
#5
|
|||
|
|||
|
Quote:
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;
Code:
function do_output($output_array)
{
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $menucontrol, $nav2;
|
![]() |
|
|