FCKeditor in Quick.CMS

crazycrab

No avatar

2006-07-30 11:27

Unfortunatly there is no supportforum for Quick.CMS.
Perhaps someone knows the answer right here.

I've tried to install FCKeditor instead of the regular editor, following the instructions at http://opensolution.org/Quick.Cms/docs/?id=tips#how_to_upload_editor_fckeditor
Is the FCKeditor not compatible with the CMS?
It seems to me that some instructions are missing, the basic editor keeps showing up.
Who can help me figuring it out?

Kind regards,
Janneman


wallace

No avatar

2006-07-30 12:17

Probably miss interpreted step4:
4) Edit the file “plugins/edit/htmleditor.php” replace the function htmlEditor() on:

It says: replace fucntion htmlEditor!!! So maybe try and remove that function and then paste the new code

function htmlEditor( $sName = 'tresc', $iH = '300', $iW = '400', $sContent = '' ) {
$oFCKeditor = new FCKeditor($sName) ;
$oFCKeditor->BasePath = 'FCKeditor/';
$oFCKeditor->Value = $sContent;
$oFCKeditor->Width = '100%';
$oFCKeditor->Height = $iH;
return $oFCKeditor->CreateHtml();
}

Back to top
about us | contact