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 > ReviewPost Pro Support Forums > ReviewPost Installation & Upgrades

ReviewPost Installation & Upgrades If you're having problems getting ReviewPost Pro to work or receiving errors while running RP, seek help here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old July 26th, 2004, 03:47 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Irving, TX
Posts: 35
Header problem

I just installed RP version 2.8d from scratch. Everything went fine accept that when I click on a category...my header does not show up right. I am using header.htm. I changed the file to include a few tables that holds some logo and naviagtion images. Thats all.

The header shows up well in all the things I click on just that the categories, in my case, the default main, and a category is not working.

What could be wrong. Example....when I click on "a category" which is my 2nd category, it takes me to the deatails page fine. But the header images do not show up, I checked the properties of the images. It shows the page is looking for the images in "http://www.domainname.com/reviews/showcat.php/cat/2"

NOW my images are located in a different folder. which is working for all the other things.

Please help ASAP

Last edited by hasan2k; July 27th, 2004 at 11:20 PM.
hasan2k is offline   Reply With Quote
Old July 27th, 2004, 12:14 AM   #2 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Irving, TX
Posts: 35
Can I get some help please?
hasan2k is offline   Reply With Quote
Old July 27th, 2004, 10:11 AM   #3 (permalink)
donb
Guest
 
Posts: n/a
Make sure you're using full paths (http://www.yourdomain.com/images/logo.gif) to your images in the header.htm file and not /images/logo.gif
  Reply With Quote
Old July 27th, 2004, 10:45 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Irving, TX
Posts: 35
Quote:
Originally Posted by donb
Make sure you're using full paths (http://www.yourdomain.com/images/logo.gif) to your images in the header.htm file and not /images/logo.gif
Using header.htm gave me some problem with alighnment, so I went ahead and decided to use the header-inc.php instead. Same problem persists. What I dont understand is if I use the VBULLETIN Header, why do I even have to change anything.

Can you be a little more clear? Please explain in details


The strangest thing is...every page except for category pages dont show the header right.

Last edited by hasan2k; July 27th, 2004 at 10:51 AM.
hasan2k is offline   Reply With Quote
Old July 27th, 2004, 10:55 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
Don told you how to correct this. You are using relative urls in your header

What happens is your say putting say an image in

photopost/images/header.jpg

well your path in your header is /images/header.jpg instead of http://www.domain.com/photopost/images/header.jpg

so what happens is it may view fine over the main photopost index however if you just to another category etc the path is no longer correct in the url.

Same holds true for VB. They have a bug in their code they refuse to fix. Instead of placing a Global url statement in front of everything like we do $Globals['maindir'] they just use relative urls. Per the VB3 Integration FAQ posted at the top of the forum you must edit several VB templates to correct this issue if you want to run a header from another directory ( your forum ) over another directory ( photopost ) so that all images and url tags parse right.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 27th, 2004, 11:07 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Irving, TX
Posts: 35
Quote:
Originally Posted by omegatron
Don told you how to correct this. You are using relative urls in your header

What happens is your say putting say an image in

photopost/images/header.jpg

well your path in your header is /images/header.jpg instead of http://www.domain.com/photopost/images/header.jpg

so what happens is it may view fine over the main photopost index however if you just to another category etc the path is no longer correct in the url.

Same holds true for VB. They have a bug in their code they refuse to fix. Instead of placing a Global url statement in front of everything like we do $Globals['maindir'] they just use relative urls. Per the VB3 Integration FAQ posted at the top of the forum you must edit several VB templates to correct this issue if you want to run a header from another directory ( your forum ) over another directory ( photopost ) so that all images and url tags parse right.
OK I did that and it fixed the problem. Thanks
hasan2k is offline   Reply With Quote
Old July 27th, 2004, 12:46 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Irving, TX
Posts: 35
I have to do one more thing. How do I get the header to occupy the whole upper part of the page?

In my webpage there are gaps on the top, left and right side. How do I not have any gaps? Is it a template change?

Please let me know How i can fix it.

Last edited by hasan2k; July 27th, 2004 at 11:20 PM.
hasan2k is offline   Reply With Quote
Old July 27th, 2004, 01:09 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
Gaps where?

I know your header with no gaps from the sides or top.

Make sure you also set forum integration to yes and also make sure to read the VB3 FAQ as I see you still have not corrected your java paths in the header include template of VB
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 27th, 2004, 01:19 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Irving, TX
Posts: 35
Java path? Where is Java Path in the header-in.php. I dont see any java path.

