📖 Documentation
Displaying Exhibits
Exhbits are basically News Event and History Event pages that list all the nodes that are assigned to those events.
Can use the category_view module to order all the listed nodes by node type.
But speeches and interviews are all news item types- how to separate them in the event view? Can I Order the view by Category ID?
Read up on Category_view module. There may be patches to install.
===
The following link shows how to hard code the event type's page and teaser displays:
http://drupal.org/node/48816#comment-231447
We can then list all content linked to an event in separate sections as separate views.
This may not be a great idea for the teaser field as it would make the event teaser list heavy to load.
We need to find a way for the teaser to display just the node count of the content linked to the event.

