maybe the 3.2 creaters made a typo? not sure...
does anyone have 7.8 to test this on? i really like fckeditor and would hate to have to discontinue using it..
EDIT: I have fixed it! maybe kguske can advertise a nukewysiwyg package for 7.8 with this info:
in the news/admin/index.php, a addslashes is called on the text before it is passed into check_html. thus, this:
Code:<img src="http://www.mysite/com/media/2006/03/image.png" alt="" />
|
becomes this:
Code:<img src=\"http://www.mysite/com/media/2006/03/image.png\" alt=\"\" />
|
for some reason, kses doesnt like this and strips the attributes. the fix is to go thru all the post_story functions and other like functions and remove the addslashes. i know there are alot of these and they must be removed in the reviews module and other modules where you plan to use fckeditor. but it works.
still havent figured out where that mysterious Nuke Patched 4.0 came from. maybe my site made a trip to the future