Posted by rjdjohnston on June 1, 2010 at 7:00pm
Hello,
I'm having significant difficulty trying to get a simple operation complete.
Drupal 6.x, Views 2, and Profiles and Nodes
I have a node called Sports with CCK fields titled field_sport.
Users have a CCK field entitled field_sports.
I'm trying to get a list of only those sports where field_sport matches on of the users field_sports selected.
I've tried filters (too limited), arguments(hours trying to figure this out with no success), and using views templates (hard to work with the data when not object or array).
Any thoughts?
Thanks
Comments
how bout taxonomy?
I think it will be better if you implement the sport field for the user as a taxonomy. It will be easier for you to create views with it.