Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • teetide Friend
    #125061

    Is there any way to mod this template so that the slideshow and newslight modules DO NOT show up when you’re viewing the content items?

    Is there any way to “turn off” the standard Joomla frontpage and have that space replaced with a JA News module like on Teline?

    teetide Friend
    #237103

    No help from JA Support?

    cssyeah Moderator
    #237171

    TeeTide,

    1. Login to backend of Joomla and go to “Menu -> mainmenu -> Home” change number item show on pront page in the # Intro textbox as 0.

    2. Replace mosMainbody(); by this PHP code:


    <?php
    global $mainframe, $option;
    $m_menu = $mainframe->get( 'menu' );
    $m_params = new mosParameters( $m_menu->params );

    $m_intro = $m_params->def( 'intro', 4 );
    $m_leading = $m_params->def( 'leading', 1 );
    if ( $option != 'com_frontpage' || $m_intro || $m_leading) {
    mosMainBody();
    }
    ?>

    teetide Friend
    #237205

    Thank you Trungch!

    You’ve given me the best support in the last 24 hours that I have received since joining Joomlart.

    Very, very much appreciated!

    cssyeah Moderator
    #237241

    Thank you TeeTide with your praise. 😀

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

This topic contains 5 replies, has 2 voices, and was last updated by  cssyeah 16 years, 10 months ago.

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