sorry i don't read all the posts.. i had a problem with an other hack and i think i found the problem here in the warning hack.
in member.php:
PHP Code:
// +++++++ Warning Hack 2.0 [ g-force2k2 ] +++++++
$templatesused = ",warn_getinfo_warning,warn_userinfo";
// +++++++ Warning Hack 2.0 [ g-force2k2 ] +++++++
should be
PHP Code:
// +++++++ Warning Hack 2.0 [ g-force2k2 ] +++++++
$templatesused .= ",warn_getinfo_warning,warn_userinfo";
// +++++++ Warning Hack 2.0 [ g-force2k2 ] +++++++
notice the .=
Bastian