By codexomega on
I would like to create a catalog of aircrafts.
There should be a complete list of airplanes, sorted by name.
When I click on chosen item, a new page opens, giving me main picture of selected aircraft and it's description.
Another part will be a gallery of aircrafts, with filters.
What modules can I use for this?
Thanks.
Comments
CCK & Views
You probably want to start with CCK & Views.
CCK ( http://drupal.org/project/cck ) will let you expand a node by adding custom fields such as a photo of an aircraft, name, type, engine, whatever
Views ( http://drupal.org/project/views ) will allow to create lists of your entries. They can be sorted & filtered based on the contents of the fields you created via CCK. An example - List all prop driven planes with engines made by Rolls Royce You can also select which fields show up in that list
-------------------
http://www.PrivacyDigest.com/ News from the Privacy Front (Drupal)
http://www.SunflowerChildren.org/ Helping children around the world ( Drupal)
New subjects to learn
That might be exactly what I need.
I am just missing some basic knowledge. Never worked with Drupal before.
I am going to play with these modules.
Thank you.