
05-17-2006, 04:18 PM
|
 |
|
|
Join Date: Apr 2004
Location: West-Berlin, Germany
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by drn
I have been trying to solve the issue of using a user's Display Group ID rather than their Primary User Group ID - and made the following change of line 71 of the vbgooglemapme.php code from:
PHP Code:
$usergroupid = $vbulletin->userinfo['usergroupid'];
to:
PHP Code:
$usergroupid = $vbulletin->userinfo['displaygroupid'];
This value is set by vbulletin to either the displaygroupid (if a member has specified one), otherwise it will be set to the primary usergroupid. Would you expect this to work for new entries?
Perhaps this is something that could be switchable in a future version?
|
Should be default  I like this "version".
|