Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • outlaw213 Friend
    #146765

    Hi

    I want to add a new module position ontop of the user1 and user2. See pic below.

    As you can see the red box.

    Right now if i use a module in either user1 or user2 it will use all the space from left to the right of template ( full template width ) but if i add modules to both user1 and user2 then both modules will sit next to each other like in the pic. If i can somehow make it so they dont sit next to each other but instead both use full template width or if i can add a new position of my own ( red ).

    Thanks 🙂

    Anonymous Moderator
    #326463

    Hi

    Please open index.php file (templates/ja_sanidineii_light folder), find following code section:

    <div id="ja-mainbody" class="clearfix">

    and add following code below this code:


    <?php if( $this->countModules('topsl3') ) {?>
    <div id="ja-topsl3" class="clearfix">
    <jdoc:include type="modules" name="topsl3" style="rounded" />
    </div>
    <?php } ?>

    outlaw213 Friend
    #326470

    Thanks, i;ll try that, btw i still have to add a new <position> tag on the xml file of the template right?

    Anonymous Moderator
    #326632

    Yes, please try to do it

    outlaw213 Friend
    #326642

    THan ks for the help, that worked great 🙂

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

This topic contains 5 replies, has 2 voices, and was last updated by  outlaw213 14 years, 9 months ago.

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