I'd like to propose a small addition to the module that would allow the rendering of individual taxonomy terms to be themeable. The attached patch provides this functionality.

CommentFileSizeAuthor
taxi.theme_taxi_term.patch1.41 KBjrbeeman

Comments

LisandroEC’s picture

Assigned: Unassigned » LisandroEC

I took a look at the patch, and I thought a slight modification: instead of using a $link boolean, I'll use a $included boolean to pass to the theming function wether the term is included in the node or not. By default the theming function, if it is included, will create a link to the term, and if it's not, it will just print it. But with these modification you can, for instance, when overriding the theming function, gray out an unincluded term, or maybe just not print it at all. What do you think?

LisandroEC’s picture

Sorry, I just took a better look at your patch and it actually needs no modification at all, just overriding it has the same functionality... my mistake, I tend to get ahead of things :D

Ok, added!

LisandroEC’s picture

Status: Needs review » Closed (fixed)

Added to 5.x-1.2.

Thanks!