By rabihs on
Hey all,
I'm developing a website for a magazine using Drupal. I've edited the Article content type and added the fields I need.
Every article can have more than one author, this is easy to do using cck drop down list field type.
My problem is that i need to create a page for the admin to be able to create an author and add some data.
Any recommendations on how I should do this? Should I create a new content type named Author and customized it with cck? Or there are other alternatives to create an author or partner or other type?
Thanks in advance.
Comments
Make Author a Content Type -
Make Author a Content Type - and then use Node Reference in the Article Content Type to reference those authors.
Thanks
Thank you for your quick reply, I'll do that.