Thank you for the reply. I don't think I have the ability to add song files to the album content type. File Type is not listed in the available CCK field types. Is there a widget that I'm missing? Then effectively, every song would have an Album node? Or can I insert multiple songs into one Album through some multiple file uploader?
Also, I currently have advanced_profile module, what are the advantages of content_profile?
Thanks for your help!
Main Topics
Browse All Topics





by: stephencolsonPosted on 2009-05-07 at 09:45:51ID: 24327795
This can effectively be achieved with the basic Drupal permissions set. If you have a content type called "Album" that has a CCK field "Track" where people can upload 1..n different song files, all you have to do is give a user roll node create permission on "Album" and "Can edit own Album" but not "Can edit any Album." The author of the Album node will be recorded by Drupal so you won't have to worry about that angle.
/content_p rofile) for tying all of these together.
You really shouldn't have to use node reference unless you want to do something a lot more complicated, but that may not be a good idea to start out.
As far as having the profiles of the different musicians, I would check out the "Content Profile" module (http://drupal.org/project