I built a website that revolves around a fan club of sorts for a very local band that plays in my home town. What I would like to do next is create a page that i can show a picture of , and then describe who they are and what they do for our band. Example: The sound guy's picture, his name, and some information about him. I'm sure there are modules that would do something along these lines but i was not able to find one. Any help would be greatly appreciated. Thanks.

Comments

vm’s picture

create a new content type with the CCK.module
use the imagefield.module and it's dependencies to add an image field to the content type.

This will allow you to get the "member data" into the database.

extract that data from the database for display with the views.module if needed.

edge87’s picture

Is there any documentation on how to do that exactly? Because I've never really used the CCK.module to do anything like this before.

vm’s picture

There is a great deal of documentation on CCK on drupal.org and spread through the internet. From written writeups to videocasts. Google is your friend in this case, as is going to the CCK project page and clicking on the documentation link.