We want to add a custom block (let’s call it “slide”)between “top” and “main” positions, of the form:
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="header" type="header" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="topbar" type="topbar"></block>
</blocks>
<block name="slide" type="module" style="xhtml">frontslide</block>
<blocks name="middle" colwidth="30">
<block name="left-mass-top">left_top</block>
<block name="left1">left1</block>
<block name="left2">left2</block>
<block name="right2" width="41">right2</block>
<block name="left-mass-bottom">left_bottom</block>
</blocks>
However, this is not feasible. Nothing appears for the “slide” block.
Any ideas? I read http://www.joomlart.com/forums/topic/adding-custom-blockblocks-and-module-positions/ but it was not of much help…