PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old May 15th, 2005, 01:50 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
How do I remove Nav bar?

I have recently installed both photopost and vbulletin on my site. The two are integrated. I would like to remove the Nav bar that is on the photopost home page (run by vbulletin). How do I do that? I have it removed on the forum home page, but not sure how to do it on the photogallery home page...thanks in advance.
nnowakow is offline   Reply With Quote
Old May 15th, 2005, 02:08 PM   #2 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
Get rid of Navbar?
Frost is offline   Reply With Quote
Old May 15th, 2005, 02:32 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
Thanks, but I only want it removed from the home page - not the entire site because otherwise, users have no way of registering, logging in or logging out.
nnowakow is offline   Reply With Quote
Old May 15th, 2005, 02:51 PM   #4 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
Okay, try this instead.

In header-inc.php find:
Code:
Content visible to verified customers only.
And beforehand add:
Code:
Content visible to verified customers only.
Frost is offline   Reply With Quote
Old May 15th, 2005, 03:10 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
no no...I meant I DON'T want it on the home page. that's the only place I don't want it....
nnowakow is offline   Reply With Quote
Old May 15th, 2005, 03:15 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
Actually, you know what - what I really want is a nav bar like these two photogalleries:

http://photos.wakeboarder.com/index.php
http://www.photopost.com/sites_frame...lery/index.php

it's just one line. How do i do that?
nnowakow is offline   Reply With Quote
Old May 15th, 2005, 03:18 PM   #7 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
If THIS_SCRIPT is index, as in domain.com/gallery/index.php, then $navbar is set to empty string.
Frost is offline   Reply With Quote
Old May 15th, 2005, 03:35 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
umm...I'm not a programmer, so can you explain in layman terms exactly what I need to do? Thanks so much!! I have no idea what you wrote above means. Can you give me step by step instructions on what to do? (ie what file to open, what code to change...).
nnowakow is offline   Reply With Quote
Old May 15th, 2005, 03:37 PM   #9 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
Are you using vB3 integration?
Frost is offline   Reply With Quote
Old May 15th, 2005, 03:52 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
yes - it is integrated with vBulletin (the latest version).
nnowakow is offline   Reply With Quote
Old May 15th, 2005, 04:22 PM   #11 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
Okay, the two site you listed are using phpBB and UBB. To get PP integrated with vB to show the same top bar as with those other forum integrations, you'll probably need to remove $navbar from header-inc.php and edit the topmenu function in pp-inc.php to produce the same type of bar.
Frost is offline   Reply With Quote
Old May 15th, 2005, 04:28 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
Got it - thanks.
nnowakow is offline   Reply With Quote
Old May 15th, 2005, 04:31 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
ummm..i just took a look at pp-inc.php page and i have no idea what I would need to change. do you?
nnowakow is offline   Reply With Quote
Old May 15th, 2005, 04:51 PM   #14 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
Yeah, hang on...
Frost is offline   Reply With Quote
Old May 15th, 2005, 05:19 PM   #15 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
I'm assuming you are starting from a fresh install of the PP gallery script. With that assumption...

In the PP header-inc.php find:
Code:
Content visible to verified customers only.
And beforehand add:
Code:
Content visible to verified customers only.
In the topmenu function of the PP pp-inc.php find:
Code:
Content visible to verified customers only.
And afterwards add:
Code:
Content visible to verified customers only.
In the topmenu function of the PP pp-inc.php find:
Code:
Content visible to verified customers only.
And afterwards add:
Code:
Content visible to verified customers only.
Now go to your main vB forum directory and in vB login.php find:
Code:
Content visible to verified customers only.
And replace with:
Code:
Content visible to verified customers only.
It's up to you to test it.

Last edited by Frost; May 15th, 2005 at 05:22 PM.
Frost is offline   Reply With Quote
Old May 15th, 2005, 05:22 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
you are so sweet. Thank you so much!
nnowakow is offline   Reply With Quote
Old May 15th, 2005, 05:24 PM   #17 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
NP, just be sure to recheck the code I posted b/c I fixed a typo.
Frost is offline   Reply With Quote
Old May 15th, 2005, 05:36 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
THanks - the code:

$vbheader .= <<<VBHEADER
{ppheader}
</head>
<body onload="editInit();">
$header
$navbar
<div align="center">
VBHEADER;

is not in my pp-inc.php file....I did a search (for part and whole) and that specific code is not in my file....And yes, its a fresh install....
nnowakow is offline   Reply With Quote
Old May 15th, 2005, 05:57 PM   #19 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
That's because it's in header-inc.php like stated in the instructions.
Frost is offline   Reply With Quote
Old May 15th, 2005, 07:15 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
i did exactly as you instructed and got:


Warning: main(/web/htdocs/pages/photopost/languages/english.php): failed to open stream: No such file or directory in webhtdocspagesphotopostpp-inc.php on line 65

I restored the backed up files that I changed and STILL got that error message. Help!
nnowakow 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
Nav bar question nnowakow Photopost Pro How Do I...? 1 August 30th, 2005 02:27 PM
Nav Bar dieselpowered Installs and Upgrade - vBulletin 3.5.X 10 July 28th, 2005 03:05 AM
homelink in nav bar not correct adam_99uk Installs and Upgrade - vBulletin 3.0.X 1 June 8th, 2005 09:15 AM
Adding new links in the nav bar? dcpaq2 How Do I? - vBulletin 3.0.X 3 June 3rd, 2005 07:56 AM
vB3 nav bar. Laeth Photopost Pro Installation & Upgrades 2 August 2nd, 2004 10:11 AM


All times are GMT -5. The time now is 04:56 PM.

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