Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Apr 22 2009 02:21 PM
    • Views: 1420
     


    * * * * *
    1 Ratings

    IP.Blog as your 'first' page

    Posted by Adriano Faria on Apr 22 2009 02:21 PM
    Open index.php and find:

    $ipsclass->input['act'] = isset($ipsclass->input['act']) ? $ipsclass->input['act'] : ( IPB_MAKE_PORTAL_HOMEPAGE ? 'home' : 'idx' );
    Change to:

    if ( !isset( $ipsclass->input['act'] ) )
      {
    	  $ipsclass->input['act']	= 'component';
    	  $ipsclass->input['module'] = 'blog';
      }

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune