I am trying to insert the new module position next to content slider.
I changed the content slider width so there is an extra space for a new module. And added the following line to the default.xml in the template.
<block name=”special” type=”spotlight” markup=”3″>user1</block>
I also created a module called “user1” to the position user1 and enabled. But nothing is showing up.
////// Default.xml Code//////////
<?xml version=”1.0″ encoding=”utf-8″?>
<layout>
<name>Default</name>
<description>Default layout for JA Anion template</description>
<blocks name=”top” style=”xhtml”>
<block name=”header” type=”header”></block>
<block name=”mainnav” type=”mainnav” markup=”3″></block>
</blocks>
<blocks name=”middle” markup=”3″ fixheight=”1″>
<block name=”content-mass-top” style=”raw”>content-mass-top</block>
<block name=”special” type=”spotlight” markup=”3″>user1</block>
<block name=”content-top”>content-top</block>
<block name=”inset1″ width=”30″>left</block>
</blocks>
<blocks name=”bottom” style=”xhtml”>
<block name=”botsl” type=”spotlight” markup=”3″>user5,user6,user7,user8</block>
<block name=”navhelper” type=”navhelper” markup=”3″></block>
<block name=”footer” type=”footer” main-inner=”1″></block>
</blocks>
</layout>
Could anyone tell me how to add a new module postion?