Since this may or may not be a new feature request I thought I would include this thread in the skins forum as well:
Similar to how DNN implements content panels, it would be nice to be able to support additional content panels that sit on top and below the 3-column layout. I know with DNN this is based on how the skin is created, but I wasn't sure how this worked in mojoPortal. Am I able to specify more than 3 content panels?
Specifically I would like to be able to have within my page to have a header content panel that spans the full width of the page, 3 columns beneath that and then a footer column that spans the full width of the page. This way, each individual page in the site can have it's own custom header (for use with banner images) and a custom footer (for extra links/navigation/content specific to that page only)
This may be a possible way of implementing it:
<div class="divcenter" id="MyCustomHeader"></div>
<div id="divleft"></div>
<div id="divcenter"></div>
<div id="divright"></div>
<div class="divcenter" id="MyCustomFooter"></div>
Let me know if this is something that is already supported and if it is just a matter of including a definition for the extra panels in the skin files, or if this is something you will have to implement in code,
Thanks again for your support,
Erik