2
Here is how to fix news 1.44 to use the framework that is part of CBB.
In storyform.inc.php Line 36 change:
include_once
XOOPS_ROOT_PATH."/Frameworks/xoops22/class/xoopsformloader.php";
In functions.php Line 230 change:
case "koivi":
if(!$x22) {
if ( is_readable(XOOPS_ROOT_PATH .
"/Frameworks/xoops22/class/xoopseditor/koivi/formwysiwygtextarea.php")) {
include_once(XOOPS_ROOT_PATH .
"/Frameworks/xoops22/class/xoopseditor/koivi/formwysiwygtextarea.php");
Now how do you make it only show one kovi editor, it shows two for both parts of the news??
Yet it works I am glad you lot helped, I would have never figured it out!