Jump to content

Cambiare redirect dopo il logout

Featured Replies

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.