EvE IGB Fixups

Categories

Component ID

189588

Component name

EvE IGB Fixups

Component type

module

Component security advisory coverage

not-covered

Downloads

1016

Component created

Component changed

Component body

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