Attached is a ZIP archive of the TSS module version 5.x-1.5-1 manualy patched with:

  1. Patch "taxonomy_super_select_alfa_order2.txt" in comment 3 of #136319: sort taxonomy terms alphabetically
  2. and

  3. Patch "taxonomy_super_select-custom-class.txt" in the starting post of the thread: #139411: More compact display of checkboxes in fieldsets

They're both from george@dynapres.nl.

Each of them has emules either from nancydru or from rconstantine which respectively would mess up style or were too complicated for me to implement.

A limit of this version is the current version(1.5-1)'s limit of 5 levels in the hierarchy depth of vocabularies.

Comments

doc2@drupalfr.org’s picture

As stated as a comment at the beginning of the taxonomy_super_select.module PATCHED file from the ZIP archive above, you should paste the code from the yourtheme.css file which is included in the archive into your main theme's style sheet (at the bottom).

That is to say, put this:

/**
 * 2008/06/10 Taxonomy Super Select patch: drupal.org/node/139411
 */
.super_select .form-item {
  float: left;
  width: 15em;
  margin: 0 0 0.5em 1.1em;
  border: none;
  font-size: 85%;
}

into drupal/themes/garland/style.css if you use the (drupal default) Garland theme, or drupal/themes/zen/zen.css if you use the Zen theme, etc. You'll notice that the name of the file may differ. Use a SIMPLE text editor to edit it.

You can play with the parameters to fit your needs. To test this, comment the line font-size: 85%; with a double / like this:
// font-size: 85%;.
Save your maintheme.css file (the one in your drupal/theme folder), reload a node/add or node/edit page in your browser and, (only if TSS is enabled on this nodetype) you'll see the changes!

NancyDru’s picture

Status: Needs review » Fixed

This is now in 5.x-1.10.

doc2@drupalfr.org’s picture

Wow! Great! Already upgraded. Looks good, feel good! Thank you very much to all contributors!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.