| reviewpost/vb3 integration
I seem to have successfully installed photopost and classifieds and am now trying to install reviewpost. I have not experimented with the program past having what appears good and attempting to make the integration work. They are installed in parellel directories using different databases with user integration.
When I turn on the integration in the options, I loose the styles. Just a white page with type entries.
Should reviewpost have an "Edit Integration" link in the admin menu similar to the other programs?
After looking at other posts, I think the information you will most want to know is:
header-inc.php
$vbpath = "/home/teambuic/public_html/forums"; // No ending slash
$pppath = "/home/teambuic/public_html/reviews"; // No ending slash
chdir($vbpath);
require("../forums/global.php");
config-inc.php
if ( !isset($skip_exheader) ) {
include "header-inc.php";
}
// ReviewPost Pro Version Number
$VERSION = "2.84";
// Path to your ReviewPost installation - no end slashes
$RP_PATH = "/home/teambuic/public_html/reviews";
I have tried a lot of variables in these places with no success, and I think these are the ones you would recommend.
Thanks!
|