Closed (fixed)
Project:
TinyMCE
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2006 at 15:30 UTC
Updated:
28 Jan 2007 at 22:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drupalnesia commentedto 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
Comment #2
Justyn-1 commentedThanks, well this is the source when I click on create content->page.
I'm running 5RC1.
Comment #3
drupalnesia commentedi 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.
Comment #4
Justyn-1 commentedYep, 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.
Comment #5
Justyn-1 commentedAnd just to respond to my own comment above about coloured/underlined text not working, it was because I had not enabled "Full HTML". Cheers.
Comment #6
Anonymous (not verified) commentedI'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 :( )
Comment #7
jerome_107 commentedhi! 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!
Comment #8
jerome_107 commentedyep, make that ... "Missing argument 2 for drupal_get_form() in /site/includes/form.inc on line 61"
Comment #9
jerome_107 commenteduncommenting line 61, results to > "Parse error: parse error, unexpected '}' in /site/includes/form.inc on line 184" yikes!
Comment #10
(not verified) commentedComment #11
zjmainz commentedIm 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?