JCE instead of TinyMCE

Added by martin smitten 655 days ago

I just replaced the following code in: administrator/components/com_jquarks/views/question/tmpl/default.php

//$editor =& JFactory::getEditor('tinymce') ; //
$editor =& JFactory::getEditor('jce') ;

It works fine for me.

Just the same issues with handling data like: question {mp3}filename{/mp3}. This editor also stripped out code leaving it like capitalized text: QUESTION {MP3}FILENAME{/MP3}. Problem is inside JQuarks.


Replies

RE: JCE instead of TinyMCE - Added by Debbie Welly 612 days ago

Hi, I'm pretty new to Joomla and JQuarks--are you saying if I replace that code then JCE would work? Thanks, DJ

Reply