I installed TinyMCE plugin on my EE install:
Installed fine, paths were fine, called the script fine (according to firebug), yet the fields in PUBLISH were coming up as regular textareas. Couldn’t figure it out for the life of me. With IE’s error console I found the problem- it was in this line of code, from the extensions settings page, in “TinyMCE Config”:
# content_css : '/themes/site_themes/default/styles/editor.css?' + new Date().getTime(),
Apparently the pound sign to comment out the line was killing the script. I changed that to // (two slashes) and it worked.
P.S. - Any idea why this would be the case?
I installed TinyMCE plugin on my EE install: * php 5.2.5 * MySQL 4.1.22 * EE 1.6.0 b20070815 * LG TinyMCE extension v1.3 Installed fine, paths were fine, called the script fine (according to firebug), yet the fields in PUBLISH were coming up as regular textareas. Couldn’t figure it out for the life of me. With IE’s error console I found the problem- it was in this line of code, from the extensions settings page, in “TinyMCE Config”:Apparently the pound sign to comment out the line was killing the script. I changed that to // (two slashes) and it worked. P.S. - Any idea why this would be the case?# content_css : '/themes/site_themes/default/styles/editor.css?' + new Date().getTime(),
I’m guessing I was in PHP mode when I added that comment! The # is not a javascript comment and would be causing a script error. I’ll update the default install now.
Thanks for picking this up 😊
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.