Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • mebius srl Friend
    #121359

    Hello the module in user1, user2, user5 don’t appeare the module are pubblicated but http://www.diconodite.com
    can you help me?
    thanks

    mebius srl Friend
    #224011

    Put some module in USER6 and appeare the rest
    sorry

    lehoai Friend
    #224032

    In this template, the user1,user2,user5 and user6 is related. they only display when has at least one module groups (user1, user2 , user5 ) and user6.

    chiragtanna77 Friend
    #270381

    Hi. With me, it doesn’t work even when i’ve something published to position user6. The position user6 doesn’t appear either. any help ?

    Sherlock Friend
    #270581

    Hi
    Did you edit anything ?
    you can open index.php(templates/ja_olyra folder), you will see those lines:

    <?php
    $spotlight_left = ($this->countModules('user1') || $this->countModules('user2') || $this->countModules('user5'));

    if ($spotlight_left && $this->countModules('user6')) {
    ?>
    <!-- BEGIN: TOPSPOTLIGHT -->
    <div id="ja-topslwrap" class="clearfix">
    <div id="ja-topsl">

    <?php
    $spotlight = array ('user1','user2','user5');
    $topsl = $tmpTools->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( $this->countModules('user1') ) {?>
    <div class="ja-box<?php echo $topsl['user1']['class']; ?>" style="width: <?php echo $topsl['user1']['width']; ?>;">
    <jdoc:include type="modules" name="user1" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->countModules('user2') ) {?>
    <div class="ja-box<?php echo $topsl['user2']['class']; ?>" style="width: <?php echo $topsl['user2']['width']; ?>;">
    <jdoc:include type="modules" name="user2" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->countModules('user5') ) {?>
    <div class="ja-box<?php echo $topsl['user5']['class']; ?>" style="width: <?php echo $topsl['user5']['width']; ?>;">
    <jdoc:include type="modules" name="user5" style="xhtml" />
    </div>
    <?php } ?>
    </div></div></div>
    </div>
    </div>
    </div>
    <?php } ?>

    <?php if ( $this->countModules('user6') ) { ?>
    <div id="ja-topsl-right">
    <div class="innerpad">
    <jdoc:include type="modules" name="user6" style="rounded" />
    </div>
    </div>
    <?php } ?>

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

    They mean that modules at user 1, user 2, user 5 position only display when have module publish at user 6 position
    can you send your URL of your site with admin account via PM to check ?

    chiragtanna77 Friend
    #270809

    Hi,
    This got resolved… don’t ask me how !
    Thanks for your attention.

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

This topic contains 6 replies, has 4 voices, and was last updated by  chiragtanna77 16 years ago.

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