Recently, i have added imce_integrate function to IMCE, which aims to make a cleaner integration to fckeditor (or tinymce).

The old integration method requires the footer hook to detect fckeditor's state on the current page by searching the header. If it is activated and set, IMCE adds necessary javascript code to the page footer where another requirement(closure for themes) shows up.

The new method, imce_integrate function, simply adds the js code to the header and there is no special requirements.
IMCE still supports the old method for backward compatibility and noone will be affected by this patch. The only difference will be a cleaner IMCE integration for the patch users.

CommentFileSizeAuthor
#1 fckeditor.module_4.patch879 bytesufku

Comments

ufku’s picture

StatusFileSize
new879 bytes

the patch.

ontwerpwerk’s picture

Assigned: Unassigned » ontwerpwerk
Status: Needs review » Reviewed & tested by the community

Great... I'll add it next time.

ontwerpwerk’s picture

Status: Reviewed & tested by the community » Fixed

in 5x dev

Anonymous’s picture

Status: Fixed » Closed (fixed)