Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.11
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2010 at 12:49 UTC
Updated:
25 Jul 2010 at 15:49 UTC
I hope anyone can help with the following scenario. I got:
- one node
- multiple date fields
- multiple text fields
I got views to neatly display each record of the date as a result. Perfect!
But, I also want to display the text field with it. So:
Date 1 displays with Textfield 1
Date 2 displays with Textfield 2
Etc.
I tried a bunch of things and spent almost a day on figuring it out on my own, so it would be great if anyone could help me.
My hunch is that I have to do some theming, use a tpl from views to get that specific textfield, and I got some promising results, but I am to inexperienced to move on.
Thanks very much for any additional info!
Comments
Comment #1
Paintbox commentedIf anyone is interested in this, for future reference, I used the excellent view custom field module :
http://drupal.org/project/views_customfield
You can then use the delta of the $data result set to fetch the field matching the # order of the results.
Comment #2
Paintbox commented