Special thanks to nerVo that helped to exist a 3rd version of the plugin. How to install: symfony plugin:install -salpha sfFCKEditorPlugin How to use: $this->widgetSchema['my_editor'] = new sfWidgetFormFCKEditor(array( 'config' => 'myfckconfig26', 'rows' => 30 )); Allow uploads: In 'js/fckeditor/editor/filemanager/connectors/php/config.php': $Config['Enabled'] = true; $Config['UserFilesPath'] = '/uploads/assets/' ; $Config[= dirname(__FILE__) . '/../../../../../..' . $Config['UserFilesPath']('UserFilesAbsolutePath']); )) FCKeditor Documentation You can find the official documentation for FCKeditor online, at http://docs.fckeditor.net/. **TODO** * Improve this documentation with tips and configurations like toolbars, translations and stuff. * Find more people wanting to help