Hi,
i've installed correctly the module and the editor.With garland theme it work correctly, and also with some others themes.
But i don't understand why don't work with sweethome theme...the body field is blank whena i create new content, is without the fck's menu...(like no editor!)
Please help me...
Thank you

Comments

ontwerpwerk’s picture

Status: Active » Closed (won't fix)

is the sweethome them drupal 5.x compatible?

As the editor works with other themes, it'scertainly the theme that is the problem.. see Converting 4.7.x themes to 5.x for solutions, or open a bug report for the theme

marcotrapani’s picture

the version of sweethome is 5.x-dev and I suppose that is compatible...
I have read the link to update a 4.7 theme in a 5.x theme but I don't know where make changes...
please support me...
thanks

BlackB’s picture

Version: 5.x-1.1 » 5.x-1.3-beta

I've run into the same troubles while migrating my 4.7.x theme to 5.2.

I have finally found the solution for me: It turns out that the module needs to add some javascript activation code to the footer of the page when you don't select pop-up. But, to be able to really print that javascript code you have to code in page.tpl.php right before the body closing tag:

print $closure

I hope somebody find this explanation useful.

ontwerpwerk, thanks for your work on this plugin! Good work!

Bye!

mitchellecohen’s picture

Version: 5.x-1.3-beta » 6.x-1.2
Assigned: Unassigned » mitchellecohen
Status: Closed (won't fix) » Active

I am using Litejazz and the FCKeditor on Firefox. When using the editor the text does not wrap. It does wrap if I use the Garland theme and it does work on LiteJazz in IE. What is the solution to getting the text to wrap in Jazzlite?

wwalc’s picture

Assigned: mitchellecohen » Unassigned
Priority: Critical » Normal

Take a look here: http://drupal.fckeditor.net/tricks#1
Probably all you have to do is to add an appropiate CSS style using FCKConfig.EditorAreaStyles

Jorrit’s picture

Status: Active » Closed (fixed)

Please re-open if this is still a problem.