Currently ckeditor just adds the "Rich text editor settings" fieldset to the user form with weight = 10. If the module would implement hook_field_extra_fields() to define the fieldset, we could position the fieldset within the form. Maybe always at the bottom. Maybe together with the Timezone settings in another fieldset. Etc.

This is how entity forms should be extended. And it's ridiculously simple. Just implement hook_field_extra_fields() and define a 'ckeditor' element. No change in the existing form alter. I'll create a patch later.

CommentFileSizeAuthor
#1 ckeditor-extra_fields-1957066-1.patch501 bytesrudiedirkx

Comments

rudiedirkx’s picture

Status: Active » Needs review
StatusFileSize
new501 bytes

Voila.

wwalc’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for the patch!

The order of a fieldset can be now changed by visiting admin/config/people/accounts/fields.

wwalc’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.