The forum operates in read-only mode. Please head to StackOverflow for support.
public function Create() { return $this->CreateHtml() ; }
Re: FCKeditor in vBulletin or other template based CMS
change create function in fckeditor_php5/4.php
public function Create() { return $this->CreateHtml() ; }insert to template var
$content .= $oFCKeditor->Create();