Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2008 at 22:06 UTC
Updated:
11 Sep 2008 at 05:33 UTC
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.