PDA

View Full Version : [HELP] Double menu headers in arcade


Savage702
03-07-2008, 11:53 AM
Hi,

This might be a CMPS question, but thought I'd try here first. New to vb, pls bear with me.

Install of vb 3.7b5, CMPS 3.0.0, latest arcade d/l yesterday. I have the forum integrated with CMPS so I have a persistent menu on the left of my forums. The top VB menu seems to duplicate itself though when I bring up /arcade.php . (see attached picture). I've tried the latest arcade plugin for CMPS, but not sure I like it, want to just call the /arcade.php so it's on it's own page (still wrapped in CMPS). (I hope I'm making sense).

Test\setup forum at http://www.wvhsalumni.com/forums

Thanks,

Mark

Savage702
03-07-2008, 12:41 PM
So with some more searching and more reading, I understand it's not called a Header, it's a "navbar". Sorry.

I have resolved my problem, but can someone please tell me if this will have a negative effect, or if I handled this the wrong way.

I removed the following line from /arcade/functions/functions.php (line 1261):

eval('$navbar="' . fetch_template('navbar') . '";');

It now looks as it should.