[support] Taxonomy auto tags help

Zohar Stolar z.stolar at gmail.com
Sat Nov 17 13:42:08 UTC 2007


Idan Arbel wrote:
> One problem that I have is that taxonomy_node_save runs after my module and
> deletes all the node-term relations. If found a fix that if I change the
> module name to start with a letter after T then my module runs last. This
> feels a bit of a hack to me and I'm looking for another solution.
>
>   
A better, more consistent way, would be to increase the module's weight 
during installation. The weight is part of the system table in the DB.
> Also, any way to hide the taxonomy selection fields when I create a node?
>   
hook_form_alter should work for you.
>
> Idan
>
> -


More information about the support mailing list