Hi all, I'm new to Drupal and so far I like what I've seen. I'm creating a site and I want people to be able to register their personal computers.

I want users to be able to fill a form about each computer they owns.
For each computer, you would fill a form and be able to attach pictures.

Sample form fields: brand,processor type, processor speed, videocard, ...

I also want to have the ability to browse the information via category, like:

Browse by:
brand, ie: dell, compaq, ...
processor type, ie : AMD, Intel

Where do I start? What modules are needed?

thanks

Comments

coreyp_1’s picture

As always, you'll have to mess around to get the functionality you want.

Try using CCK for the node type.

You can use Taxonomy for drop-down lists (AMD, Intel, etc.).

You can use Views to display lists of nodes.

- Corey

Anonymous’s picture

thank you Corey, you answered my question perfectly. I should be able to achieve my goals with the modules you mentioned.

Have a good day.