Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • innovationsa Friend
    #136734

    Hi

    I want to put 4 modules at Top Spotlight with no right column.

    My index.php is
    [PHP]
    <?php
    $spotlight = array (‘user1′,’user10′,’user2′,’top’);
    $topspl = $tmpTools->calSpotlight ($spotlight);
    if( $topspl ) {
    ?>
    <!– BEGIN: TOP SPOTLIGHT –>
    <div id=”ja-topsl” class=”clearfix”>
    <?php if ($this->countModules(‘user1’)) { ?>
    <div id=”ja-topsl1″ 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(‘user10’)) { ?>
    <div id=”ja-topsl1″ class=”ja-box<?php echo $topspl[‘user10’][‘class’]; ?>” style=”width: <?php echo $topspl[‘user10’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user10″ style=”xhtml” />
    </div>
    <?php } ?>

    <?php if ($this->countModules(‘user2’)) { ?>
    <div id=”ja-topsl2″ 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(‘top’)) { ?>
    <div id=”ja-topsl3″ 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 } ?>
    </div>
    <!– END: TOP SPOTLIGHT –>
    <?php } ?>[/PHP]

    In opera and firefox work perfect but in IE the fourth module goes down. What can i do?

    Also in firefox it disapear the follow bug


    1. firefox_problem
    Anonymous Moderator
    #285085

    Hi innovationsa,

    I am sorry but i don’t know thoroughly your issue.
    Please send me your live url via PM?

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 3 months ago.

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