Quote:
Originally Posted by mainframe
I'll have a look at the cod myself guess I'll be able to remove that auto refresh..
Ow by the way
Code:
if ($vbulletin->options['shout_banned_perms'] == 2 && isBanned($vbulletin->userinfo))
{
$Shoutox = '';
}
Should be changed to:
Code:
if ($vbulletin->options['shout_banned_perms'] == 2 && isBanned($vbulletin->userinfo))
{
$Shoutbox = '';
}
|
hey mainframe,
you posted two times the same code