Quote:
Originally Posted by rjmjr69
Would it be possible to have the new usernames appear with the usergoup assigned colors?
Like staff is blue registered are green etc etc......
I looked for the normal [username] to change to [musername] but did not find anything in the template or the plug in
|
Sure. In the forumhome_complete hook find
PHP Code:
$newusername = $member['username'];
And replace it with:
PHP Code:
$newusername = fetch_musername($member);