Aliro is Open Source
Subversion repository
Performance
Memory limit is 16M
Current usage = 4.3M
Database queries = 23
Time so far 0.131 seconds
Downloads
Editors for Aliro
MOStlyCE Editor
MOStlyCE Editor
Download
- Description:
-
The MOStlyCE editor (TinyMCE based) developed by Chad Auld primarily for Mambo, adapted for Aliro by Martin Brampton. Provides robust and flexible WYSIWYG editing for web site content.
To install, first fix the bug mentioned below, then install the package in the usual way (via the installer, under the "extensions" menu). Go to the "plugins" menu and unpublish the null editor, if it is published. Publish MOStlyCE.
Working on the adaptation of MOStlyCE exposed a slip in coding editors generally, which was a confusion about whether the startup trigger for editors was onInitEditor or onIniEditor. The second is the correct one. So the initEditor method of the aliroEditor class must be amended to:
public function initEditor() { $html = ''; $results = $this->mambothandler->trigger( 'onIniEditor' ); foreach ($results as $result) $html .= trim($result); return $html; }The editor is largely working, although there may be the odd issue, especially with less frequently used functions. Please give feedback on your experiences.
- License:
- GNU/GPL
- Submitted On:
- 08 Jul 2007
- Submitted By:
- Super Administrator (admin)
- File Date:
- 08 Jul 2007
- File Author:
- Chad Auld
- File Version:
- 2.1
- File Size:
- 688.15 Kb
- File Type:
- gz
- File HomePage:
- Click to visit site
- Downloads:
- 39

