Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I would like to take the same question one step further. How to get data from multi-select menus to display on one horizontal line with the label. Basically CCK displays this data as:
languages:
English
French
German
By using the display settings as instructed in the issue url above, you can get the display to this state:
language: english
french
japanese
If we could get it on one line, there would ideally be separators between the choices.
Is there a quick fix for this?
Apology
It was very late and I was a little bleary-eyed when I posted the above.
1) it was not my intention to co-opt the original issue, so sorry
2) I do hope my suggestion @drupalok was what he was looking for, though it was a little hard to tell from the information he offered.
3) from what I can see, my added query is not a CCK_blocks issue. As a matter of fact, when I posted I thought I was posting to the CCK issue list, which is what I am going to do now after running a few more checks and tries. I did install and run CCK_blocks which did exactly what it said it was going to do: put each field in a separate block. This does not help solve my particular problem.
Comments
Comment #1
vic_d commentedperhaps this is the answer to your question: http://drupal.org/node/320346
I would like to take the same question one step further. How to get data from multi-select menus to display on one horizontal line with the label. Basically CCK displays this data as:
languages:
English
French
German
By using the display settings as instructed in the issue url above, you can get the display to this state:
language: english
french
japanese
If we could get it on one line, there would ideally be separators between the choices.
Is there a quick fix for this?
Comment #2
vic_d commentedApology
It was very late and I was a little bleary-eyed when I posted the above.
1) it was not my intention to co-opt the original issue, so sorry
2) I do hope my suggestion @drupalok was what he was looking for, though it was a little hard to tell from the information he offered.
3) from what I can see, my added query is not a CCK_blocks issue. As a matter of fact, when I posted I thought I was posting to the CCK issue list, which is what I am going to do now after running a few more checks and tries. I did install and run CCK_blocks which did exactly what it said it was going to do: put each field in a separate block. This does not help solve my particular problem.
Comment #3
Anonymous (not verified) commentedDid you think about changing the display of the block title via CSS? As there is no answer from the questioner yet, I'll mark this as fixed.