Quote:
Originally Posted by hcmagix
Peter is ill and told me posting follow solution here:
search Hook admin_options_processing with title VDB - usergroup options saving
replace the content with
PHP Code:
if ($oldsetting['varname'] == bbactive_groups)
{
$settings["$oldsetting[varname]"] = implode(',', $vbulletin->GPC['setting']['bbactive_groups']);
}
|
Nice! Thanx - now works fabulously with 3.7.2
Jacquii.