test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • migors Friend
    #139452

    Hi need a little bit help. I am trying add new banner position between user 5 adn user 6.

    I added in index.php code:
    <!– BEGIN: MASSCOL –>
    <div id=”ja-colmass” class=”clearfix”>
    <div class=”ja-innerpad”>

    <jdoc:include type=”modules” name=”user5″ style=”xhtml” />
    <!– BEGIN: LEFTBANNER –>
    <?php if($this->countModules(‘leftbanner’)) : ?>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”banner” />
    </div>
    <!– END: LEFTBANNER –>

    <?php if ($this->countModules(‘user6’)) : ?>

    And I created new module position leftbanner.

    But no result. Please what I am doing wrong?

    Anonymous Moderator
    #298643

    it is wrong.

    Please try with my guide:
    [PHP]
    <!– BEGIN: MASSCOL –>
    <div id=”ja-colmass” class=”clearfix”>
    <div class=”ja-innerpad”>

    <jdoc:include type=”modules” name=”user5″ style=”xhtml” />
    <!– BEGIN: LEFTBANNER –>
    <?php if($this->countModules(‘leftbanner’)) { ?>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”leftbanner” />
    </div>
    <?php
    }
    ?>
    <!– END: LEFTBANNER –>

    <?php if ($this->countModules(‘user6’)) : ?>
    [/PHP]

    migors Friend
    #298668

    Thanks it helped.

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

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

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