|
Update, I tried editing the config-intr.php and set the options below to off. There was no change to my system, so, I don't think the integration is working. Repeat: Changing these fields has no affect to the appearance.
//------------------------------------- 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", 'off');
define("VB3_ENHANCEDINT", 'off');
define("VB3_COMMWYSIWYG", 'off');
//-----------------------------------------------------------------------------------//
|