look at taxonomy_form_alter(&$form, $form_state, $form_id) inside taxonomy.module. set taxonomy_override_selector to TRUE will prevent drupal to load a list of terms.
but you must reset taxonomy_override_selector. also, when your set taxonomy_override_selector, whole system will not show taxonomy on form. hook_boot, hook_exist probably can used to set up/reset that variable. hope this is what you want. regards, anru -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] To unsubscribe, reply using "remove me" as the subject.
