test melih
 melih
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • bulgin Friend
    #126452

    My site is:

    http://www.cornerlocations.com

    You will see that I changed the width of the banner image thus creating a blank spot on the right side. It is in this blank spot that I would like to install a new module. Can someone point me to where I would go in the index.php to install a new module in that area?

    thank you.

    Hung Dinh Friend
    #241706

    Open index.php, and look for

    <div id="ja-subhead" style="background: url(<?php echo "$ja_template_path/images/headers/$ja_headerimg-bg1.jpg";?>) no-repeat bottom left;">
    <div class="innerpad">
    <?php echo mosLoadModules ( 'top',-2 ); ?>
    </div>
    </div>

    Change to

    <div id="ja-subhead" style="background: url(<?php echo "$ja_template_path/images/headers/$ja_headerimg-bg1.jpg";?>) no-repeat bottom left;">
    <div class="innerpad">
    <?php echo mosLoadModules ( 'top',-2 ); ?>
    </div>
    </div>

    <?php if( mosCountModules('user10) ) {?>
    <div class="ja-user10">
    <?php mosLoadModules('user10', -2); ?>
    </div>
    <?php } ?>


    You can publish newsflash on the user 10 module
    Here is what I have come up with this modification

    1097


    1. corner-location
    bulgin Friend
    #241724

    Okay, solved my problems. The code had to go higher up and that put it in the right-hand corner up high. With your code placement it was showing up under the banner instead of to the right side.

    Thanks!


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

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

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