PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   Header and Footer (vBulletin 4.2.0) (http://www.photopost.com/forum/reviewpost-how-do-i/148933-header-footer-vbulletin-4-2-0-a.html)

smokn28 November 8th, 2012 04:27 AM

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.

Chuck S November 8th, 2012 07:38 AM

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.

smokn28 November 8th, 2012 05:26 PM

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.

Chuck S November 8th, 2012 05:35 PM

Your switches in your config-intr.php are off so your not loading the vb header footer style.

smokn28 November 8th, 2012 05:39 PM

K, so what do I change in the code?

smokn28 November 8th, 2012 05:43 PM

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');

Chuck S November 8th, 2012 05:54 PM

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.

smokn28 November 8th, 2012 05:56 PM

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

smokn28 November 8th, 2012 06:11 PM

header-inc.php on line 57 = chdir($vbpath);

header-inc.php on line 58 = require("./global.php");

Chuck S November 8th, 2012 06:49 PM

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";

smokn28 November 9th, 2012 04:53 AM

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.

Chuck S November 9th, 2012 08:14 AM

Make sure your file is uploaded again from the downloaded code and permissions 644?

Maybe its corrupt?

smokn28 November 9th, 2012 03:52 PM

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"

Chuck S November 9th, 2012 04:13 PM

That is strange indeed maybe try redownloading the zip I double checked its there

smokn28 November 9th, 2012 05:16 PM

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. ;)

smokn28 November 9th, 2012 05:17 PM

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

Chuck S November 9th, 2012 05:18 PM

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.

Chuck S November 10th, 2012 02:53 PM

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.

smokn28 November 10th, 2012 07:04 PM

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??

Chuck S November 10th, 2012 08:00 PM

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.


All times are GMT -5. The time now is 10:05 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97