All i need to do is somehow attach a file to blog posts, and also use some kind of WYSIWYG editor for test fields, ....
I have found the answers on multiple forums here, ..but nothing works for me and i have tried the following
Moxie, HTMLarea, tinyICME, WYSIWYGeditor & FCK editor, ...all are installed correctly with the extra latest bits downloaded from the various sites, ...but none actually show in my text fields, ...the closest i have got is FCK which if i enable the option to open it in a popup there is a link, ..but it links to "#" and goes nowhere and does nothing, ...however it is giving me JS errors about things not being defined, ..but JS is definitely turned on and i haven't messed with anything.
It is almost like they work but none show up, ..so i thought it might be my theme so i changed and tested with many of the default themes, ..still nothing, ..this is driving me crazy as i have been having this problem with pretty much every module i try and use, including ones to attach images to blogs like ImageAttach and ImageFilter, ....and so as you can imagine it is very much hindering my learning of Drupal.
Please Help, ...
To see the site go to www.mogmachine.com
you can log in with u:test p:test and try to post a comment to see the FCK editor which has been enabled, ..not working, and the subsequent JS error.
Thank you for any help...
Comments
a few things to try
For FCK, go to administer/access control, and make sure either "use advanced fckeditor" or "use default fckeditor" is enabled for (at least) your authenticated users. If you want them to upload images/files, also enable the "allow fckeditor file uploads".
Then go to admin/settings/fckeditor and check there's valid toolbars chosen in the two toolbar drop-downs. "Drupal Full", or similar.
Also make sure there's nothing in the Exclude Fields text area, and enter "1" in the Minimum Rows setting.
Although looking at your JS error, it looks like FCKEditor is undefined. Have you installed the FCKEditor package itself? It's separate from the FCKEditor Drupal module, which only does the integration.
Hope that helps. FCK is my favorite of the WYSIWYG editors so far.
Thanks mate, ..but i have
Thanks mate, ..but i have done everything you have suggested already, ..and also downloaded and installed the FCKeditor in the modules/fckeditor/fckeditor directory as instructed in the install, ....but that was before i came to you, ..
..now i have tried it all again, but still the same result, ..you are right it is undefined, ...but i can't work out why, ..and this is happening with almost every module i try and use, ...i am almost ready to throw Drupal away and go back to writing CMS systems by hand again.
I don't even get the error
I don't get a javascript error or anything. It just jumps to the top of the page when I click on the Rich Text Editor link. What is "Metatools"? Is it javascript? Maybe it's conflicting.
Meta is the theme, ..and
Meta is the theme, ..and mete tools are th colour changing links at the top of the screen, .meta-tools being the name of the div container, ..but i have tried this with other more standard themes and it still doesn't work.
..the javascript error is only viewable if you are using dev toolbar or console or such like.