Closed (works as designed)
Project:
Taxonomy Super Select (TSS)
Version:
5.x-1.5-1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Mar 2007 at 15:09 UTC
Updated:
28 Mar 2007 at 09:46 UTC
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
Comment #1
codexmas commentedI 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.
Comment #2
bobdalob commentedYou 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.