Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • cactour2 Friend
    #118709

    I would like to put new module ( like a USER 5) in the right side of the page …
    Is it possible and how to do this…
    thank you

    kallan Friend
    #214310

    Do you want to publish another module to the right or do you want to create a new module position (user5) on the right?

    Khanh Le Moderator
    #214323

    Why don’t you publish those modules to position right?

    ljkeashly Friend
    #214419

    <em>@cactour2 7754 wrote:</em><blockquote>I would like to put new module ( like a USER 5) in the right side of the page …
    Is it possible and how to do this…
    thank you</blockquote>

    Change this code in index.php:
    <?php if ($ja_right) { ?>
    <!– BEGIN: RIGHT COLUMN –>
    <div id=”ja-rightcol”>
    <?php echo
    mosLoadModules ( ‘right’,-3 );
    ?>
    </div>
    <br />
    <!– END: RIGHT COLUMN –>
    <?php } ?>

    to the following:
    <?php if ($ja_right) { ?>
    <!– BEGIN: RIGHT COLUMN –>
    <div id=”ja-rightcol”>
    <?php echo
    mosLoadModules ( ‘right’,-3 );
    ?>
    <?php if( mosCountModules(‘user5’) ) { ?>
    <?php mosLoadModules(‘user5’, -3); ?>
    <?php } ?>
    </div>
    <br />
    <!– END: RIGHT COLUMN –>
    <?php } ?>

    This will add user5 module position after module position right in the right hand column. If you don’t have anything published in module position user5 it will not get loaded.

    Good luck.

    cactour2 Friend
    #214532

    Thank you very much for your detailled answers…

    I ‘m ofently out of the web mastering part, so I take some times to answer … But I apreciate a lot yours helps …
    I’am going to try … Evrything and be back to you guys

    So far I realized that it is a harder question … Putting a second column on the right of the screen with it’s own modules …
    I feel it is very inside of the templates … but if some one know the code … Would be really cool and I can published my new web site… I give your the adress

    cactour2 Friend
    #214534

    Super your code works perfect
    and for me it’s the understanding of the Php template that was quite interesting… I shall resolve know others little issue.
    This template is great !

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

This topic contains 6 replies, has 4 voices, and was last updated by  cactour2 17 years, 9 months ago.

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