After installing HS Content Taxonomy I found that a long standing issue with me (never reported) is still in there. The display formatters needs two more:

As link, comma separated
As text, comma separated

Thus a HSCS field upon render would look something like this:

Occupation: Scientist, Physicist

Instead of the one we see today:

Occupation: Scientist
            Physicist

Of course if the comma separated list vraps around to a second line, the indentation should be kept to make a nice hanging paragraph style to increase legibility.

Comments

wim leers’s picture

Just change HS_CONTENT_TAXONOMY_SEPARATOR in hs_content_taxonomy.module for now. It should be routed through a theme function instead though.

I won't add another formatter, you should instead override the theme function that I've yet to write.

Or did I misunderstand the problem here?

wim leers’s picture

Status: Active » Closed (fixed)

Closing due to lack of response. Feel free to reopen.