PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Reviewpost is messed up. (http://www.photopost.com/forum/reviewpost-installation-upgrades/123273-reviewpost-messed-up.html)

marocnl February 23rd, 2006 07:58 AM

Reviewpost is messed up.
 
Hi, i have purchased ReviewPost two days ago and there is honestly some really messed up comments in the code. It all refers to older versions and there is no decent install instruction about how to install it with vBulletin3.5.x and vBportal3. Even the installation-guide on the support page has an old config-file and is not updated for the latest release!

I don't know how many people are working there but pls correct the wrong comments, cuz it's damn confusing.

Just an example:
// Reviewpost Pro Version Number
\$VERSION = "3.01";

I downloaded 3.2.

//
// vBulletin Integration header file
//
// If PhotoPost has an odd background color or squished width, you will need to edit
// vbulletin's default "header" style input box / template and change "{pagebgcolor}"
// and "{tablewidth}" (near the bottom) to your preferred background color and table
// width, respectively.
//

It's ReviewPost!

etc.

Tell me where i can find a guide to install ReviewPost 3.2 with vBportal3 AND vBulletin3.5 integration??? This is the very least i may expect for 100 bucks.

Chuck S February 23rd, 2006 09:22 AM

If I look at the download I see this in the config

// Reviewpost Pro Version Number
\$VERSION = "3.2";


The instructions are pretty clear and straight forward. What is it you do not understand. If you run through install.php you will see the part to integrate with vb3.

http://www.reviewpost.com/installphp.html

marocnl February 23rd, 2006 09:31 AM

Quote:

Originally Posted by Chuck S
If I look at the download I see this in the config

// Reviewpost Pro Version Number
\$VERSION = "3.2";


The instructions are pretty clear and straight forward. What is it you do not understand. If you run through install.php you will see the part to integrate with vb3.

http://www.reviewpost.com/installphp.html

Thought you removed this topic. Discard the PM i sent you.

In config-inc.php it says

// Reviewpost Pro Version Number
$VERSION = "3.01";

And there are places where you refer to pp_path instead of rp_path.

My question is how integrate reviewpost in both vB3 and vBportal3 at the same time. Can i set both on 'On'?

Chuck S February 23rd, 2006 09:40 AM

You dont integrate with vbportal 3 you integrate with vbulletin3. vbportal is automatic


All times are GMT -5. The time now is 03:20 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