Content Banner 1.0 Configure a banner image for Content that is displayed on your site. The banner will then

I needed a way to apply a custom banner graphic for each Orchard page/projection that I created (about, contact, etc). Out of the box, there wasn't an easy way to do this. The best available approach was to create a new widget layer for each page, and insert some code into a widget on each layer in order to have a custom image for each page. This could be time consuming and confusing if you didn't take the time to figure things out. So, I created a solution.

Content Banner is a small module that allows you to add a ContentBannerPart to any Content Type. From each Content Type's Edit screen, you can choose a custom Banner image to display and toggle whether to display that image or not.

Using the new Content Banner Settings menu, you can configure which Layout Zone to place the banner images. The banner image is then injected into the Layout Zone that you have configured for each Content Type that you enabled this functionality for.

This was designed for Content Types such as Pages and Projection Pages (List Pages), but could be cleverly configured for Blog Post Detail pages, etc.

Version 1.0 only supports displaying a single banner image. No custom / dynamic HTML.