test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • AmineHambaba Friend
    #117750

    To Whom it may concern,

    How would I edit the index.php to have the Right Module (same style) on the left side of the main content instead of the right?

    Thanks.

    Khanh Le Moderator
    #211944

    1. Open the template index.php file for editing.
    2. Move this block of code to before <!– BEGIN: CONTENT –>:

    <?php if ($ja_right) { ?>

    <!-- BEGIN: RIGHT COLUMN -->

    <div id="ja-rightcol">

    <?php echo

    mosLoadModules ( 'right',-2 );

    ?>

    </div>

    <br />

    <!-- END: RIGHT COLUMN -->

    <?php } ?>
    3. Open template css file: template_css.css
    4. Change this style:


    #ja-rightcol {
    width: 180px;
    float: right; <-- Change from right to left
    color: #EEEEEE;
    }

    AmineHambaba Friend
    #211984

    Thank you,

    How would I display the “art-symbol.gif” on the right side as like it was on the right side with the right module?

    Khanh Le Moderator
    #211985

    Open css/template_css.css, find this style, change the value right to left:


    #ja-main {
    background: url(../images/art-symbol.gif) no-repeat bottom right #3E3E3E;
    padding-bottom: 3px;
    }

    Open css/colors/light.css, do the same:


    #ja-main {
    background: url(../../images/light/art-symbol.gif) no-repeat bottom right #E6F0FB;
    }

    You also need to modify the image art-symbol.gif (one in folder images, one in folder images/light) to fit your site.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Khanh Le 18 years, 1 month ago.

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