Every non-Field element in the 'term edit' form need to be exposed as an 'extra field' using hook_field_extra_fields(), so that they appear in the 'Manage fields' d-n-d reorder list (just like node body and title in CCK D6).
Short of that, there's no way to reorder fields around 'missing' elements, see screenshots. D-n-d is all or nothing.

- Term name,
- Description
- Advanced options fieldset,
- URL alias

I'd say the last two should be moved to a vertical tabs set with a heavy weight at the bottom of the form, to follow node forms. That's a different issue though, VTs are a minefield ;-) and that is not critical.

CommentFileSizeAuthor
taxo_form.png22.99 KByched
taxo_manage_fields.png25.82 KByched
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jim0203’s picture

I'd like to help, but can't find any docs for hook_field_extra_fields() - there's certainly none in Drupal API at http://api.drupal.org/api/function/hook_field_extra_fields/7.

If this changes, please comment here and I'll get to work on this.

yched’s picture

Status: Active » Closed (duplicate)