Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • algebrazfr Friend
    #124274

    hi…
    I made my web site joomla 1.5 RC3 .Now I want to add banner and user 11 positions.but Idont know how ı can.can you help me for this problem?I want to add banner and user 11 positions like in this picture.
    thanks…

    Khanh Le Moderator
    #234540

    For banner: This module is loaded in this template.
    For user11: Similar user5 code. You could make the insert by yourself.

    algebrazfr Friend
    #234594

    <em>@Khanh Le 34413 wrote:</em><blockquote>For banner: This module is loaded in this template.
    For user11: Similar user5 code. You could make the insert by yourself.</blockquote>

    Khanh Le THANKS..
    I made my web site joomla 1.5 RC3

    For banner: This module is loaded in this template.
    yes ,I make active banner module position but it doesn’t appear in web site.[

    For user11: Similar user5 code. You could make the insert by yourself.
    how i can do?which code lines i copy than i paste which line.
    __________________

    algebrazfr Friend
    #234598

    banner module position code

    <blockquote>

    <?php if ($this->countModules(‘banner’)) { ?>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”top” />
    </div>
    <?php } ?>

    </blockquote>

    algebrazfr Friend
    #234897

    <em>@algebrazfr 34488 wrote:</em><blockquote>banner module position code</blockquote>

    ?????????????????????????????????????
    ??????????????????????????????????????

    calliejo Friend
    #248022

    <em>@algebrazfr 34484 wrote:</em><blockquote>
    yes ,I make active banner module position but it doesn’t appear in web site.[
    </blockquote>

    I have the same problem and I see the same banner code as well.

    The banner will work in other mod positions but will not work in the banner mod position.

    WHY?

    calliejo Friend
    #248028

    <em>@CallieJo 52066 wrote:</em><blockquote>I have the same problem and I see the same banner code as well.

    The banner will work in other mod positions but will not work in the banner mod position.

    WHY?</blockquote>

    I found the answer…the code needed tweaking to work. Keep in mind I’ve starting with 1.5 quickstart beforehand.

    Edit index.php and change this:

    <?php if ($this->countModules('banner')) { ?>
    <div id="ja-banner">
    <jdoc:include type="modules" name="top" />
    </div>
    <?php } ?>

    to this:


    <?php if( $this->CountModules('banner') ) {?>
    <div class="ja-banner">
    <jdoc:include type="modules" name="banner" style="raw" />
    </div>
    <?php } ?>

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

This topic contains 7 replies, has 3 voices, and was last updated by  calliejo 16 years, 6 months ago.

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