Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • kkhoo Friend
    #125759

    HI.

    Is is possible for teline to use the original frontpage component instead of JA News?
    I am using Joomla 1.5, When I set my “home” to show “Front Page Blog Layout”, and control that via intro+leading, plus frontpage manager, the front page goes blank.

    Any help?

    Menalto Friend
    #239400

    You mean you get an error whe you dont use ja-news module?

    kkhoo Friend
    #239683

    <em>@Menalto 40779 wrote:</em><blockquote>You mean you get an error whe you dont use ja-news module?</blockquote>

    It doesnt show anything. I linked “home” in the “mainmenu” to “frontpage blog layout”, with few articles clicked as “published on frontpage”

    tornado Friend
    #242281

    <em>@kkhoo 41154 wrote:</em><blockquote>It doesnt show anything. I linked “home” in the “mainmenu” to “frontpage blog layout”, with few articles clicked as “published on frontpage”</blockquote>

    same problem here

    webaap Friend
    #242288

    And the same problem on our website! The articls added to the frontpage are not shown on the homepage!

    Menalto Friend
    #242290

    Try this: open the index.php file for the template and look for this code:
    <div id="ja-current-content">
    <?php
    $m_intro = JParameter::def( "intro", 4 );
    $m_leading = JParameter::def( "leading", 1 );
    if ( !$tmpTools->isFrontPage() || $m_intro || $m_leading) {
    ?>
    <jdoc:include type="component" />
    <?php } ?>

    And replace it so it looks like this:

    <div id="ja-current-content">
    <jdoc:include type="component" />

    tornado Friend
    #242362

    Thanks a lot! I got it to work now!

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

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

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