There are two other modules that specialize in providing control of taxonomy information in node display:

Taxonomy hide
Term display

(I'm hoping we can merge these two for D7, see #575424: Merge with Taxonomy Hide?.)

So I think it would be best to remove the taxonomy display code from taxonomy context and leave it to whichever of those specialized modules goes forward. I thought I'd removed this from taxonomy context when I wrote term_display, but apparently I forgot to do so.

Comments

NancyDru’s picture

Status: Active » Postponed (maintainer needs more info)

Interesting that you should bring this up because I just spent a bunch of hours tracking down a weird issue I was seeing in a change to the Quotes module that is actually caused by the "Display taxonomy inline" option. See also #141125: Erasing taxonomy without providing theme function! - needs extra option. I don't know for sure how many people are using this option, but right now, I would be all for removing it.

The other place where we format the display is on an overview of the vocabulary or term, I assume you don't want to take over that function? If you do, is there an API, because this is an important part of TC.

NancyDru’s picture

@nedjo: I don't have either of those modules, so I can't play with them. If you have TC and want to see what happens, please disable (any way you want) the taxonomy_context_nodeapi code and see how it goes. I'd appreciate some screen shots if you can.