Drupal 6: creating different profiles to list at custom page adding page and selecting as many as i
Posted
by artmania
on Stack Overflow
See other posts from Stack Overflow
or by artmania
Published on 2010-06-02T23:09:49Z
Indexed on
2010/06/02
23:14 UTC
Read the original article
Hit count: 206
Hi friends,
I'm a newbie drupal...
I'm working on my first Drupal project. I need to make an events page for some conferences. I create event content type, and creating fields like date-place-title-etc with CCK. There are also speakers, can be up to 20. each speaker has photo-namesurname-position. same speaker can be added to more than 1 event. So it is silly to create 60 fields (photo-name-position) for 20 speakers at event adding page. and expecting admin to fill all for an event adding action.
there must be a way to create speakers additionally, and listing them at event adding page with checkboxes. and admin just select the speakers from the list, can be 1 or 20 speaker.
how can create such thing? in what type should I create these speakers, so i can list them in event adding page for admin to select as many as he wants.
Appreciate helps so much!! thanks a lot!
© Stack Overflow or respective owner