View Single Post
Old August 2nd, 2011, 02:15 PM   #14 (permalink)
scalemotorcars
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 233
Using forumpath.php I got the same exact line. Heres an exact copy of the config.int

Quote:
// We need to know the server paths to both your vB installation and your PhotoPost installation
$vbpath = "/home/p16t2ugb/public_html/forum";
$pppath = "/home/p16t2ugb/public_html/gallery";

// We need the URL path to your PhotoPost and vb installation
$url_path = "http://www.scalemotorcars.com/gallery";
$vb_urlpath = "http://www.scalemotorcars.com/forum";

// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://www.scalemotorcars.com/gallery/data/";

// If your PhotoPost tables have a prefix, put it here
// Example:
// pp_ = "pp_";
$pp_db_prefix = "pp_";

// If you use the mobile phone integration, set this variable to the CatID for the gallery
define( MOBILE_CAT, -1 );

//------------------------------------- vB3 -----------------------------------------//
// VB3_INTEGRATION is for using vB3 or vB4 headers/footers and styles
// VB3_ENHANCEDINT is for Enhanced vB3 or vB4 Integration (using vB3 or vB4 elements in PhotoPost)
// requires that VB3_INTEGRATION also be set to 'on'
// VB3_COMMWYSIWYG is for turning on the WYSIWYG interface on the Post A Comment page
// if you set this to 'off' then only the standard input box will appear
//
// Set to 'on' to enable specific integrations
define(VB3_INTEGRATION, 'on');
define(VB3_ENHANCEDINT, 'on');
define(VB3_COMMWYSIWYG, 'on');
//-----------------------------------------------------------------------------------//


//------------------------------------- vB2 -----------------------------------------//
// VB2_INTEGRATION is if you are using vB2 and want to use the vB2 integration
define(VB2_INTEGRATION, 'off');
//-----------------------------------------------------------------------------------//


//---------------------------------- vB2 Portal -------------------------------------//
// To use set path and set flag to 'on'
define(VBP2_INTEGRATION, 'off');
$vbportal="/home/sites/yoursite/web/vbportal";
//----------------------------------------------------
scalemotorcars is offline   Reply With Quote