1
mrphilong
Hack 4 Lexikon using Koivi on Xoops 2.3.2a
  • 2008/12/6 7:45

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


modify include\function.php

change from
if ( is_readable(XOOPS_ROOT_PATH . "/class/xoopseditor/koivi/formwysiwygtextarea.php"))    {
                include_once(
XOOPS_ROOT_PATH . "/class/xoopseditor/koivi/formwysiwygtextarea.php");

to

if ( is_readable(XOOPS_ROOT_PATH . "/class/wysiwyg/formwysiwygtextarea.php"))    {
                include_once(
XOOPS_ROOT_PATH . "/class/wysiwyg/formwysiwygtextarea.php");