FCK Editor has no problem for me in my other content types except one. I want to create a content type that user can only choose from taxonomy term for the node title. So I'm using Auto node title module, choose "Automatically generate the title and hide the title field" and place CCK content_taxonomy tokens: [field_name_wiki_club-terms] -which is a content taxonomy field. The problem is FCK Editor is not showing or missing in body text area, even if I remove body and create a new text area field, the FCK editor still missing. I checked the global profile and see no problem there. So I'm now confusing here, is it a bug or something ? I have included the screenshot. Thanks.

CommentFileSizeAuthor
new-textarea-field.jpg30.47 KBSamsoe
default-body.jpg17.96 KBSamsoe

Comments

Samsoe’s picture

I just found something, if I disabled Automatic title generation then FCK editor works normally. (it shows at two text editing area, default body field and new body field).

Jorrit’s picture

Status: Active » Postponed (maintainer needs more info)

Does that feature cause a Javascript error? Javascript errors may prevent FCKeditor from loading.

Samsoe’s picture

If so, is there something that I could do ? I'm a newbie. pls help.

tobiasb’s picture

pindaman’s picture

I have the same.
no errors shown on screen.

in firebug I do see the javascript rule.
On the screen i don't
tried uninstalling all modules.
- i dont which module was responible byut FCKditor work again.
Now i will activate modules 1 by 1. and test fckeditor

yaworsk’s picture

hi all,
i had similar problems with FCKeditor where the bar suddenly wouldn't show up for certain content types and on others, i only had a simplified bar.

What worked for me was going into Edit FCKeditor and under Visibility Settings, somehow Paths to exclude and Force simplified bar on the following paths had addresses to my content types. Once I removed those, FCKeditor worked again.

I have no idea how those fields got populated though on my end... I did the problem of FCKeditor not showing up on content types for another site which required a more elaborate solution but I can't remember what that was and would have to look into it tonight if need be. Let me know if the solution above works for you and if it doesn't, I'll look into what I did for the other site tonight and post it back here.

Pete

Samsoe’s picture

It doesnt work, Pete. The weird thing is if I disabled "Automatic title generation" then FCK editor works normally. ( I have 2 text field that using FCK edito, and both works if I disabled Automatic title generation ).
But I want to use automatic title badly. I want to have a wiki-style content type that user cannot edit the title.

yaworsk’s picture

hmmm, don't really know, I've never used that automatic title generation... instead, could you just use pathauto and in your page.tpl file just remove the title from showing up on the page. or better yet, create a tpl file for your specific content type and specifically remove the title from that?

just a thought...

freestylegary@yahoo.com’s picture

I have the same issue with FCK editor not showing, but this is for my custom theme. If I use a default theme or a Roople theme, I have no issues.. any pointers?

freestylegary@yahoo.com’s picture

Never mind, my theme was missing the print $closure; .

yaworsk’s picture

samsoe,
is this still a problem? did you check your visibility settings under the global profile to make sure your specific pages are listed under the exclude?

Ela’s picture

I have the same problem.. the FCKEditor not loading. I did move to another host today. Could that be the cause?

Ela’s picture

it was the fckeditor.html file from the fckeditor/fckeditor/editor folder.. something must have gone wrong with my upload

Jorrit’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
Samsoe’s picture

Now its work again. I think it has conflict with the other module, but I can't figure out which module that caused that.