Hi all,

Just got it all working and going to try documenting how.

I have one remaining bug.  Uploading a pic, creating folders, all works
fine.  But when I have an existing pic in a doc and try to change it using
properties I get script error.  So it means deleting a pic and adding a new
one rather than changing from properties.  Think I'll just wait and see if
that's fixed in the next edition!

Hope this helps someone, good luck!

Jenny


1.  make sure fckeditor is installed directly into the web root:

e.g.
/sites/my_cms/fckeditor

2.  Open up fckconfig.js Look for these lines and configure as follows:

FCKConfig.LinkBrowser = true ;
FCKConfig.LinkBrowserURL = FCKConfig.BasePath +
'filemanager/browser/default/browser.html?Connector=connectors/cfm/connector
..cfm' ;

FCKConfig.ImageBrowser = true ;
FCKConfig.ImageBrowserURL = FCKConfig.BasePath +
'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/cf
m/connector.cfm' ;

FCKConfig.FlashBrowser = true ;
FCKConfig.FlashBrowserURL = FCKConfig.BasePath +
'filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/cf
m/connector.cfm' ;
FCKConfig.FlashBrowserWindowWidth  = FCKConfig.ScreenWidth * 0.7 ;      //70% ;
FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;     //70% ;

3.  Make sure you have an application.cfm with the name attribute set and
then add:

<cfset server.FCKeditor = StructNew()>
<cfset server.FCKeditor.userFilesPath = "/sites/cms/UserFiles/">

4. Open up
%mysite_root%/fckeditor/browsers/default/connectors/cfm/config.cfm

Configure as follows:

        // SECURITY: You must explicitly enable this "connector". (Set enabled 
to
"true")
        config.enabled = true;






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224500
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