Using the actual latest version of the module, downloaded from the attachment in this bug report http://drupal.org/node/105311, the module appears under administration and access rules and I have set them both accordingly.

However, the editor does not appear in text boxes in "create content".

CommentFileSizeAuthor
#2 createpage.htm.txt12.22 KBJustyn-1

Comments

drupalnesia’s picture

to fix this bug, I need your help to send me the source code to support@drupal-id.com. this is the way how to produce the source:
- if you're using Firefox, right click the select "View Page Source"
- on IE, click on menu bar: View - Source

Justyn-1’s picture

StatusFileSize
new12.22 KB

Thanks, well this is the source when I click on create content->page.
I'm running 5RC1.

drupalnesia’s picture

i think nothing wrong in your source code.. hmmm... have you downloaded the tinymce library (from http://tinymce.moxiecode.com/download.php) and extract it to sites/all/modules/tinymce/includes/ ?
please read the README.TXT for detail instruction. i am still checking your code if i miss something.

Justyn-1’s picture

Category: bug » support
Status: Active » Fixed

Yep, I'm a fool, I had the tinymce library extracted like this:
sites/all/modules/tinymce/includes/tinymce/

instead of:
sites/all/modules/tinymce/includes/

Which was clear in the README file. It works now (although I cannot create coloured/underlined text, but that is a separate issue). Thanks for your help.

Justyn-1’s picture

And just to respond to my own comment above about coloured/underlined text not working, it was because I had not enabled "Full HTML". Cheers.

Anonymous’s picture

I've noticed a lot of changes in this 5.0 version of tinymce. Basically you started a complete new module which was completely needed so good job on that.. however, a lot of ways are changed..

I think maybe instead of making the user put the tinymce files in the include folder, make it be just a tinymce/tinymce folder like in 4.7 drupal. since when you download the tinymce tar and extact it, its already in its own tinymce folder. It's just one less step.

I would like to start taking part in getting tinymce for drupal 5 more up to par. there's lots to do with it and now that you've restarted the module file, its not an eye sore to go into :)
(i do have cvs access on this project but have yet to make any contributions to it :( )

jerome_107’s picture

hi! i have installed latest module ver 5.x-1.x-dev, and installed the same and followed the steps for moxicode tinymce... however going to administer > settings i get this error message warning: Missing argument 2 for drupal_get_form() in /home/armc/includes/form.inc on line 61... help, anyone? ;o)... will take a look at the line, too and see what happens... but hopefully somebody has a workaround to this thing, thanks again!

jerome_107’s picture

Title: TinyMCE editor doesn't appear in text fields » TinyMCE installation: "Missing argument 2 for drupal_get_form() in /site/includes/form.inc on line 61"

yep, make that ... "Missing argument 2 for drupal_get_form() in /site/includes/form.inc on line 61"

jerome_107’s picture

uncommenting line 61, results to > "Parse error: parse error, unexpected '}' in /site/includes/form.inc on line 184" yikes!

Anonymous’s picture

Status: Fixed » Closed (fixed)
zjmainz’s picture

Im still getting this error and it is not the same problem that justyn has. All of my folders are in the correct place. The tinymce editor is in the modules/tinymce/includes/

Some questions...what are the file permissions supposed to be for all of the files/folders in the tinymce directory?

Any additional suggestions?