FCKEditor and TikiWiki
I am trying to integrate FCKEditor or TinyMCE into my TIkiWiki page. It seems everytime I try to insert the JS code it generates an error:
PHP Fatal error: Smarty error: in header.tpl line 136: syntax error: unrecognized tag 'mode' (Smarty_Compiler.class.php, line 583) in E:\cherokeeihs\TWiki\tikiwiki-1.9.5\lib\smarty\libs\Smarty.class.php on line 1095
I dont know whats going on but hopefully someone can point me in the right direction for some better instructions. I have TikiWIki 1.9.5, FCKEditor 2.3.2, and TinyMCE 2.0.8.
Thanks,
Grant
I have figured out the problem. I forgot the {Literal} {/Literal} tags around the braces. Therefore it though that I was using PHP code where I wasnt.