Page 1 of 1

Bug in tinyconfig.tpl?

Posted: Sun Jun 22, 2008 12:00 pm
by dcleal
I installed cmsmadesimple 1.3. Couldn't get Extensions/TinyMCE WYSIWYG/CSS Styles to work. Eventually I changed line 61 of modules/TinyMCE/templates/tinyconfig.tpl from

  theme_advanced_styles : '{$css_styles}',";

to

  theme_advanced_styles : '{$css_styles}',

and now it works for me. Hope this helps,

Cheers,

- Dave

Re: Bug in tinyconfig.tpl?

Posted: Mon Jun 23, 2008 5:18 am
by cyberman

Re: Bug in tinyconfig.tpl?

Posted: Mon Jun 23, 2008 9:17 am
by dcleal
good idea :) - now added.