Hi,

Thanks for the module.

Is it possible to display the group title when node/story is displayed?

For example, The default behavior is:
1st vocabulary terms (weight = 3): BOOK
2nd (weight = 1): EN,ES,FR,RU
3rd (weight = 2): DONE
Terms will be listed by plain alphabetical order: BOOK, EN, ES, DONE, FR, RU. When grouping is enabled then terms will be grouped: EN, ES, FR, RU, DONE, BOOK

I would like to display is as:
1st vocabulary title: BOOK
2nd vocabulary title: EN,ES,FR,RU
3rd vocabulary title: DONE

If it should be done only through theme. can you please hint where I should look into in the theme?

Thank you.

Comments

brmassa’s picture

Status: Active » Fixed

,

sorry for the long-waiting reply.

You should notice that the vocabulary weight alters the order, so, in order to list the terms in the way you like you will need:
weight 1: BOOK
weight 2: EN,ES,FR,RU
weight 3: DONE

regards,

massa

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

heyyo’s picture

Category: support » feature
Status: Closed (fixed) » Active

I think DrupalDummy wanted to add the vocabulary title in front of each group.
And maybe you could also add a css id to each vocab, to give the possibility to theme each vocab differently.

Regards