Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • thatcomputerdude Friend
    #161449

    The module with the 3 images (movie 1, movie 2, movie 3) should really be in the middle blocks (above the content and to the left of the right column)… right now it’s in the Top blocks which causes the right column to not be next to it, but below it with the content.

    Here is my default layout code which needs customized. I’m not sure how to put that module in the middle block of code – anyone have suggestions?


    <?xml version="1.0" encoding="utf-8"?>
    <layout name="desktop">
    <!--Extra css load for this layout-->
    <stylesheets>
    </stylesheets>
    <blocks name="top" style="xhtml">
    <block name="top-panel" type="modules" style="raw" main-inner="1">top-panel</block>
    <block name="header" type="header" main-inner="1"></block>
    <block name="topsl" type="spotlight" main-inner="1">user1,user2</block>
    <block type="modules" style="raw">banner</block>
    </blocks>

    <blocks name="middle" colwidth="30">
    <block name="left1">left</block>
    <block name="right1" main-inner="1">right</block>
    </blocks>
    <blocks name="bottom" style="xhtml">
    <block name="botsl" type="spotlight" main-inner="1">user6,user7,user8</block>
    <block name="footer">user10,user11</block>
    </blocks>
    </layout>

    thatcomputerdude Friend
    #381318

    I used this code and it worked, just had to adjust the spacing for those images.


    <blocks name="middle" colwidth="30" fixheight="1">
    <block name="content-mass-top">banner</block>
    <block name="right1">left</block>
    <block name="right2">right</block>

    </blocks>

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

This topic contains 2 replies, has 1 voice, and was last updated by  thatcomputerdude 13 years, 8 months ago.

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