1
novlang1984
Blocks and CKEditor with Xoops 2.5.1a

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);

Login

Who's Online

195 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 195


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits