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

dawehner’s picture

Well choose another formatter and if there is none existing wrote one or use the customformatter module.

dawehner’s picture

Status: Active » Fixed

.

fenda’s picture

Status: Fixed » Active

Sorry I don't understand what you are trying to say.

Another row format? Why would that change anything?

damiankloip’s picture

Are 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.

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)