Page 1 of 1

[open] TinyMCE not working

Posted: Wed Jul 23, 2014 5:00 pm
by Duhacek
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 ?)

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>';

Re: [open] TinyMCE not working

Posted: Wed Jul 23, 2014 7:06 pm
by jce76350