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 How do I...?

ReviewPost How do I...? Wondering how to do something in ReviewPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old April 27th, 2010, 02:25 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 35
Messed up template when upgraded

Hey, I messed up my template when I upgraded my forum from 3.8.4 to 3.8.5 and I hit revert template now the page is messed up for review post, any suggestions on how I can remedy this mistake? Thanks guys!
confused is offline   Reply With Quote
Old April 27th, 2010, 04:37 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,705
Sorry I do not really follow this comment. Our products do not use the vb templates so I am not sure what reverting some template in vb has to do with reviewpost please explain in detail.
__________________
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 April 27th, 2010, 04:03 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 35
Quote:
Originally Posted by Chuck S View Post
Sorry I do not really follow this comment. Our products do not use the vb templates so I am not sure what reverting some template in vb has to do with reviewpost please explain in detail.
Ok what happened was I upgraded my vbulletin software to the next release of v.3, when I did this the template that used to be integrated with the forum template (looked the same) etc disappeared and now the background is all white. I am not sure what I did or how I can get this integrated to work the way it was when I installed it yet.
confused is offline   Reply With Quote
Old April 27th, 2010, 05:30 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,705
Please post a url thanks.

I really am not sure what you mean by vb templates since we do not use them. We simply load the vb header footer and style colors. Our templates are totally separate from 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 April 27th, 2010, 08:23 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 35
Thanks Chuck: pennyauctionwatch[dot]com /penny-auction-reviews/
confused is offline   Reply With Quote
Old April 28th, 2010, 09:16 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,705
Okay what vb are you using?

If you turn off any mods/plugins do things show fine?

That looks strangely odd makes me remember of a bug in VBSEO in the early days of vb4 which vbseo released a patch on.
__________________
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 April 28th, 2010, 09:18 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,705
You have relative links to alternate stylesheets and this may be your issue here

Code:
Content visible to verified customers only.
Does the default vb style work?
__________________
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 April 29th, 2010, 01:59 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 35
Quote:
Originally Posted by Chuck S View Post
You have relative links to alternate stylesheets and this may be your issue here

Code:
Content visible to verified customers only.
Does the default vb style work?
Yes, I think this is the problem because I upgraded to 3.8.5 and then I had to reinstall the template because I accidentally reverted it. How can I fix the links in the script to point to the correct style?

Thanks for all of your help.
confused is offline   Reply With Quote
Old April 29th, 2010, 09:20 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,705
well this would depend where those relative links are at. Are they in the header include template? make them full urls and see if it works

As stated if you set the style to the vb3 default style and things view fine then the issue is most definately the custom style and those links are most likely the culprit if they contain the style classes used in that style.
__________________
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 April 30th, 2010, 02:12 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 35
Quote:
Originally Posted by Chuck S View Post
well this would depend where those relative links are at. Are they in the header include template? make them full urls and see if it works

As stated if you set the style to the vb3 default style and things view fine then the issue is most definately the custom style and those links are most likely the culprit if they contain the style classes used in that style.
I am really not sure about the relative links or where they are even, but I just switched back to default and it does indeed work with the default theme.. Is there something I have to replace or reset for the custom one to work? Thanks
confused is offline   Reply With Quote
Old April 30th, 2010, 02:17 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 35
Well I used the same theme before but what Happened was I messed up and clicked revert so I reinstalled the same theme I dont think this is the issue: the different style/color pages for the skin.

But i think the problem is something in the code to connect rpost with the new theme is missing and im not sure how to fix it :-/ .
confused is offline   Reply With Quote
Old April 30th, 2010, 02:34 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,705
sorry reviewpost does not control the theme that stuff comes from vb.

So if your using some custom style you need to find where the block I posted in post 7 is.

I would think its in the header include stylesheet but where ever those relative links are they need to be full urls so reviewpost can find those alternate stylesheets.

That all comes from vb. Once you find that and correct the urls as noted then you will be fine.
__________________
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 April 30th, 2010, 02:43 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 35
Quote:
Originally Posted by Chuck S View Post
sorry reviewpost does not control the theme that stuff comes from vb.

So if your using some custom style you need to find where the block I posted in post 7 is.

I would think its in the header include stylesheet but where ever those relative links are they need to be full urls so reviewpost can find those alternate stylesheets.

That all comes from vb. Once you find that and correct the urls as noted then you will be fine.

Thank you SO SO SO! much, it works now.

Last edited by confused; April 30th, 2010 at 02:53 PM.
confused is offline   Reply With Quote
Old April 30th, 2010, 02:45 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,705
Not a problem glad to help
__________________
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
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
upgraded to 6.0 with vb3, categories and such are all messed up! jdearing Photopost Pro Installation & Upgrades 6 September 21st, 2007 10:18 AM
messed up links buddylee04 Installs and Upgrade - vBulletin 3.5.X 6 June 20th, 2006 11:23 AM
help I messed up something! Reeftanksonline Photopost Pro Installation & Upgrades 4 March 25th, 2006 08:52 AM
Messed up my menubar template wingnut1 Photopost Pro How Do I...? 2 March 13th, 2006 04:26 PM
Just Upgraded from v4.6 to v5.1 and all messed up! JapaneseIdol.com gariben Photopost Pro Installation & Upgrades 1 June 24th, 2005 02:50 PM


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

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