Quote:
Originally Posted by kh99
I think you're just missing one closing '}' at the end.
Also, I remember seeing this code before - I don't think it needs to change $vbulletin->usergroupcache["6"]['opentag'] or $vbulletin->usergroupcache["6"]['closetag']. I think you just want to set $user['musername'], like
Code:
$user['musername'] = "<span style=\"color: {$colour}; font-weight:bold\">" . $user['username'] . "</span>";
|
Thanks again, learning alot today xD