PDA

View Full Version : Removing navbar


didjital
12-01-2006, 06:13 PM
I've tried removing $navbar references from settings.php and anywhere else I could find them but I cannot seem to remove it.

I basically want the navbar to completely go away on the galleries pages.

Thanks for any help.

Morgan
12-01-2006, 10:36 PM
Instead, you could remove/comment out the $navbar variable from the vB hell_blank template, or if the vB hell_blank template is in use, you could use this condition in the vB hell_blank template:
Content visible to registered users only.

BrettM
05-27-2007, 08:27 PM
The code posted above also fixed my issue that was I was having with vBadvanced CMPS causing there to be two menu bars on the page. Thanks.

EricPSF
03-03-2008, 12:16 AM
Content visible to registered users only.

Hi,

I also encountered two menu bars for photoplog when using vBadvanced CMPS.

My hell_blank contains the following:
Content visible to registered users only.

May I know which line should I insert the
Content visible to registered users only.?

Thank you.

Morgan
03-05-2008, 01:13 PM
Replace $navbar with that line.

EricPSF
03-05-2008, 11:49 PM
Thanks Morgan!

It works. Cool.

Regards,
Eric