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'.
But there are always just normal textareas, and when I go to 'administer/settings/tinymce' all I see is:

TinyMCE settings

$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.

Any ideas?

CommentFileSizeAuthor
#6 patch1_1.patch741 bytesFrando
#5 patch1_0.patch808 bytesFrando
#3 patch1.patch767 bytesFrando

Comments

gerbrand’s picture

I 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

gte451f’s picture

I 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

Frando’s picture

Status: Active » Needs review
StatusFileSize
new767 bytes

Hey,
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

Frando’s picture

Assigned: Unassigned » Frando
Priority: Critical » Minor
Frando’s picture

StatusFileSize
new808 bytes

Small fault in the patch I submitted in my post, I missed the t(..) function.

So here's the right one.

Frando’s picture

StatusFileSize
new741 bytes

god, 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!

scroogie’s picture

In the last patch you forgot to set the variable.

luke.leber’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)