Way of using: categorized recipes
ouke - February 22, 2007 - 23:43
| Project: | Content Construction Kit (CCK) |
| Version: | 5.x-1.1 |
| Component: | General |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I am wanting to add a page that will let users submit recipes to a specific category. I wan them to be able to type the title and recipe info then select the category it will go into. can this module do that? if not, can someone tell me how. thanks for any info.

#1
For categorization features take a look at default installed taxonomy module.
If you want have only title and body for your recipes, Drupal core have everithing what you need. Story content type will be enough.
If you need additional data, that should be clearly separated from title and body, maybe ingredients, then with CCK you can create new content type with title, body and ingredients as additional fields.
More information you can find in Content Construction Kit Handbook.
#2