I am changing the default.xml (same as the layout default from the frontend).
My middle block is like this right now:
<blocks name=”middle” colwidth=”25″ main-inner=”1″>
<block name=”content-mass-top”>content-mass-top</block>
***** I think I want to install the blocks from below at this position *********
<block name=”content-mass-bottom”>content-mass-bottom</block>
<block name=”left1″>left</block>
<block name=”right1″>right</block>
</blocks>
I now want to add the following – essentially for the home page only so I can use the left and right module positions.
<block name=”topsl4″ type=”spotlight” main-inner=”1″>user1,user2</block>
<block name=”slideshow1″ type=”modules” main-inner=”1″>slideshow1</block>
<block name=”topsl5″ type=”spotlight” main-inner=”1″>user3,user4</block>
<block name=”slideshow2″ type=”modules” main-inner=”1″>slideshow2</block>
<block name=”topsl6″ type=”spotlight” main-inner=”1″>user5,user6</block>
<block name=”slideshow3″ type=”modules” main-inner=”1″>slideshow3</block>
<block name=”topsl7″ type=”spotlight” main-inner=”1″>user7,user8</block>
<block name=”slideshow4″ type=”modules” main-inner=”1″>slideshow4</block>
<block name=”topsl8″ type=”spotlight” main-inner=”1″>user9,user10</block>
I need help please!