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
Comment #1
merlinofchaos commentedYou 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.