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”:
# 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?
