
12-03-2006, 04:34 PM
|
 |
|
|
Join Date: Nov 2005
Posts: 2,704
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Try replacing
Quote:
if ($vbulletin->options['shout_banned_perms'] == 2 && isBanned($vbulletin->userinfo))
{
$Shoutox = '';
}
else
{
eval('$Shoutbox = "' . fetch_template('forumhome_vbshout') . '";');
}
|
with
Quote:
eval('$Shoutbox = "' . fetch_template('forumhome_vbshout') . '";');
|
|