Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rawling Friend
    #188076

    I add new block after line <block name=”content-mass-bottom”, but the module is not displayed.
    [PHP]
    <blocks name=”middle” colwidth=”25″>
    <block name=”content-mass-top” type=”spotlight” main-inner=”1″>content-top1,content-top2,content-top3</block>
    <block name=”left1″>left</block>
    <block name=”right1″>right</block>
    <block name=”content-mass-bottom” type=”spotlight” main-inner=”1″>content-bottom1,content-bottom2,content-bottom3</block>
    </blocks>
    [/PHP]

    How to add a new module (of any kind) after last line (?):

    [PHP]<block name=”content-mass-bottom” type=”spotlight” main-inner=”1″>content-bottom1,content-bottom2,content-bottom3</block>[/PHP]

    I need to add this new block:

    [PHP]
    <block name=”content-mass-bottom” type=”spotlight” main-inner=”1″>content-bottom4,content-bottom5,content-bottom6</block>[/PHP]

    The content-bottom4,content-bottom5 and content-bottom6 described in templateDetails.xml, but this modules not show with http://mysite/?tpl=1
    [PHP]
    <position>content-bottom4</position>
    <position>content-bottom5</position>
    <position>content-bottom6</position>
    [/PHP]
    please help me!

    pavit Moderator
    #495188

    Hi

    You can have this below content-mass-bottom

    <block name="content-bottom" type="modules" style="raw">content-bottom4,content-bottom5,content-bottom6</block>

    rawling Friend
    #495190

    <em>@pavit 375908 wrote:</em><blockquote>Hi

    You can have this below content-mass-bottom

    <block name="content-bottom" type="modules" style="raw">content-bottom4,content-bottom5,content-bottom6</block>
    </blockquote>

    😀 Great! Thank you very much!!!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  rawling 11 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum