This project is not covered by Drupal’s security advisory policy.

This is a module that adds IGB compatibility to Drupal when used in conjunction with the EvE IGB theme.

It does the following things:

  • Overrides the session handler and works around IGB cookie quirks when the IGB is detected.
  • Forces the theme to eve_igb when the IGB is detected.

Note:
You must set the 'session_inc' key in your $conf array in settings.php to point to the session.fixup.inc file to make igb logins work properly.
Example:

$conf = array(
  'session_inc' => './sites/all/modules/eve_igb_fixup/session.fixup.inc',
);

Share and enjoy.

Tuesday September 23, 2008 Note -- Working on D6 version, finally ;)

Project information

  • Created by bdragon on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases