I'm working on getting this working for 3.8 I put in a debugging code and found that this code is never true in 3.8
if (strpos("," . $vbulletin->userinfo['usergroupid'] . "," . $vbulletin->userinfo['membergroupids'] . ",", "," . $vbulletin->options['popt_groupid'] . "," ) !== false) {
So it doesn't work. Any response at all would be helpful, this is of extreme importance.
|