Posted by tamirkorem on October 6, 2012 at 7:07pm
I created two new content types :Activity and Person.
Activity has several fields that one of them (the title) is called "Activity Name"
Activity can be something like Reading,Writing,Eating etc..."
Person has several fields that one of them is activities where I want the user to be able to select activities names for the new Person (from a combo/list/tree).
The Person's activities must be of the Activity content type.
Is it possible to do it without coding, just by using and configuring modules (any modules) ?
Note that when new activities are created, then a Person can be manually updated and add or remove activities.
Comments
there are many ways to
there are many ways to implement this
1) create a taxonomy term
2) create a node reference
you have to decide that whether the activity can be created by user or just by the admin, it depends upon your requirement that what & how you want to do ................
For Drupal 7 entity reference
For Drupal 7 entity reference is a better choice than node reference.
It works perfectly with the entity reference - 10x !!!
10x !!!