Jump to content

Cambiare redirect dopo il logout


najaru

Recommended Posts

Qualcuno potrebbe voler gestire in modo diverso la disconnessione dell'utente, facendolo ridirezionare su una pagina diversa dalla home del forum

aprire questo file

/admin/applications/core/modules_public/global/login.php:

return array( 'redirect',  $this->lang->words['thanks_for_logout'],  $this->settings['base_url'] );

cambiare questo valore '$this->settings['base_url']' con il link della pagina a cui volete venga ridirezionato

esempio:

return  array( 'redirect', $this->lang->words['thanks_for_logout'],  'http://www.invisionita.it/forum/page/sitoweb' );

Visualizza tutto record

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. to insert a cookie message.