Kensi, комментарии читать надо. Написано же по твоей ссылке:
Warning: Assigning the return value of new by reference is deprecated in ....Bla Bla Bla
How to fix.
ACP --> Plugins & Products --> Plugin Manager, Find the plugin called,
Usergroup Color Bar, under the group,
Usergroup Color Bar, edit it and find this bit of code:
Код:
$userbuls = split(',', $vbulletin->options['sirala']);
Replace it with this:
Код:
$userbuls = explode(',', $vbulletin->options['sirala']);