Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • capt_ron Friend
    #129598

    The wonderfull staff of Joomlarts previously instructed me how to implement the JA Headline news module for Teline 1 into the Iris 1.5 template. I am very greatfull for their timely help.

    Any chance of getting the Teline 2 Headline news module to work in Iris ?

    Menalto Friend
    #253185

    IF you open up the index.php from Iris and find this code here:

    <div id="ja-content">
    <div class="innerpad">
    <?php if(!$tmpTools->isFrontPage()){ ?>
    <div id="ja-pathway">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>
    <?php } ?>
    <jdoc:include type="message" />
    <jdoc:include type="component" />
    </div>
    </div>

    And replace it with this:

    <div id="ja-content">
    <div class="innerpad">
    <?php if(!$tmpTools->isFrontPage()){ ?>
    <div id="ja-pathway">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>
    <?php } ?>
    <?php if(!$tmpTools->isFrontPage()) : ?>
    <jdoc:include type="message" />
    <jdoc:include type="component" />
    <?php endif; ?>
    <!-- BEGIN: JAZIN -->
    <?php if($tmpTools->isFrontPage()) : ?>
    <div id="jazin-fp">
    <jdoc:include type="modules" name="ja-news" style="raw" />
    </div>
    <?php endif; ?>
    <!-- END: JAZIN -->
    </div>
    </div>

    You should get the effect you are after.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Menalto 16 years, 4 months ago.

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