Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mikeho1980 Friend
    #118074

    I used JA Sargas and changed to JA Sargas Xmas for this season greeting.

    Why JA Sargas has User 1 and User 2 Module but not JA Sargas Xmas? Did they on vocation:D

    Hung Dinh Friend
    #212757

    You can simply copy the php codes which load the User 1 and User 2 Module from JA Sargas to JA Sargas Xmas

    alliesev Friend
    #213359

    I would like the user1 and user2 module to appear on the Xmas version of Sargas as well, but I don’t know which part of the code to copy and paste. Would you post it here please?

    Oh hey, I got it. What do you know. 🙂 If anybody else has this question, insert this code into the Sargas xmas template html in the same place it was in the regular Sargas template html (shortly after the footer starts).

    <?php if ($bottommodule) { ?>
    <!– BEGIN: BOTTOM SPOTLIGHT –>
    <div id=”ja-botslwrap”>
    <div id=”ja-botsl” class=”ja-spotlight clearfix”>

    <?php if ( mosCountModules(‘user1’) ) { ?>
    <div class=”ja-box<?php echo $user1divstyle; ?>” style=”width: <?php echo $divbotwidth ?>;”>
    <?php mosLoadModules ( ‘user1’, -2 ); ?>
    </div>
    <?php } ?>

    <?php if ( mosCountModules(‘user2’) ) { ?>
    <div class=”ja-box<?php echo $user2divstyle; ?>” style=”width: <?php echo $divbotwidth ?>;”>
    <?php mosLoadModules ( ‘user2’, -2 ); ?>
    </div>
    <?php } ?>

    <?php if ( mosCountModules(‘top’) ) { ?>
    <div class=”ja-box<?php echo $topdivstyle; ?>” style=”width: <?php echo $divbotwidth ?>;”>
    <?php mosLoadModules ( ‘top’, -2 ); ?>
    </div>
    <?php } ?>

    </div>
    </div>
    <!– END: BOTTOM SPOTLIGHT –>
    <?php } ?>

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

This topic contains 3 replies, has 3 voices, and was last updated by  alliesev 17 years, 10 months ago.

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