thank you! works fine on 3.7.0 *click installed*
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']); }
|