This is the setting I am using so I know it works. You can copy it and change it around, but it will allow you to create 3 new module positions below the Content Block! (just like user1, user2, user3)
Place the following right under the right block. It should look like this:
<block name=”right2″>right</block>
<block name=”content-bottom” type=”spotlight”>user12,user13,user14</block>
Now if your Module Background Color does not show, (I am talking about the white module color you will need to open the template.css file in the plugins/system/ base-theme/default/template.css
go to line 802 and replace the line with this
.ja-box-right .ja-moduletable, .ja-box-right .moduletable,
.ja-box-full .ja-moduletable, .ja-box-full .moduletable { background:ffffff !important; border: 0 !important; }
This would solve the problem of the new module position you add background color not showing.
Now you can place any module in these positions.
If you want to add a two module positions setup like in the Droid Template position user5 and user6
75%/25%
Add this just under the above block setting and you will have 5 new Module Positions to work with. Should look like this:
<block name=”right2″>right</block>
<block name=”content-bottom” type=”spotlight”>user12,user13,user14</block>
<block name=”content-mass-bottom” type=”spotlight” special=”right” specialwidth=”26″ main-inner=”1″>user15,user16</block>
All you have to do is copy both sets of blocks to your template settings and you will be good to go!