When Node Form Rearrange is enabled, the Taxonomy Other module doesn't do its thing.

Comments

chiddicks’s picture

Status: Active » Closed (won't fix)

Taxonomy Other does a similar thing to this module - it takes taxonomy form elements and replaces them with something else. It expects to get form elements in a certain form and Node Form Rearrange mucks with that. Taxonomy Other does the same thing. This module would have to look for the specific elements that Taxonomy Other produces and I just don't think that is something I can keep ahead of. There's a similar issue with Active Tags. If these module adhered to a standard scheme for form elements is might work but as of now, there's no way.

I'm thinking of taking a different approach with this module - using themeable functions to modify the form rather than using hook_form_alter(). It didn't make much sense to me to begin with, but after playing with it, you can do a lot, including totally rearranging the node form.