(Drupal 4.6.4)
I installed the TinyMCE module and got it all working a couple of days ago. Today I was looking at it more closely because I want most users to have a simple set of buttons to choose from: basic formatting, plus the ability to insert links easily (since link syntax is the one thing they usually get wrong when marking up themselves).
But on the admin settings page for TinyMCE, there are only two options: simple or advanced. The simple option just provides bold, italics, underline, strikethrough; undo/redo; clean up code, ordered/unordered lists. The advanced option has way too many buttons and would lead to chaos and confusion amongst the masses!
I looked in the INSTALL file for the module and found this:
For example, the default theme TinyMCE will use is called 'simple'. Themes control the functionality TinyMCE makes visible. It comes with 3 themes:
1) Simple - basic formatting
2) Default - basic formatting with lists and hyperlinks
3) Advanced - many many features. See a demo at
http://tinymce.moxiecode.com/example_advanced.php?example=true
"Default" is exactly what I want... but I don't get a 'default' option for TinyMCE themeo n my admin page.
I installed the module and the engine exactly as they came from the download, no messing about with the files... can anyone help me work out why I don't have the default theme and how I can get/enable it?