[support] select text from list, then display in block?

Zohar Stolar z.stolar at gmail.com
Thu Oct 23 20:26:35 UTC 2008


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
>
>   
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.


More information about the support mailing list