Quote:
Originally Posted by dcasux
I love this hack..however, I cannot get the menu options to show up in ibproarcade.
ARCADE template has $navbar as the variable for the default navbar, and I removed that and placed $menucontrol in it's place, hoping that your menu would show up.
Alas, it didn't. Well, actually, the "Extras" showed up, but empty. No links showed up that are defined by me in your module in the ACP.
Any ideas on how to get consistancy in ibproarcade with your hack?
|
try this:
open /arcade/functions/functions.php
search for
Code:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
and replace it with
Code:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $custom_droplinks;
(thanks to MrZeropage)