How to set the default wysiwyg editor (Epoz, Kupu or FCK Editor) for all users in Plone
Usefull thread from Plone Users List
Evan Smith
Can anyone tell me how i can set the default editor for all users of my plone site?
I have installed the FCK editor and i want this to be the default, but i also want to leave kupu available as an option for users in their preferences. Is this possible?
robert rottermann
Uwe C. Schroeder
Duncan Booth
_____Can anyone tell me how i can set the default editor for all users of my plone site?
I have installed the FCK editor and i want this to be the default, but i also want to leave kupu available as an option for users in their preferences. Is this possible?
robert rottermann
For all new users you can set it in portal_memberdata->properties
for all existing users you have to run a script that sets this property (*I think*)
Uwe C. Schroeder
In addition to that you can always customize the wysiwyg_support script in
plone_wysiwyg to take precendence for your preferred editor if the user in
question has the default setting.
Duncan Booth
That is unlikely to have any effect.
Kupu and Epoz define their own wysiwyg_support template which overrides the
one in plone_wysiwyg. There are instructions on Plone.org for defining a
suitable template for FCK Editor, although if you are using Kupu 1.3.x the
support for FCKEditor is already included in Kupu's template so you can
ignore the Plone howto.
If you want to customise wysiwyg_support you will need to find the
appropriate version and customise it.
tags: Epoz | FCKeditor | Kupu | Plone | wysiwyg
small WYSIWYG Editor