
07-13-2013, 02:42 PM
|
|
|
Join Date: Jun 2013
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by zethon
I was having this same problem. You can fix this by editing the "Invitation User CP" plugin that has the Hook Location of 'profile_start'. Look around line 247 of the code for:
PHP Code:
$groups = explode(',',$vbulletin->options['invitation_allowed_usergroups']);
And change this to:
PHP Code:
$groups = $vbulletin->options['invitation_allowed_usergroups'];
|
Thank you
|