By Anonymous (not verified) on
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
As always, you'll have to
As always, you'll have to mess around to get the functionality you want.
Try using
CCKfor the node type.You can use
Taxonomyfor drop-down lists (AMD, Intel, etc.).You can use
Viewsto display lists of nodes.- Corey
thank you Corey, you
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.