Quote:
It would be nice if the MOD would pick up the colour associated to the group being assigned and display it where applicable.
|
Quote:
Does anyone know how to do this? I'd like this to display like this:
Usergroup Name
instead of
Usergroup Name
on my site.
|
Edit file product-modusrgrp.xml, find:
PHP Code:
$moderator['usergrouptitle'] = $vbulletin->usergroupcache["$moderator[modusergroupid]"]['title'];
Replace all:
PHP Code:
$moderator['usergrouptitle'] = $vbulletin->usergroupcache["$moderator[modusergroupid]"]['opentag'].$vbulletin->usergroupcache["$moderator[modusergroupid]"]['title'].$vbulletin->usergroupcache["$moderator[modusergroupid]"]['closetag'];
It's work in 3.7.x
[I]Regards,