1
hello,
When I create a new block, and enter all required informations (included Content textarea), I have a JS warning and I have to submit form twice.
I use :
- Xoops 2.5.1a
- default themes (front and back sides)
- CKEditor (lastest version)
- Opera browser
To make it works without warning, make this change into /module/system/class/block.php
//$form->addElement(new XoopsFormEditor(_AM_SYSTEM_BLOCKS_CONTENT, "content_block", $editor_configs), true);
$form->addElement(new XoopsFormEditor(_AM_SYSTEM_BLOCKS_CONTENT, "content_block", $editor_configs), false);