On Wed, 20 Sep 2006 01:38:55 -0700, Maurits van Rees <[EMAIL PROTECTED]> wrote:

Alex Mandel, on 2006-09-20:
Speaking of which, this seems really common. Does someone already have a
script for this. Or if I write one where should I post it on the plone
site so it's available.

One of my products has  this in Extensions/AppInstall.py, which seems
to do the trick:

    # make sure fckeditor is the default editor instead of kupu.
    mtool = getToolByName(portal, 'portal_memberdata')
    mtool._updateProperty('wysiwyg_editor', 'FCKeditor')

This only sets the default value, it doesn't iterate through existing members, does it?

--
_____________________________________________________________________

     Alexander Limi · Chief Architect · Plone Solutions · Norway

 Consulting · Training · Development · http://www.plonesolutions.com
_____________________________________________________________________

      Plone Co-Founder · http://plone.org · Connecting Content
  Plone Foundation · http://plone.org/foundation · Protecting Plone



_______________________________________________
Setup mailing list
Setup@lists.plone.org
http://lists.plone.org/mailman/listinfo/setup

Reply via email to