Hi all
This is probably simple, but I can't seem to figure it out... I'm making a site for a restaurant. They want to be able to go to a page where all possible menu items are listed, select the items for todays menu and save so only the menu items they picked would be displayed on a 'today's menu' page. Does anyone know of a module for this sort of thing or perhaps point me to some method to do this? I've been reading up all over and can't seem to wrap my head around where to begin..
Thanks all!
Ryan Thomson wrote:
Hi all
This is probably simple, but I can't seem to figure it out... I'm making a site for a restaurant. They want to be able to go to a page where all possible menu items are listed, select the items for todays menu and save so only the menu items they picked would be displayed on a 'today's menu' page. Does anyone know of a module for this sort of thing or perhaps point me to some method to do this? I've been reading up all over and can't seem to wrap my head around where to begin..
The nodequeue module allows for this sort of manual list creation.
http://drupal.org/project/nodequeue
Cheers,
Jonathan
Thanks! works great ;)
Jonathan Hedstrom wrote:
Ryan Thomson wrote:
Hi all
This is probably simple, but I can't seem to figure it out... I'm making a site for a restaurant. They want to be able to go to a page where all possible menu items are listed, select the items for todays menu and save so only the menu items they picked would be displayed on a 'today's menu' page. Does anyone know of a module for this sort of thing or perhaps point me to some method to do this? I've been reading up all over and can't seem to wrap my head around where to begin..
The nodequeue module allows for this sort of manual list creation.
http://drupal.org/project/nodequeue
Cheers,
Jonathan
Jonathan Hedstrom wrote:
Ryan Thomson wrote:
Hi all
This is probably simple, but I can't seem to figure it out... I'm making a site for a restaurant. They want to be able to go to a page where all possible menu items are listed, select the items for todays menu and save so only the menu items they picked would be displayed on a 'today's menu' page. Does anyone know of a module for this sort of thing or perhaps point me to some method to do this? I've been reading up all over and can't seem to wrap my head around where to begin..
The nodequeue module allows for this sort of manual list creation.
You could also keep the menu's history, if you used a node type for today's menu, which will have a multiple node reference field. This way you can choose the dishes for each part of the meal, and have a dedicated page for each day.
I think that's more what i was after.. I forgot about the manage fields option lol. thanks! Now it's working perfectly.
Zohar Stolar wrote:
Jonathan Hedstrom wrote:
Ryan Thomson wrote:
Hi all
This is probably simple, but I can't seem to figure it out... I'm making a site for a restaurant. They want to be able to go to a page where all possible menu items are listed, select the items for todays menu and save so only the menu items they picked would be displayed on a 'today's menu' page. Does anyone know of a module for this sort of thing or perhaps point me to some method to do this? I've been reading up all over and can't seem to wrap my head around where to begin..
The nodequeue module allows for this sort of manual list creation.
You could also keep the menu's history, if you used a node type for today's menu, which will have a multiple node reference field. This way you can choose the dishes for each part of the meal, and have a dedicated page for each day.