6
Hi to all....
I read over all possible forums and documentation and I tried all possible solutions but always get a blank page and no error messages appear.
Also looked and tried similar to tzvook but same problem...
I am running XOOPS 2.2.4,
apache 2.0.55,
php 4.3.4,
windows xp or linux fedora core 3
content module 0.5
formwysiwygtextarea.php,v 1.1.2.6 2005/08/14 22:08:10
This is what I tried last.
Start line 248 in index.php content file...
if ($xoopsModuleConfig['cont_wysiwyg'] == '1') {
include_once(XOOPS_ROOT_PATH.'/class/xoopseditor/koivi/formwysiwygtextarea.php');
$form->addElement(new XoopsFormWysiwygTextArea(_C_CONTENT, 'message', $message, '100%', '300px',''), true);
} else {
$t_area = new XoopsFormDhtmlTextArea(_C_CONTENT, 'message', '', 37, 35);
$form->addElement($t_area);
}
Hope someone can help, thanks in advance...