I have set up a new view for 'upcoming events'. These events are nodes of differing types ('Rehearsal', 'Concert', 'Deadline', etc.). The main display uses a grid. Right now this generates HTML with '<td class="col-1">....'. It would be really nice if I could configure this to also contain the node type and any taxonomy term associated with this node, such as

<td class="col-1 deadline">

such that I then can use CSS to highlight grid-cells by node type.
Or does this already work in some way ?

Thanks,
Stefan

Comments

merlinofchaos’s picture

Status: Active » Fixed

You would have to theme the view to accomplish this. You can override views-view-grid.tpl.php -- see the theme:information link and the associated help files for more information.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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