Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • academy Friend
    #131238

    2259

    My first question is; How can I delete this menu section above. I am using Joomla 1.0.13. I deleted the whole top-menu but i still can see this section.

    My next question is about the sections on the image below. I create new site modules. And as their position, I define user 1 to user 9. Nothing happens

    2260

    thanks for yor help


    1. sticky_note
    2. sections
    academy Friend
    #261981

    No one can help me???

    chiragtanna77 Friend
    #270379

    Hi. Same is the case with me too.
    I am on Joomla 1.0.13 and trying to use positions 12,3,5 or 6. But none of them show up. It’s no point using this template if these positions can’t be used !
    Thanks

    Sherlock Friend
    #270582

    you can open index.php(templates/ja_olyra folder)
    you will see those lines:

    <?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 } ?>

    They mean that modules at user1, user2, user 5 position only display if module at user6 display

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

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

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