| Re: BlocksAdmin module and formdhtmltextarea.php |
| by novlang1984 on 2011/5/16 22:38:41 hello, Question is still there... if someone have the answer, he's welcome ![]() --- About missing defines : Step 01 > in /blocksadmin folder, search _MD_AM_ and replace by _I_WANNA_MORALIZE_CAPITALISM (or what you want) Step 02 > in blocksadmin folder, search _AM_ and replace by _AM_SYSTEM_BLOCKS_ Step 03 > in blocksadmin folder, search _I_WANNA_MORALIZE_CAPITALISM and replace by _AM_SYSTEM_ Step 04 In blockadmin/language/english/modinfo.php, add these defines Quote: define( '_AM_SYSTEM_BLOCKS_BADMIN' , 'Blocks administration' ); ... it seems to do the trick
|
| BlocksAdmin module and formdhtmltextarea.php |
| by novlang1984 on 2011/4/13 13:54:55 I would like to use myBlocksadmin (GiJoe module). It works with Xoops 2.5.1 (except some defines to replace since System is 2.0) But to display a rich text editor to edit my blocks, I have to hack /class/xoopsform/formdhtmltextarea.php like this le="color: #000000"><?php // HACK : var $htmlEditor = array(); var $htmlEditor = array( 'XoopsFormCkeditor', '/class/xoopseditor/ckeditor/ckeditor.php' ); ... is it safe ? No danger ? Thanks |