views:

42

answers:

1

Hello,

I have been searching all morning and have yet to come across the solution for my problem..

problem is: I have successfully created a CCK content type using the content taxonomy module (which allows me to use a vocabulary as the content). the user is asked to select his/her preferred cultures. so in simple terms form holding a series of checkboxes which the user merely selects their preferred cultures.

problem comes when I wish to display the selected cultures by that user for them to then sort into their top 5 cultures.

the sorting bit I can do using draggable views. however actually displaying the users selected cultures is something im finding difficult.

sorry for my novice of a question.. but its been one of those days.

A: 

You should use relationships. http://drewish.com/node/127 http://drupal.org/project/user_relationships http://www.drupalforusers.com/content/using-views-2-relationships http://www.drupalove.com/drupal-video/using-drupals-views-relationships Also you can be need this patch http://drupal.org/node/241078 Or module that allows to make backrelatioships but it is private. If you will realy need it contact this company http://www.developmentmill.com/ email [email protected]

Igor Rodinov