Firstly, I very much like this module. It does exactly what I want.

However, it also takes something away....

When TSS is selected in a vocabulary, my custom help text is no longer does shown. This is could prove to be a bit of a drawback for me.

Any solutions?

Comments

codexmas’s picture

Assigned: Unassigned » codexmas
Category: bug » feature
Status: Active » Closed (works as designed)

I do display the vocabulary description with each one that is displayed.
Could you put your help text there? Or is it dynamic?

Or are you putting help text on the terms?

If you are doing this with a form alter hook, you could weight your module
in the system table to 15 or so so that it fires after TSS and can add the
text where needed.

I would need to know how you are adding the text to accommodate what you
are doing. If it is adding additional elements the form alter method above
will solve your problem, simply detect if TSS is loaded, and do your alters
different for the vocabs that are affected.

Gord.

bobdalob’s picture

You are right - I'll stick it in the description.

I should have figured that out myself but for the fact I am using Localizer and the non-TSS items show the help text but not the description (reverse of TSS)! It is not a criticism of either module however when looking at the situation as a whole, it is a bit of a quirk.

For the time being a bit of under and over! Thanks for your quick reply.