OK... now I see, what I downloaded was for earlier versions. I am running VB3 and PP 5.01 so I went back and undid everything. The problem is, how do I get the photopost stuff to show in the index page of
VB???
I have
VB enhanced features turned on and my
VB headers and footers are working perfectly when I go to the photopost index page. However, I want the featured photos and categories to show in my
VB index page.
What am I missing?
Here is what I have in the config-int.php file.
We need to know the server paths to both your
vB installation and your PhotoPost installation
$vbpath = "C:\WebSites\SamsWeb\forums";
$pppath = "C:\WebSites\SamsWeb\photopost";
// We need the URL path to your PhotoPost and
vb installation
$url_path = "http://www.samsmarine.com/photopost";
$vb_urlpath = "http://www.samsmarine.com/forums";
// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://www.samsmarine.com/photopost/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 headers/footers and styles
// VB3_ENHANCEDINT is for Enhanced vB3 Integration (using vB3 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');