For D5, there was this patch, #347727: Theming: Allow theming of taxonomy links
For D6, there is this patch, #303486: Display Type - List
Can someone please add SOME form of themeable function? Right now, the only options are Text or Link, meaning that despite the view returning a tid (or series/array of tids), the formatting is forced to do a lookup for the term name, and then either uses that, or worse, runs it thru a l() to generate a fixed link to the term.
Just adding a simple theme hooking as a new choice of formatting, ala the above patches, would mean that if you need to do something else besides 'term' or 'link' you could. Right now, the theming workarounds end up being direct views hacking, or doing node_loads on the nid returned just to get the actual tid list (despite that the view already knows about it, but we have no clean way to get it via theming), or worse, looking up term names to (hopefully) get the tid back the other way...
Comments
Comment #1
mh86 commentedboth formatters are theme functions: