By jaarong on
I am trying to get TinyMCE to work with 5.1. I had it working in 4.7, but the 5.x version of the module looks much different. I don't see anywhere to set what buttons to show up, or if there are profiles for users. I finally figured out that the actual TinyMCE script files go in a different location (under the sites folder instead of the the tinymce module folder), but it still doesn't show up for me. Can anyone help?
Comments
It looks like after
It looks like after searching that a lot of people are having the same problems. I've found several posts that explain the instructions in a little more detail, but still no solution. I think the main problem is where to put the TinyMCE code and module. It's just not quite as simple as it used to be.
Gamecron PC Gaming
I don't see anywhere to set
Those features (at least for now) have been stripped from tinymce for version 5.x
The tinymce library files must also go into the includes folder. WITHOUT being inside left in the archives tinymce folder.
sites/all/modules/tinymce/includes/
Extract the library to your desktop: this puts them in a tinymce folder. It is this folder that needs not to be uploaded. the contents of the tinymce library folder, must be uploaded, not the tinymce folder itself.
It gets difficult to explain when both folder are named the same thing but I've made multiple attempts on other forum discussions about issues like this one.
Yeah, I finally understood
Yeah, I finally understood that. I have this structure now
/sites/all/modules/tinymce/ (this is where the module is)
/sites/all/modules/tinymce/includes/ (this is where the contents of the tinymce zip file is)
I've tried everything, and looked at several posts. I'm almost sorry I upgraded to 5.0 since I didn't know this was such a problem. It makes daily posting much easier.
Gamecron PC Gaming
Another Problem with tiny in D5
Several people are reporting that tiny isn't writing their submitted data. posts show up empty when reviewed and when submitted. Seems to be an IE problem.
There's an issue thread here: http://drupal.org/node/110827 where one user offered a hack that doesn't exactly work.
Anybody solve that yet??