Discussion in Taxonomy Image that may lead to feature requests.
NancyDru - March 8, 2008 - 13:50
| Project: | Taxonomy Enhancer |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
http://drupal.org/node/219596 - I think there are soe forthcoming feature requests here.

#1
Thanks for the referral...
I am an active maintainer - however I'm not sure what else this module really needs. Ideas and patches are always welcome. This module is actively used on http://www.pponline.co.uk/ and http://www.sportsinjurybulletin.com/ and it does what we need it to do.
The REAL difficulty is that, unlike the nodeapi, taxonomy does not have a 'load' hook. It has hooks for delete, update and insert but not load. Bit silly in my opinion - but in any case, it does make it a little harder to work with taxonomy like this.
#2
Yes, I have submitted a feature request for the load hook. I've even started looking at where to patch it.
I'm sorry about the "active" part - I guess I confused lack of issues with inaction.
Well, let's see if some of the commenters in that issue can bring some ideas. My first idea is that I'm not crazy about the CCK-like field name lookup stuff - that creates extra queries. I don't know how to fix it at the moment; I've only briefly examined the module to see if it would save me the bother of writing my own version of something like this.