Firstly, thanks for this module, works fine on D6 :)

It'd be nice to have some more theming options. For example I want to see my checkboxes in 2 or 3 columns in alphabetical order.

For example,
term1 term4
term2 term5
term3 term6

Using CSS I can make it appear in 2 or 3 columns as I want, but not in alphabetical order.
Example,
term1 term2 term3
term4 term5 term6

If it could be done with CCS just point me, please, to the right track. And thanks again for the module!

Comments

Equ’s picture

*bump*

Terebinth’s picture

Hi Equ,

Been battling with this all day. Puleeeeze clue me in on how you got your checkboxes into columns....

Cheers!

Equ’s picture

Hi Drup-rider,

.my_checkboxes .form-item label.option {
  float: left;
  width: 20%;
}

.my_checkboxes .form-item .description {
  clear: both;
}

Hope it helps!

But my problem is not solved yet :(

Terebinth’s picture

It worked!

Thanks. Right now i'm just happy it looks a bit more decent. Will look into the alphabet thingy if my users complain ;)

Cheers!

kentr’s picture

Equ:

A couple of possibilities:

  • If you're using D6, you can reorder the vocabulary items in the Taxonomy settings.
  • With the current version of the module, you can individually position the various checkboxes, floating them left & right, for example.
Equ’s picture

Status: Active » Fixed

Kentr, the problem was solved, but anyway thanks for your advice :-)

Status: Fixed » Closed (fixed)

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

alibama’s picture

i've got a ton of terms and would like to style the output in a grid of some sort - any suggestions?

alibama’s picture

nevermind, http://drupal.org/node/1035886 answered that