Posted by NathanRAFT on March 10, 2007 at 2:37pm
| Project: | Taxonomy Super Select (TSS) |
| Version: | 4.7.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
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!!
Comments
#1
It 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.
#2
This 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.
#3
Patch to add a unique ID to TSS's div tag for theming (Drupal 6 version)
#4
Close 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).