It would be great if it were easy to alter the css to enable customizing the spacing, etc. With a lot of categories and given the standard form-item spacing (1em top and bottom) and collapible settings the list gets way too long.
Being able to speficy the spacing within a group of subterms alone would be nice. It would visually cluster the terms better and enable more effecient use of the space.
Thanks for the great module!!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | taxonomy_super_select-126509-3.patch | 805 bytes | DanaRoseRoss |
Comments
Comment #1
codexmas commentedIt will be quite simple to add classes/id's to each fieldset and vocabulary.
I am likely going to start on this soon as there are a couple of other ideas
I have as well like:
Display as Fieldsets or Nested UL/LI's so that you could do your own CSS/Javascript collapsing stuff.
Write proper theme functions for each of the element styles so that it can all be overridden.
Allow per content type override of Required/Multiple etc...
Parent selection when adding Freetagging terms, tricky but worth it I think.
Thats all I can think of for now, I hope to have something done maybe next week.
Gord.
Comment #2
nathanraft commentedThis is more that I wished for... Sounds great.
I really like the parent selection when freetagging ...has got to be one of most needed taxonomy features!!
Looking forward to it and will be glad to test.
Comment #3
DanaRoseRoss commentedPatch to add a unique ID to TSS's div tag for theming (Drupal 6 version)
Comment #4
jcisio commentedClose 4.7 issue. TSS now uses the Drupal Form API, thus it is easy for theming.
Patch #3 is therefore not necessary. Besides, it is not correct because there is duplicate ID (vocab and parent terms use the same ID).