By terryit3 on
I am experimenting with Drupal to design a new public library website.
I have the events module installed with the calendar module also enabled.
I have a page called Main Library which will be the page that displays hours, contact information, etc.. for the Main Branch Library
I want to display a list of events from the calendar within that static page. If this isn't possible, a block displaying them would work.
Is that possible?
Thanks,
Terry
Comments
panels
non-coding method: consider the panels module, which should help you create a page that is a mix of static and dynamic. you can use the views module (views=lists) to create/tweak your events lists and put that in one of the panels. the current static content would go in another panel.
Thank you. This seems to do
Thank you. This seems to do what I want.
T