QUOTE(.Kris @ Sep 26 2005, 05:58 PM)

Actually for 2.1 it would be this.
CODE
//-----------------------------------------
// Fix up the membername so it links to the members profile
//-----------------------------------------
if ($poster['id'])
{
// Neowin - Color member names in topics
$after = $this->ipsclass->cache['group_cache'][ $poster['mgroup'] ]['suffix'];
$before = $this->ipsclass->cache['group_cache'][ $poster['mgroup'] ]['prefix'];
$poster['name'] = "<a href='{$this->base_url}showuser={$poster['id']}'>$before{$poster['name']}$after</a>";
}
Doesn't seem to be working. But great that you tried to help me. Maybe another idea?
It was indeed a change in the topics.php file and something within this section.
Yeah, found with that phrase the topic I was searching for.
http://forums.invisionpower.com/index.php?...members+profile