PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old February 22nd, 2005, 05:54 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Posts: 146
Remove Navbar from Gallery Pages

Hi,

I would like to remove VBulletin navbar from Gallery pages. I tried removing $adv_navbar from adv_gallery template but no use . I am using VBA Page to wrap gallery with side column and I have turned it off on VBA as well as individual VBA pages as well. But still its displaying in Gallery

Can any one gude me please
iphoto is offline   Reply With Quote
Old February 22nd, 2005, 06:00 PM   #2 (permalink)
Member
Verified Customer
 
Join Date: Feb 2004
Location: Austin, Texas
Posts: 194
Send a message via ICQ to Blue Moose Aaron Send a message via AIM to Blue Moose Aaron Send a message via MSN to Blue Moose Aaron Send a message via Yahoo to Blue Moose Aaron
Re: Remove Navbar from Gallery Pages

Remove $navbar
Blue Moose Aaron is offline   Reply With Quote
Old February 22nd, 2005, 06:04 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Posts: 146
Re: Remove Navbar from Gallery Pages

Quote:
Originally Posted by Ted Varnson
Remove $navbar
Did it already but navbar does not go away
iphoto is offline   Reply With Quote
Old February 22nd, 2005, 06:06 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Feb 2004
Location: Austin, Texas
Posts: 194
Send a message via ICQ to Blue Moose Aaron Send a message via AIM to Blue Moose Aaron Send a message via MSN to Blue Moose Aaron Send a message via Yahoo to Blue Moose Aaron
Re: Remove Navbar from Gallery Pages

You removed it from all the templates?
Blue Moose Aaron is offline   Reply With Quote
Old February 22nd, 2005, 06:35 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Posts: 146
Re: Remove Navbar from Gallery Pages

Quote:
Originally Posted by Ted Varnson
You removed it from all the templates?

yes still its not going away
iphoto is offline   Reply With Quote
Old February 23rd, 2005, 09:55 AM   #6 (permalink)
Brian
Guest
 
Posts: n/a
Re: Remove Navbar from Gallery Pages

Are you editing the correct style? There's no way it would still show up if you removed it from the templates. Actually, the only way would be if you've integrated your pages with the CMPS.
  Reply With Quote
Old February 23rd, 2005, 10:14 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Posts: 146
Re: Remove Navbar from Gallery Pages

Quote:
Originally Posted by Brian
Are you editing the correct style? There's no way it would still show up if you removed it from the templates. Actually, the only way would be if you've integrated your pages with the CMPS.
Brian, you are correct, I am wraping the Gallery with custom page of VBA CPMS. But even when I disable navbar in CPMS it goes from home page but stays in Gallery index page...
iphoto is offline   Reply With Quote
Old February 23rd, 2005, 10:15 AM   #8 (permalink)
Brian
Guest
 
Posts: n/a
Re: Remove Navbar from Gallery Pages

There's not any reason I can think of that it would do that. If you'd like to submit a support ticket though I'd be glad to take a look and see why it's doing that.
  Reply With Quote
Old February 23rd, 2005, 01:30 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Posts: 146
Re: Remove Navbar from Gallery Pages

Quote:
Originally Posted by Brian
There's not any reason I can think of that it would do that. If you'd like to submit a support ticket though I'd be glad to take a look and see why it's doing that.
no problem Brian, I changed my site design to have navbar
iphoto is offline   Reply With Quote
Old February 24th, 2005, 10:35 AM   #10 (permalink)
Member
 
Join Date: Feb 2005
Location: Colorado
Posts: 65
Re: Remove Navbar from Gallery Pages

I would like to remove the VBulletin navbar from the Gallery and found that easy enough to do, but then the login box goes, too, and that won't work with my layout....
Is there a way to add the login box to the Gallery navbar, so I can just remove the Vbulletin navbar? Could probably experiment with pasting that part of the code from one template to another, but wondered about the table layout .... (just trying to save time, in case someone can give me a helpful hint or two here)
I have a custom navbar in use as well, and would really love to add a login box there instead, and remove it from the vbulletin navbar altogether. Since that is the navbar that appears on each and EVERY page on my site, and my vb navbar is kinda full already...
Geez, maybe I should post this on vbulletin.org instead or in addition to here?
trulylowcarb is offline   Reply With Quote
Old February 24th, 2005, 11:44 AM   #11 (permalink)
rbl
Senior Member
Verified Customer
 
Join Date: Aug 2003
Location: Portugal
Posts: 492
Send a message via AIM to rbl Send a message via MSN to rbl
Re: Remove Navbar from Gallery Pages

That's it. Copy and paste it to somewhere else.
rbl is offline   Reply With Quote
Old February 24th, 2005, 12:27 PM   #12 (permalink)
Member
 
Join Date: Feb 2005
Location: Colorado
Posts: 65
Re: Remove Navbar from Gallery Pages

I decided to create a custom navbar and remove everything but the breadcrumb and logininfo from it. I followed the same basic directions in the vb.org hack to add a custom navbar (http://www.vbulletin.org/forum/showthread.php?p=616800) and then I just replaced the standard $navbar in all my gallery display pages to $navbar_lite

*edit to say this solution stopped working pretty quicky, it didn't display new posts, etc. correctly
trulylowcarb is offline   Reply With Quote
Old March 9th, 2005, 01:07 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 82
Re: Remove Navbar from Gallery Pages

Has anyone figured out why this is happening even when you have the navbar turned off on the gallery pages? I have cmps pages intergrated with the gallery but the navbar shows. I have the navbar string removed from all the gallery templates. I have the navbar turned off. But I still get the navbar. Anyone??

Thanks,
Itworx4me
Itworx4me is offline   Reply With Quote
Old March 10th, 2005, 05:08 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 82
Re: Remove Navbar from Gallery Pages

bump Anyone???
Itworx4me is offline   Reply With Quote
Old March 11th, 2005, 08:45 AM   #15 (permalink)
Brian
Guest
 
Posts: n/a
Re: Remove Navbar from Gallery Pages

Try looking in your forum/includes/vba_cmps_include_bottom.php file for this code:
Code:
Content visible to verified customers only.
And add this right above it:
Code:
Content visible to verified customers only.
  Reply With Quote
Old March 11th, 2005, 06:15 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 82
Re: Remove Navbar from Gallery Pages

Thanks Brian this worked.
Itworx4me is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forum Navbar Link on Gallery Pages Broken! carvster Installs and Upgrade - vBulletin 3.5.X 9 November 10th, 2005 01:21 PM
Random Gallery on non-VB pages StuartDH How Do I? - vBulletin 3.0.X 3 September 24th, 2005 11:58 AM
Remove the Header logo from images pages Freeway How Do I? - vBulletin 3.0.X 1 July 4th, 2005 02:12 PM
VBAdvanced Sideblocks on Gallery Pages iphoto Photopost Pro How Do I...? 1 February 19th, 2005 05:37 PM
Show CMPS modules on Gallery pages peprice How Do I? - vBulletin 3.0.X 13 January 31st, 2005 09:11 PM


All times are GMT -5. The time now is 10:00 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0