Paul wrote:
> So Rick were you going to elaborate on integrating your CFFM with FCKEditor?
> I think several of us would be interested in how to do that...

I did share it with people who emailed me asking for the code, like I 
said in my first post :)

You can download my modified version of CFFM here:

     http://www.webworksllc.com/cffm/cffm4fck-0.96b.zip

It contains:

editor_fm/
editor_fm/cffm.cfm
editor_fm/cffm_image.cfm
editor_fm/cffmConfig.cfm
editor_fm/cffmUDF.cfm
editor_fm/above.cfm
editor_fm/below.cfm
editor_fm/cffmIcons/<images>

Put this into the FCKeditor 2.0 installion directory.

In the fckconfig.js file, change the ImageBrowserURL and LinkBrowserURL to:

FCKConfig.ImageBrowserURL =
     FCKConfig.BasePath + "editor_fm/cffm_image.cfm";
FCKConfig.LinkBrowserURL =
     FCKConfig.BasePath + "editor_fm/cffm.cfm";

Note that the other configuration options in this file are NOT applied 
to my file manager.

If you don't have an application.cfm that is already protecting your 
editor directory (like I do), you'll need to add some code to deny 
access to people who aren't logged into your system.

  - Rick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186964
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to