 | |  | | | ReviewPost How do I...? Wondering how to do something in ReviewPost? |
November 8th, 2012, 04:27 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
| Header and Footer (vBulletin 4.2.0)
ReviewPost v. 6.02
vBulletin v. 4.2.0
Forums - Activity Stream - Pro DJ Gear Stop
ReviewPost - Main Index - Equipment/Products Review
Installed a new copy of ReviewPost on my vBulletin forums with the integration, but I am having a terrible time having ReviewPost use my vBulletin styles/look.
I opened the header inc file, but I get lost in there on what to possibly change.
Help on this is greatly appreciated.
|
| |
November 8th, 2012, 07:38 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
| Main Index - Reeftalk Reviews
There are no issues getting reviewpost to use the vb header. You could have issues with a custom style and relative image paths etc etc. Maybe try turning on base url setting in forum to yes to help your relative paths but I really can not comment without seeing the site.
Your server is not found if I click the links above.
|
| |
November 8th, 2012, 05:26 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
|
Thank you Chuck.
Sorry....we had shut our old server down and I had to update the DNS.
Please reattempt going to the urls.
Thanks.
|
| |
November 8th, 2012, 05:35 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Your switches in your config-intr.php are off so your not loading the vb header footer style.
|
| |
November 8th, 2012, 05:39 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
|
K, so what do I change in the code?
|
| |
November 8th, 2012, 05:43 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
|
When changing any of the below to on, I get errors in reviewpost.
define(VB3_INTEGRATION, 'off');
define(VB3_ENHANCEDINT, 'off');
define(VB3_COMMWYSIWYG, 'off');
|
| |
November 8th, 2012, 05:54 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
You would get errors if you do not have things installed correctly sure and you would actually have to tell me what the error is so I can post something that might help.
Provided that all the server paths and urls are correct for the information we ask for you should be able to turn on those 3 vb3 define switches without any issue.
|
| |
November 8th, 2012, 05:56 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
|
Doh!
Here are the errors Chuck:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/djgear/public_html/reviewpost/header-inc.php on line 57
Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /home/djgear/public_html/reviewpost/header-inc.php on line 58
Fatal error: require() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/djgear/public_html/reviewpost/header-inc.php on line 58
|
| |
November 8th, 2012, 06:11 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
|
header-inc.php on line 57 = chdir($vbpath);
header-inc.php on line 58 = require("./global.php");
|
| |
November 8th, 2012, 06:49 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Right that error tells me you have the wrong server path to your vbulletin on your $vbpath line in your config-intr.php file.
This goes right back to what I said in my last reply
Based on what I see your $vbpath line should read
$vbpath = "/home/djgear/public_html/forums";
|
| |
November 9th, 2012, 04:53 AM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
|
Thanks for pointing that out. Updated it and we are looking good....but found another issue....go figure....
When you click on a category, we get the following error:
Not Found
The requested URL /reviewpost/showcat.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
|
| |
November 9th, 2012, 08:14 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Make sure your file is uploaded again from the downloaded code and permissions 644?
Maybe its corrupt?
|
| |
November 9th, 2012, 03:52 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
|
Chuck, I did a search in the ReviewPost directory from a fresh unzip and I don't see a file named "showcat.php".
What directory is this file to be in? Under the main directory of ReviewPost I would assume by the error above.
I did find "showcat1.php" and "showcat.tmpl"
|
| |
November 9th, 2012, 04:13 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
That is strange indeed maybe try redownloading the zip I double checked its there
|
| |
November 9th, 2012, 05:16 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
|
Yea, that was strange.... I rechecked the previous 6.02 download and it was missing. After seeing your latest post, I went back in and deleted all other 6.02 downloads and downloaded a new copy. Opened the archive...and wouldn't you know it... The file is in there.
Uploaded it to my server and it's looking good. |
| |
November 9th, 2012, 05:17 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
|
Chuck, please navigate to my site and run through ReviewPost for me to see if there's anything that doesn't look right to you. I appreciate you doing this for me.
I've still got some tiddying up to do at the site...but I'm interested in the functionality.
Thanks Main Index - Equipment/Products Review |
| |
November 9th, 2012, 05:18 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Your header footer loads now but you have not properly finished the install/upgrade per the documentation in the download. You must follow the directions in the install text on generating the xml plugins for vbulletin so you can load the navigation and style.
Last edited by Chuck S; November 9th, 2012 at 06:55 PM.
|
| |
November 10th, 2012, 02:53 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Do not know if you saw my reply but please read my last reply. If you install your vb4 plugins your reviewpost install should be complete.
|
| |
November 10th, 2012, 07:04 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Virginia
Posts: 150
|
This is just getting me more confused Chuck and I think that's why I've been frustrated by the products I've purchased here previously.
Okay, I was following the instructions that were documented at: ReviewPost PHP Pro Installation
There are also instructions that you've pointed me to that are inside the downloads documentation, which in turn, point me to this location: "Follow the installation instructions of the files noted here
http://www.photopost.com/installphp.html"
I don't have PhotoPost installed on this domain, but I am to follow the PhotoPost installation instructions which differ from your online instructions for ReviewPost.
If I am to follow both sets of instruction....but not all parts of each of these....what parts am I to follow.....?
I'm confused....what do I follow??
Last edited by smokn28; November 10th, 2012 at 07:14 PM.
|
| |
November 10th, 2012, 08:00 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Please read the documentation included with the downloaded code you are trying to install. I know I have said this above. As well the install instructions on support link above link here have these same instructions. Quote:
IMPORTANT - FOR VBULLETIN 4 ONLY. New plugins included in download.
In the install directory set permissions on the file product_class.xml, source-vb4.xml and source-vb42.xml files to 777
2. Go to your classifieds admin panel ( http://www.yoursite.com/classifieds/adm-index.php ) and hit the option to generate vbulletin plugin xml. That file will download to your computer.
3. Go into your vbulletin admin panel and under plugins & products select the option to manage products. You can then use the add/import product option
and upload the xml file you downloaded to your computer called product_class.xml file. Once that is done your forum will show gallery content.
4. Thats it your done!!
Please read the CHANGELOG.TXT FILE so you know what to expect from version upgrades. | PhotoPost PHP Photo Sharing Photo Gallery Installation Guide
The install instructions for all our products are what is above and the downloaded code has install instructions.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 01:29 PM. | |