Log in

View Full Version : Menu Control Mod


Cajun
08-16-2006, 11:04 PM
I have installed the Menu Control Mod to my board witch adds a second nav bar. Can anyone tell me how to get this second menu to show up on ibparcade pages?

Link to mod:
https://vborg.vbsupport.ru/showthread.php?t=122762

MrZeropage
08-18-2006, 07:25 AM
try this:

open /arcade/functions/functions.php
search for global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
and replace it with global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $menucontrol;

Cajun
08-18-2006, 10:15 AM
Thanks that did it.