By masseyn on
I want to use a user field called full name in a content type called match report. I have setup a content type called match report that displays match details and reports from our club but i want to show our team lineup as well.... The best way would the field to be called Number 1 and then the person submitting the report can select the name from a list. I want this list to populate from the users accounts field called full name filled in by users on registration. This will make all our users register and make it easier and quicker to build the report.
Thanks
Comments
Help....
Help me please, any ideas are welcome.....
CCK
CCK (http://drupal.org/project/cck) provides a way to reference a user from a node. This will however only allow you to reference the login name. If you want to extract the username from a profile field, you'd probably have to look into Views (http://drupal.org/project/views).