Home arrow Support arrow Frequently Asked Questions
No WYSIWYG editor PDF Print E-mail
Friday, 11 April 2008
The WYSIWYG editor is not appearing on my dashboard. All I get is simply a text area with a bunch of javascript errors in the status bar. The reason that the WYSIWYG is not loading up is because, My Blog by default uses tinyMCE editor that comes with Joomla. However, we have customized the way it loads so that it more suitable for blogging purposes.

However, in some site, direct access to a php file might not be possible and tinyMCE might not be loaded. In such cases, the editor toolbar will not be visible and the editor will looks like the attached image.

Fix:
Edit JOOMLA/components/com_myblog/templates/admin/write.html and look for the following block of codes,

$tinyMCEPath = $cms->get_path('plugin-live') . '/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php';


Replace it with,

$tinyMCEPath = $cms->get_path('plugin-live') . '/editors/tinymce/jscripts/tiny_mce/tiny_mce.js';

 

 
< Prev