Plone Help :


FCKeditor.Plone 2.2 upgrade :
-----------------------------
  
   To upgrade from version < FCKeditor.Plone 2.2 :

   - Uninstall FCK editor from your Plone site (Quick Installer or Plone Control Panel)
   - Delete FCKeditor directory from your_instance/Products directory
   - Put the new FCKeditor directory in your_instance/Products directory
   - Restart Zope
   - Install FCKeditor.Plone in your Plone Site via QuickInstaller or Plone Control Panel

  VERY VERY IMPORTANT !!
  ----------------------
  For better performance All FCKeditor js, css files and images are loaded from
  client http cache or proxy caches (Apache reverse proxy or squid ...) but :
  
  If you don't clear the caches many js errors could happen after upgrade !
  
  - Give your site users advice of upgrade and tell them to clear their browser cache
  - purge your reverseproxy cache folder 

  
  
  Take care of that :
  
  - You need to delete previous specific FCKeditor wysiwyg_support customizations, 
    if necessary customize fckeditor_wysiwyg_support
  
  - If you were using previous FCKeditor.Plone version you could need to upgrade your members wysiwyg_editor property
    in your portal_membership (this property has changed since FCKeditor.Plone 2.0.1 for easy cohabitation with Kupu and Epoz), to do that follow these steps :
    . In your Plone site ZMI > create an External Method
      Id            : updateFckUsers
      Title         : updateFckUsers
      Module Name   : FCKeditor.updateFckUsers
      Function Name : updateFckUsers
  
    . Click on test
    . Your portal_membership is updated 




    
  


Small FAQ :
----------

1. How to disable file and/or image and/or flash upload ?
   Set this option in FCKEditor Plone Control Panel


2. How To change default style in editor windows ? 
   plone.css (plone 2.0.x)) or portal_css (plone 2.1) are used by default.
   You can change it with the FCKEditor Plone Control Panel

3. How To change toolbars set ?
   with FCKEditor Plone Control Panel
   
4. How To Force Paste as Plain Text when copy-paste from rich-text document ?
   choose this option with FCKEditor Plone Control Panel


5. How to disable unique ID referencing when browsing server AT Content Types and Plone 2.1 standard Content types ?
   Use the FCKeditor Plone Control Panel


6. How to publish absolute links ?
   Unset the "Make relative Links" option in FCKeditor Plone Control Panel"
   Disable unique ID referencing so.

   
7. How to use your custom styles in the editor area and combo menu ?
   In the FCKeditor Plone Control Panel Modify the field "FCK Editor Styles List"
   If you want to use classes you need to modify your plone styles
   An example of styles classes is provided in "FCKeditor/skins/fckeditor/editor/css/fck_ploneArea.css"
   these classes are used by default (just add them to your css)

8. How to set FCK Editor as default editor for all new members in your Plone site :
   - Go in ZMI > Your Site > portal_member_data > properties
   - In the field "wysiwyg_editor" enter "FCKeditor"  
   - submit the form


9. How to force the Member personal folder as opening folder in browser and for fast upload ?
   Choose this option in FCKeditor Plone Control Panel

10. How to force the browser's root to Member personnal folder ?
    If you follow the step 9, the user will use his personnal folder for fast upload 
    and the browser will be open in this folder, but the user is still able to browse 
    all site published contents. 
    You can set the browser root if you want :
   
    To force the browser root to Member personal Folder : choose this option in FCKeditor Plone Control Panel

11. How to force browser path or browser root to a particular folder ?
    Choose it in the FCKeditor Plone Control Panel
   
12. How to enable server side spellchecker ?
    By default speller checker is only avalaible for MSIE (you need a client plugin so)
    You can enable php server side
    Follow this howto on plone.org : 
    http://plone.org/documentation/how-to/fckeditor.plone-install
    Just change the step about changing the fckconfig.js by :
     >> Choose "server side speller pages"  option in FCKeditor Plone Control Panel.
    Many thanks to Larry Pitcher on plone.org ;-)
    Another method :
    put the content of the directory
    FCKeditor/skins/fckeditor/editor/dialog/fck_spellerpages/spellerpages 
    in a www apache directory
    Change the filename spellchecker.html.pt to spellchecker.html
    
    A spellcheck.py will be available soon.
    
    

13. How to change portal_types used for file/image/flash upload ?
    Choose it in the FCKeditor Plone Control Panel

14. How To make FCKeditor able to browse inside my specific PloneArticle based types ?
    Choose your Plone Article meta_types in FCKEditor Control Panel.

15. How To change the portal_types used by PloneArticle attachements and images ?
    Choose it in Plone Article Control Panel (not in FCKEditor CP)
    
16. How to make FCKeditor able to play with ATPHotos
    wait the next FCKEditor version and ATPhoto first official release.


For anothers questions look at :

 http://fckeditor.net/ 
 FCK Editor forum on sourceforge (http://sourceforge.net/forum/?group_id=75348)
 The wiki web site for the documentation of the project : http://wiki.fckeditor.net/
 
 For specific Zope / Plone support : http://macadames.com/forum







Other Zope CMS integration :

 Last CPS versions : just put FCKeditor product directory in yourInstance/Products
                     restart Zope
                     
 Other CMF installation :
 Use portal_quickinstaller

 How to use Browsing and Rapid Upload with CPS ?
 see CPS_examples in this folder.

 Other Zope integration help :
 Use the forum http://macadames.com/forum
