I add, as here advised http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides #Enabling_mass_positions
The problem is that I don`t understand, what to do with the positions for the modules, they themselves should appear, or they have to manually add somewhere?
I’m the same way as in the video are entered manually position well, such as content-mass-top, but the module itself does not appear.
<blocks name="middle" colwidth="20" fixheight="1">
<block name="right-mass-top">right-mass-top</block>
<block name="content-mass-top">content-mass-top</block>
<block name="right1">left</block>
<block name="right2">right</block>
</blocks>
Please help me.
This code can help
<blocks name="middle" main-inner="1" colwidth="17">
<block name="content-top" style="raw">content-top</block>
<block name="content-bottom" style="raw">content-bot</block>
<block name="content-mass-top" style="raw" type="tabs">ja-news-1,ja-news-2,ja-news-3</block>
<block name="content-mass-bottom">content-mass-bot</block>
<block name="right-mass-top">col-mass-top</block>
<block name="right-mass-bottom">col-mass-bot</block>
<block name="inset1">left</block>
<block name="right1">right1</block>
<block name="right2">right2</block>
</blocks>