Hello,
unfortunately I can't get the latest CVS version of TinyMCE working (I'm using drupal 4.7 rc3).
I followed the instructions in INSTALL exactly, so I copied the tinymce folder to modules/ and the latest tinyMCE version to modules/tinymce/tinymce.
Then I activated the module on the module page (the two tables were created, I just re-checked).
I activated 'access tinymce' for several roles, and for the "admin"-role I activated 'administer tinymce'. $Revision: 1.88 $ $Date: 2006/04/16 19:37:06 $ TinyMCE adds what-you-see-is-what-you-get (WYSIWYG) html editing to textareas. This editor can be enabled/disabled without reloading the page by clicking a link below each textarea. Profiles can be defined based on user roles. A TinyMCE profile can define which pages receive this TinyMCE capability, what buttons or themes are enabled for the editor, how the editor is displayed, and a few other editor functions. Lastly, only users with the access tinymce permission will be able to use TinyMCE.
But there are always just normal textareas, and when I go to 'administer/settings/tinymce' all I see is:
TinyMCE settings
Any ideas?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | patch1_1.patch | 741 bytes | Frando |
| #5 | patch1_0.patch | 808 bytes | Frando |
| #3 | patch1.patch | 767 bytes | Frando |
Comments
Comment #1
gerbrand commentedI have the exact same experience. Using drupal 4.7 RC3, using tinymce-cvs downloaded today.
the admin/settings interface looks very promising, but textareas do not get the rich-text option, even when tinymce is enabled by default.
the privileges have been set correctly.
ciao,
gerbrand
Comment #2
gte451f commentedI am in the same boat, except I can get it to come up on IE NOT FF.
Brand new Tiny MCE / RC3 combo.
IE works just fine, with img_asist and everything.
FF gives the following error in Javascript console:
Error: tinyMCE.baseURL has no properties
Source File: http://mycamp.net/coachmerhonda/modules/tinymce/tinymce/jscripts/tiny_mc...
Line: 1
Error: s.invalid_elements has no properties
Source File: http://mycamp.net/coachmerhonda/modules/tinymce/tinymce/jscripts/tiny_mc...
Line: 1
Comment #3
Frando commentedHey,
OK, actually it's not a bug I think.
The problem is, as I already thought, that there is no profile created.
To add a new profile, go to 'admin/settings/tinymce/add'.
I checked the code, when you go settings/tinymce and don't have a profile yet, there should appear a drupal message containing a link to the 'create profile' page.
Maybe check your themes wether messages are printed correctly.
But nevertheless it would IMO be better to include the link into the main output instead of the message, so I created a little patch that does exactly that.
best regards,
frando
Comment #4
Frando commentedComment #5
Frando commentedSmall fault in the patch I submitted in my post, I missed the t(..) function.
So here's the right one.
Comment #6
Frando commentedgod, where's my concentration tonight ...
such a tiny patch and i need three attempts to submit a working version ..
dunno what went wrong but i uploaded a buggy patch file by mistake, so don't use it ;)
but that's now finally the right version!
Comment #7
scroogie commentedIn the last patch you forgot to set the variable.
Comment #8
luke.leber