
12-04-2014, 04:17 PM
|
 |
|
|
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by BirdOPrey5
Try this- in the Check if Banned - VB4 Code plugin
Find the line:
Code:
$vbu['usergroupid'] = $vbo['bop5dsb_bangroup'];
Below that add the line:
Code:
$vbu['membergroupids'] = '';
Save changes. See if that helps- it's the only thin I can imagine is that somehow a secondary group is overriding the ban so this will clear the secondary groups.
|
Thanks I shall try it!
|