Kewl Brian at
http://vbadvanced.com pointed to the fix.
If you have VBadvanced cmps, and this hack isn't working, you'll need to open your vba_cmps_include_bottom.php file
And look for :
Code:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox;
Replace it with :
Code:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox, $nav_arcade;
And you'll be set to go!
This info came from this thread -
http://www.vbadvanced.com/forum/showthread.php?t=1182