id summary reporter owner description type status priority milestone component version resolution keywords cc 1703 PHP integration Marcel Klomp "Hi, When integrating this version it turns out that when you use any templating system create() will echo the editor, causing it to load on th top of the page. To solve this I had to edit the files fckeditor_php4.php and fckeditor_php5.php to say: {{{ function Create() { return $this->CreateHtml() ; } }}} Instead of {{{ function Create() { echo $this->CreateHtml() ; } }}} Small bug, but a significant one I'd say. Cheers, Marcel" Bug closed Normal Server : PHP FCKeditor 2.5.1 invalid