|
HMM okay lets try this
find in header-inc.php this
elseif ( (THIS_SCRIPT == "showproduct" && VB3_ENHANCEDINT == "on") ||
(THIS_SCRIPT == "comments" && VB3_ENHANCEDINT == "on") ||
(THIS_SCRIPT == "search" && VB3_ENHANCEDINT == "on") ||
(THIS_SCRIPT == "showmembers" && VB3_ENHANCEDINT == "on") ) {
add below this
// We need these functions, too...
require_once('./includes/functions_newpost.php');
require_once('./includes/functions_editor.php');
$istyles_js = construct_editor_styles_js();
|