Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Mar 05 2009 07:53 PM
    • Date Updated: Mar 05 2009 08:00 PM
    • Views: 1582
     


    * * * * *
    0 Ratings

    Remove admin logon redirect

    Remove the redirect screen that occurs after you log on to the Admin CP

    Posted by Michael on Mar 05 2009 07:53 PM

    Please Note

    This tutorial requires editing of a file currently encoded in the public release of IP.Board 3.0 Beta 3, thus you cannot do this tutorial at the moment.  When IP.Board 3.0 is fully released, this tutorial will become usable.

    This removes the screen that tells you you successfully logged in to the Admin CP, and instead puts you right into the Admin CP after entering your correct ID and password.

    Open admin/applications/core/modules_admin/login/manualResolver.php.  Find:

    			ipsRegistry::getClass('output')->redirect( $url, $this->lang->words['login_successful'] );
    Change to:
    			@header( "Location: ".$url );
    Save and upload.

    Enjoy! :)

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune