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 Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old February 18th, 2010, 04:26 AM   #1 (permalink)
Member
 
Join Date: Jun 2006
Location: dutch german border
Posts: 33
CSS issue after upgrade to vB 4.0.1

Hi,
I upgraded from vB 3.8.4 to 4.0.1 and PP 6.2.3 to 7.0.1. Now the layout of the gallery is wrong, I think the CSS-files are missing. You can see the page here:
A community photo gallery - Wunderkessel Fotogalerie

Could you please help me to fix this? I also noticed that in the admin section the integration options are all labeled with vb3 and not vB4. Does this indicate that something went wrong during the upgrade or are the labels just vB3 and do work for vB4 also?

thank you - all the best,
Sacha
sinucello is offline   Reply With Quote
Old February 18th, 2010, 06:39 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Interesting looks to me like you have some plugin installed that is conflicting.

If you turn off VBSEO or whatever plugin you have active does photopost appear correctly?

Your style is clearly loading
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 18th, 2010, 06:45 AM   #3 (permalink)
Member
 
Join Date: Jun 2006
Location: dutch german border
Posts: 33
Hello Chuck,

you got it. After upgrading to vB4.0.2 all plugins were disabled automatically but then I installed the new vBSEO 3.5.0 RC2. I turned vBSEO off now and the gallery looks all right:

A community photo gallery - Wunderkessel Fotogalerie

Hm, could you please look after this? I think a lot of vB owners are going to use vBSEO with vB4.

Ciao,
Sacha
sinucello is offline   Reply With Quote
Old February 18th, 2010, 06:53 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Sasha

I beleive vbSEO is looking into the issue. However the correct course of action is to go into your vbSEO admin panel and where you can specify directories that vbseo does not touch enter your photopost directory.

Placing Photopost directory in the do not touch settings in your vbseo panel should work fine.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 18th, 2010, 10:26 AM   #5 (permalink)
Member
 
Join Date: Jun 2006
Location: dutch german border
Posts: 33
Hi,

thanks but that didn`t help. I found out that there are already threads in the vBSEO support forum about this (exclude gallery won`t work) and added my problem to an existing german thread:
Photopost Lösung gesucht - vBulletin SEO Forums

I hope they`ll find a solution. I still don`t understand the problem as my PP dir is a sibling of the forum dir and not a child. So why does vbSEO affect the gallery at all? We`ll see.

all the best,
Sacha
sinucello is offline   Reply With Quote
Old February 18th, 2010, 10:45 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Well I can only tell you what users have posted here about vbSEO and there solution to there issue.

Our code to support vb4 is really simply as all we do is check the vbulletin simply_version to grab the vb version and then load the appropriate vb stuff based on whether your using vb3 or vb4.

If you turn off vbseo you can see things work fine

Now the one thing I see on your site is your bburl setting in vbulletin appears to be empty or vbseo is blocking that variable


see where we define this in header-inc.php

Code:
Content visible to verified customers only.
and then the css code

Code:
Content visible to verified customers only.
So either your bburl is empty of vbseo is affecting the setting of variables which is what we have already shared with them.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 18th, 2010, 12:43 PM   #7 (permalink)
Member
 
Join Date: Jun 2006
Location: dutch german border
Posts: 33
Hi,
Quote:
Originally Posted by Chuck S View Post
So either your bburl is empty of vbseo is affecting the setting of variables which is what we have already shared with them.
you`re right again.

In vBulletins headinclude template the base href is filled with the variable bburl. After I replaced the variable with a text-string, everything works fine now.

So if someone has the same problem, just replace:
Code:
Content visible to verified customers only.
with
Code:
Content visible to verified customers only.
or whatever your forum URL is.

all the best,
Sacha
sinucello is offline   Reply With Quote
Old February 18th, 2010, 12:58 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Sasha

Just a quick point you set your base forum url in your vb admin settings for the url etc in there admin then that variable would not be empty I would think.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 18th, 2010, 01:02 PM   #9 (permalink)
Member
 
Join Date: Jun 2006
Location: dutch german border
Posts: 33
Hello Chuck,
Quote:
Originally Posted by Chuck S View Post
Just a quick point you set your base forum url in your vb admin settings for the url etc in there admin then that variable would not be empty I would think.
yes, the value is set there correctly but somehow vBSEO causes the var to loose it`s value when the headinclude template is parsed in PP. I don`t know what happens under the hood but if you replace the var with a hard-coded string it works. Not a nice/clean solution but I don`t have the time to investigate any further.

Ciao,
Sacha
sinucello is offline   Reply With Quote
Old February 18th, 2010, 01:05 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Yeah make sure you convey that issue to vbseo so they can investigate there code and see what they nullify.

What is nullified with vbseo appears to not be consistent. one person with vbseo has one issue and another has another issue.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 20th, 2010, 09:00 AM   #11 (permalink)
Member
 
Join Date: Jun 2006
Location: dutch german border
Posts: 33
Hi,

vbSEO RC2 Final has been released and solved the problems. PP and vBSEO work together now without any code changes on my site.

Ciao,
Sacha
sinucello is offline   Reply With Quote
Old February 20th, 2010, 09:52 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
So no more vbSEO doing whacky stuff.

Thats a good thing
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S 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
Upgrade to Photopost 7.01 / vb4 CSS path display issue? Alien515 Photopost Pro Bug Reports 16 January 22nd, 2010 06:32 PM
Upgrade issue monstermoto Installs and Upgrade - vBulletin 3.6x 4 November 3rd, 2006 05:57 AM
2.91 to 3.1.1 Upgrade Issue Imprezer ReviewPost Installation & Upgrades 3 February 2nd, 2006 12:52 PM
After vBulletin 3.5.1 upgrade, Header/Footer/CSS problems Rik Brown Photopost Pro Installation & Upgrades 1 November 17th, 2005 07:40 PM
Upgrade Issue Illuvatar123 Photopost Pro Installation & Upgrades 5 July 28th, 2004 06:12 AM


All times are GMT -5. The time now is 02:19 PM.

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