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

Releases

Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2007-Nov-066.97 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.