Closed (duplicate)
Project:
Content Construction Kit (CCK)
Version:
7.x-2.x-dev
Component:
Views Integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2008 at 20:09 UTC
Updated:
18 Jul 2012 at 06:15 UTC
Comments
Comment #1
merlinofchaos commentedAll of Views internal multi value fields support this and you're asking about a CCK field I assume, so this should be asking the CCK queue.
Comment #2
akolahi commentedYes, it is a Content Taxonomy Field with Freetagging.
thank you.
Comment #3
akolahi commentedOkay so I found this function in CCK:
which was causing the line breaks by entering "div" for each field. So I overrode it using:
which is in fact causing my output to look like this....
so, the over-ride is working - but for some reason I'm still getting line breaks :( I'm not really understanding why.
Any ideas?
thanks.
Comment #4
akolahi commentedThis is embarassing... the culprit was my stylesheet...
#sidebar-left a {
display: block;
}
Comment #5
yched commentedI'd love if someone contributed a patch to extend the rendering options for multiple values in Views :-).
Comment #6
iNade commentedActually, i'm looking for the same thing... so if someone found the answer, i'm in ! :)
Comment #8
markus_petrux commentedAn example on how to solve this issue: #556232: multiple values in views
Comment #9
hunglyvn commented