EvE IGB Fixups

bdragon - November 5, 2007 - 22:51

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 ;)

Downloads

Version Downloads Date Links
5.x-1.x-dev Download (6.97 KB) 2007-Nov-06 Notes


 
 

Drupal is a registered trademark of Dries Buytaert.