Also...as you can see from the review page, the footer isnt shoing up correctly

Do I have to change the footer template too. I am gonna try that now anyways. One more thing, I dont want to use VB style sheet...I like the one with RP. Can I use the RP default.css?

Last edited by hasan2k; July 27th, 2004 at 01:22 PM.
hasan2k is offline   Reply With Quote
Old July 27th, 2004, 01:26 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Irving, TX
Posts: 35
Quote:
Originally Posted by hasan2k
Java path? Where is Java Path in the header-in.php. I dont see any java path.

Also...as you can see from the review page, the footer isnt shoing up correctly

Do I have to change the footer template too. I am gonna try that now anyways. One more thing, I dont want to use VB style sheet...I like the one with RP. Can I use the RP default.css?

OK I have changed the footer. Now every image is showing right. Now the remianing question....can i use the deafult css in RP instead of VB Style Sheet
hasan2k is offline   Reply With Quote
Old July 27th, 2004, 02:29 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Irving, TX
Posts: 35
Quote:
Originally Posted by hasan2k
OK I have changed the footer. Now every image is showing right. Now the remianing question....can i use the deafult css in RP instead of VB Style Sheet
Any answer... I am still here waiting.
hasan2k is offline   Reply With Quote
Old July 27th, 2004, 09:16 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Irving, TX
Posts: 35
Quote:
Originally Posted by hasan2k
OK I have changed the footer. Now every image is showing right. Now the remianing question....can i use the deafult css in RP instead of VB Style Sheet
Can you help? I tried setting the OPTIONS "Use Integrated forum stylesheets?" to NO but it doesnt use any style sheet. I want it to use deafult style sheet that comes with RP.

Thanks
hasan2k is offline   Reply With Quote
Old July 27th, 2004, 09:25 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,802
Because the header-inc is designed to be used solely for those wishing to use forum style integration.

The easiest thing to do is to not use the header-inc.php as I do not see the reason behind including a header footer and navbar of a certain style and not using that same style for the main body of the page but if you insist you would need to add a link statement to a stylesheet in there.

In Header-inc.php

find this

<head>

below it add this

<link rel=\"stylesheet\" href=\"/photopost/stylesheets/default.css\" type=\"text/css\" />

Make sure to type the exact photopost directory name instead of photopost if it is different and change the stylesheet if it is not the default.css
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 27th, 2004, 11:19 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Irving, TX
Posts: 35
Quote:
Originally Posted by omegatron
Because the header-inc is designed to be used solely for those wishing to use forum style integration.

The easiest thing to do is to not use the header-inc.php as I do not see the reason behind including a header footer and navbar of a certain style and not using that same style for the main body of the page but if you insist you would need to add a link statement to a stylesheet in there.

In Header-inc.php

find this

<head>

below it add this

<link rel=\"stylesheet\" href=\"/photopost/stylesheets/default.css\" type=\"text/css\" />

Make sure to type the exact photopost directory name instead of photopost if it is different and change the stylesheet if it is not the default.css

Splendid. It works nicely. Now my RP is very well sync-ed with my whole site.

Thanks for all your help. You guys have been great.
hasan2k is offline   Reply With Quote
Old March 7th, 2005, 05:53 AM   #15 (permalink)
Member
Verified Customer
 
Join Date: Feb 2004
Posts: 43
I could use some help guys, I am using the VB integration and now the paths are incorrect on the photopost header. They work fine on the vb header.

http://www.mycrazyfriends.com The buttons on this header work.
http://www.mycrazyfriends.com/photopost/index.php? The buttons here have this path (http://www.mycrazyfriends.com/photopost/memberlist.php?) This wont work because (member-list is in the root directory with VB) Any ideas on how to fix this?
rsailors 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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
V 2.2 Header Problem DertyLee Classifieds Bug Reports 2 April 16th, 2005 09:10 AM
vbgallery header problem imported_axi Installs and Upgrade - vBulletin 3.0.X 1 March 23rd, 2005 10:52 AM
vB integration header PM link problem... robferrari Classifieds Bug Reports 2 February 28th, 2005 08:55 PM
Problem after editing header-inc.php kaiwang ReviewPost Installation & Upgrades 3 January 4th, 2005 09:41 AM
header-inc.php problem Sflairsoft.com ReviewPost Installation & Upgrades 4 August 5th, 2004 01:53 AM


All times are GMT -5. The time now is 12:41 PM.

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