[open] TinyMCE not working
Posted: Wed Jul 23, 2014 5:00 pm
My Preferences / My Account / Select WYSIWYG to use: TinyMCE
When I try to test it I can see just source code.
Script tag for tiny_mce.js is not "linked" in page souce...
($this->wysiwygactive is always false ?)
When I try to test it I can see just source code.
Script tag for tiny_mce.js is not "linked" in page souce...
($this->wysiwygactive is always false ?)
Code: Select all
$output = '';
//$output = "<!-- TinyMCE Configuration -->";
if ($this->wysiwygactive) {
$output = "<!-- TinyMCE Configuration -->";
$output.= '<__script__ type="text/javascript" src="' . $gCms->config['root_url'] . '/modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce.js"></__script>';