This is driving me nuts!@#!@# I can load the tinyMce plugin for jquery just fine….but it looks for its own images/themes relative to the CURRENT URL.
ex.
tinymce tries to load http:/mysite/mycurrenturl/tiny_mce/whateverM
when tinymce is located in http:/mysite/js/tiny_mce
so for some reason i can not seem to find any documentation to specify a default path so tinyMce knows where it supposed to look!
Thanks if anyone knows.
I think (its been a while since I’ve used tinyMCE) that its designed to be deployed in one location, so the location for themes is always assumed to be inside the tiny_mce directory. The documentation on themes seems to back this theory up.