Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • cmscodexpress Friend
    #155481

    Hello all
    I need to have three modules under main content, so I want to move the user5, user6, user7 and user8 there, I’ve changed the code like this:

    <blocks name=”middle” colwidth=”20″ markup=”3″ fixheight=”1″>
    <block name=”content-mass-top” style=”raw”>content-mass-top</block>
    <block name=”content-top”>content-top</block>
    <block name=”inset1″ width=”20″>left</block>
    <block name=”right1″ width=”30″>right</block>
    <block name=”botsl” type=”spotlight” markup=”3″>user5,user6,user7,user8</block>
    </blocks>

    However it did not work, can anyone help me please?


    1. help
    Saguaros Moderator
    #360429

    You replace:
    [PHP]
    <block name=”botsl” type=”spotlight” markup=”3″>user5,user6,user7,user8</block>
    [/PHP]

    by:
    [PHP]
    <block name=”content-bottom” type=”spotlight” markup=”3″>user5,user6,user7,user8</block>
    [/PHP]

    cmscodexpress Friend
    #360466

    Thanks for your answer but I’ve also tried that and didn’t work.

    cmscodexpress Friend
    #360695

    another idea?

    Saguaros Moderator
    #360710

    and the code:

    <blockquote>

    <blocks name=”middle” colwidth=”20″ markup=”3″ fixheight=”1″>
    <block name=”content-mass-top” style=”raw”>content-mass-top</block>
    <block name=”content-top”>content-top</block>
    <block name=”inset1″ width=”20″>left</block>
    <block name=”right1″ width=”30″>right</block>
    <block name=”botsl” type=”spotlight” markup=”3″>user5,user6,user7,user8</block>
    </blocks
    </blockquote>

    You try to use the content-mass-top for that 🙂

    change: <block name=”content-mass-top” type=”spotlight” markup=”3″>user5,user6,user7,user8</block>

    cmscodexpress Friend
    #360911

    Thanks for you answer, I can’t to use “content-mass-top” for these modules because I use it, but I wrote “<block name=”content-mass-bottom” type=”spotlight” markup=”3″>user5,user6,user7,user8</block> ” and it functioned for me.
    Thanks so much for your help

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

This topic contains 6 replies, has 2 voices, and was last updated by  cmscodexpress 14 years, 1 month ago.

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