Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • redlight_traitor Friend
    #129663

    Hi all,

    I want to use teline 2 like a regular template where the content is laid out on the front like the normal blog style. I don’t want to use the JA-news or JA-new-fp modules. Can someone help me by telling how to put back the code?

    Thanks! – Johnny :confused:

    I am using joomla 1.5 by the way

    bossep Friend
    #253488

    I dont get you?
    But you could probably just unpublish the news and fp modules.
    But dont you think installing another template might help?

    Bosse

    redlight_traitor Friend
    #253747

    I like this template so using another template is out of the question.

    If I try to disable the ja-news module and publish my content on the front page, nothing shows up.

    bossep Friend
    #253751

    OK so if you unpublish the ja_news modules you should have a position called JaNews try to put some other module there and see how it looks.

    VisiGod Friend
    #253759

    Find this code:

    <?php if(!$tmpTools->isFrontPage()) : ?>
    <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; ?>

    And change it to:

    <jdoc:include type="component" />

    Menalto Friend
    #253762

    Open the index.php file and find this:

    <?php if(!$tmpTools->isFrontPage()) : ?>
    <jdoc:include type="component" />
    <?php endif; ?>

    Replace it with this:

    <jdoc:include type="component" />
    Also remember to unpublish the modules in ja-news position since they do no harm upublished.

    redlight_traitor Friend
    #253776

    thanks so much, guys! Menalto’s and Visigod’s did the trick.

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

This topic contains 7 replies, has 4 voices, and was last updated by  redlight_traitor 16 years, 5 months ago.

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