Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • trob3605 Friend
    #130207

    Is there a trick to getting the 1,2 and 3 modules to appear?

    I struggled through this issue when I set up a site with Ja Olyra — finally found out there was a publishing sequence that made the modules appear. Is that the case also with Ja Senecio?

    I’ve checked and rechecked how I set up those top modules. Had no problem getting the lower modules 6-9 to appear.

    Anyone offer some help? Thanks very much.

    Sherlock Friend
    #256622

    Hi trob3605 !
    Please send url of your site.

    trob3605 Friend
    #256721
    Sherlock Friend
    #256826

    Hi trob3605 !
    Have you enabled user1, user2, user3 ?

    trob3605 Friend
    #256943

    Yes these modules are enabled.

    Sherlock Friend
    #257091

    HI trob3605 !
    I have looked into your site, In your site don’t load user1, user2, user3 module . You can go to http://earlyalzheimeroptions.com/?tp=1 to check it.

    trob3605 Friend
    #257219

    Sorry, I don’t understand what you mean by “Don’t load User 1,2 and 3 modules.”

    I have them enabled. They’re just not showing up.

    Please restate what you mean.

    thank you

    Sherlock Friend
    #257314

    Hi trob3605 !
    user1, user2 , user3 enabled in admin , but in index.php file of A Senecio template user1, user2, user3 don’t load , You can see that by way : Open index.php file in templates/ja_senecio folder , you can’t find code for load user1, user2, user3 module

    dek8690 Friend
    #257597

    But how can we create/enable the USER3 module in the templatefile of Olyra ??

    Sherlock Friend
    #257726

    Hi dek8690 !
    Where do you want to put user3 module ?

    dek8690 Friend
    #257826

    I want to use it on that place where the icons are located (favorit, contact…).
    (almost on top right side)… there is a background graphic in the template, but no user3 mod

    Sherlock Friend
    #257899

    Hi All !
    Please check again , you open index.php file in templatesja_senecio folder , find following code section :


    <?php
    $spotlight = array ('top','user1','user2','user3');
    $topspl = $tmpTools->calSpotlight ($spotlight, 99.5);
    if( $topspl ) {
    ?>
    <!-- BEGIN: TOP SPOTLIGHT -->
    <div id="ja-topslwrap">
    <div id="ja-topsl" class="clearfix">

    <?php if( $this->CountModules('top') ) {?>
    <div class="ja-box<?php echo $topspl['top']['class']; ?>" style="width: <?php echo $topspl['top']['width']; ?>;">

    <jdoc:include type="modules" name="top" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->CountModules('user1') ) {?>
    <div class="ja-box<?php echo $topspl['user1']['class']; ?>" style="width: <?php echo $topspl['user1']['width']; ?>;">

    <jdoc:include type="modules" name="user1" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->CountModules('user2') ) {?>
    <div class="ja-box<?php echo $topspl['user2']['class']; ?>" style="width: <?php echo $topspl['user2']['width']; ?>;">

    <jdoc:include type="modules" name="user2" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->CountModules('user3') ) {?>
    <div class="ja-box<?php echo $topspl['user3']['class']; ?>" style="width: <?php echo $topspl['user3']['width']; ?>;">

    <jdoc:include type="modules" name="user3" style="xhtml" />
    </div>
    <?php } ?>

    </div>
    </div>
    <!-- END: TOP SPOTLIGHT -->
    <?php } ?>

    obove code is code for load user1, user2, user3 module.

    dek8690 Friend
    #257922

    Thx, but first of all… I try to use JA_OLYRA (not senecio)
    In the source code there is nothing to find about “user3″. Maybe it’s just forgotten ???

    <?php
    $spotlight_left = (mosCountModules(‘user1’) || mosCountModules(‘user2’) || mosCountModules(‘user5’));

    if ($spotlight_left && mosCountModules(‘user6’)) {
    ?>
    <!– BEGIN: TOPSPOTLIGHT –>
    <div id=”ja-topslwrap” class=”clearfix”>
    <div id=”ja-topsl”>

    <?php
    $spotlight = array (‘user1′,’user2′,’user5’);
    $topsl = calSpotlight ($spotlight);
    if( $topsl ) {
    ?>
    <div id=”ja-topsl-leftwrap”>
    <div class=”innerpad”>
    <div id=”ja-topsl-head”>
    Highlight
    </div>

    <div id=”ja-topsl-left”>
    <div class=”wrap1″><div class=”wrap2″><div class=”wrap3 clearfix”>
    <?php if( mosCountModules(‘user1’) ) {?>
    <div class=”ja-box<?php echo $topsl[‘modules’][‘user1’]; ?>” style=”width: <?php echo $topsl[‘width’]; ?>;”>
    <?php mosLoadModules(‘user1’, -2); ?>
    </div>
    <?php } ?>

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

    <?php if( mosCountModules(‘user5’) ) {?>
    <div class=”ja-box<?php echo $topsl[‘modules’][‘user5’]; ?>” style=”width: <?php echo $topsl[‘width’]; ?>;”>
    <?php mosLoadModules(‘user5’, -2); ?>
    </div>
    <?php } ?>
    </div></div></div>
    </div>
    </div>
    </div>
    <?php } ?>

    <?php if ( mosCountModules(‘user6’) ) { ?>
    <div id=”ja-topsl-right”>
    <div class=”innerpad”>
    <?php mosLoadModules(‘user6’, -3); ?>
    </div>
    </div>
    <?php } ?>

    </div>
    </div>
    <!– END: TOPSPOTLIGHT –>
    <?php } ?>

    Hope you can find a solution ?

    dek8690 Friend
    #257979

    Hello…problem solved !
    When I use the “topmenu” … it is diplayed at postion user3.
    Thx.

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

This topic contains 14 replies, has 3 voices, and was last updated by  dek8690 16 years, 4 months ago.

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