1

I'm designing a website in drupal in which users would be able to set their preferences in different areas. e.g. Fav. Games:.

Now I want these preferences to show in a seperate menu option for the users to fillout. I created a seperate node but I need someone to advise me how to link it with the users. Or if there is any other better way please guide me.

Thanks.

4

2 に答える 2

1

You could use the Profile 2 module: http://drupal.org/project/profile2

You can create profile fields with your different areas, which will be assigned to that user.

于 2012-12-18T04:12:29.363 に答える
1

In Drupal 7, you can attach fields to any entity that is declared as fieldable; that includes users.

Just add the fields you need from admin/config/people/accounts/fields.

于 2012-12-18T04:12:45.033 に答える