On Tue, 2006-02-28 at 02:58, 2wsxdr5 wrote:
> I am looking for a simple html area text area type editor, similar to to 
> what you find in the phpbbs and Joomla.  I don't need a lot of features 
> it is just to edit small snipits of html and I really want it to be very 
> simple to implement.  I have been looking for the past few hours and so 
> far everything seems way more complex than what I need and a pain to set 
> up.  Any recommendations would be appreciated

FCKEditor was a pretty simple to integrate into a CMS. I had to edit
some of the code to segregate image uploads on an article by article
basis with permissions blocking, but all in all a decent experience.

They have good separation of the configuration system such that you can
override configuration settings in several different ways to suit your
needs. The only part that was a bit questionable was configuring their
PHP scripts that hook into their dialogs (such as the filemanager).

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to