Quote:
Originally Posted by Mike-D
Yep, but it doesn't work on 3.6.10 or especially not on 3.7 
|
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']);
}