
12-18-2005, 03:16 PM
|
 |
|
|
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Bug:- fetch_musername() calls in vbshout.php doesn't pull from the correct Usergroup ID.
It pulls from user.usergroupid when in fact it should pull from user.displaygroupid, in the event of secondary usergroups overriding or adding Username Markup.
Fix:- Open ./vbshout.php
Find (all instances of):
Add after (all instances):
Find (all instances of):
Replace (all instances) with:
Code:
, 'displaygroupid');
|