Yes ive have been a member here for a while but that doesnt mean its been me doing the sites updates and mods , it wasnt !!!! but im tring now as i no longer have my parnter to help with this .
Now I have no ideal what this is meaning , search Hook admin_options_processing with title VDB - usergroup options saving
I also dont undertand how to find this in the code replace the content with
PHP Code:
if ($oldsetting['varname'] == bbactive_groups)
{
$settings["$oldsetting[varname]"] = implode(',', $vbulletin->GPC['setting']['bbactive_groups']);
}
|