TSS works just fine, but if I add the Primary_Term module, the "Primary Category" label and a drop-down select box are displayed -- except that the select box has no primary term categories displayed. It is empty.
Primary_Term works fine, except when TSS is present.
Incidentally, Primary_Term works somewhat with the Formtweaker module, but for my form-display I would prefer to use TSS. With Formtweaker, the Primary Categories appear as a filled select box (not empty, as with TSS), but not as checkboxes.
I need to use Primary_Term, but neither TSS nor Formtweaker appear to change the Primary Categories to checkboxes.
I'd appreciate any pointers on where to look, what to do, because my content form is very messy without TSS :(
Comments
Comment #1
codexmas commentedUnfortunately TSS is a direct override to the node form and may get trampled on by other modules doing the same. You may be able to change the sequence that drupal loads modules. They all default to 0 weight and there is no interface to change it.
You can modify they system table directly to see if it helps.
Comment #2
talatnat commentedCodexmas, thanks for the lead.
TSS has a weight of 0, Primary Term a weight of 9, and Formtweaker a weight of 20. I tried several combinations of weights, but nothing changed as far as TSS and PT. It may be that some other module is trampling on this party -- I'll try later on a clean install and report back.