Question

I'm new to drupal and just curious about that what are the steps to create a recipe website, where Admin user and specific members could enter the recipes, and web site would be able to show each recipe on separate page as well as in listings.

There is a popular module named "Recipe" to download and install but I don't want to use that module to have a full control on my website.

I installed the module Field Collection (for a list of ingredients) and created a custom node where an admin user can enter all the required data for a recipe. I also created a taxonomy of categories and attached with the node where user can select a recipe category. No issue. Now my questions are:

  1. How can I add whole recipe categorized list in a tree shape on my web site?
  2. How can I make this list to be populate automatically as the user create a new node?
  3. I want to make a custom page where each recipe would be shown individually. How can I do this. (I read something about Panels and Views and tried them a little. But I can find "field collections" only while preparing the views and not the all fields I created in my custom node)

Thanks for all your help.

Was it helpful?

Solution

  1. I don't quite understand you I'm afraid.
  2. Sounds like you want to create a view for displaying your nodes.
  3. Surely this is just the node page itself?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top