I have a view displaying a table of users. On my site, users have a field attached to them which is a taxonomy term reference. The related vocabulary also has a field attached to it which is an image (an icon representing the tag).
Users can be tagged with multiple terms. In my view, I am enabling "Display all values in the same row". However, this only displays the taxonomy term name. I also want to show the taxonomy term image icon next to each name.
I've spent a while trying to do this but to no avail! Any ideas?
Comments
Comment #1
dawehnerWell choose another formatter and if there is none existing wrote one or use the customformatter module.
Comment #2
dawehner.
Comment #3
fenda commentedSorry I don't understand what you are trying to say.
Another row format? Why would that change anything?
Comment #4
damiankloip commentedAre you using a relationship to the terms? Then you may be able to use that to show the image field. Sounds like you might also want to give http://drupal.org/project/views_field_view a go.
Comment #5
mustanggb commented