
01-24-2006, 09:53 PM
|
 |
|
|
Join Date: Jan 2005
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by QueenBee
ugh, its still disapperaing when i add this mod, could someone please tell me where this goes:
function isBanned($user)
{
return (isBanned_Check($user['userid'], 'shout_banned_users') || isBanned_Check($user['usergroupid'], 'shout_banned_usergroups'));
}
function isBanned_Check($bash, $against)
{
global $vbulletin;
return in_array($bash, iif($vbulletin->options[$against], explode(',', $vbulletin->options[$against]), array()));
}
in the template alteration. so i can uninstall it!
please someone
|
It goes above this code
Code:
if ($vbulletin->options['shout_banned_perms'] == 2 && isBanned($vbulletin->userinfo))
Or you could just import the plugin again and check the "can overwrite" box
Hope this helps,
Renada
|