Aliro is Open Source

Subversion repository

Aliro code is held in in a public SVN repository provided to the project by CVSDude

You can browse the repository or download the code using these links:

cvsdude_tag.jpg

Performance

Memory limit is 16M

Current usage = 4.3M

Database queries = 23

Time so far 0.131 seconds

Home arrow Downloads arrow Editors for Aliro arrow MOStlyCE Editor

MOStlyCE Editor download_trans.gif 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