If I guess correct and you mean the link that is shown in every message posted titled with the name of the person that made the post you can change it easily:
First, open /FUDForumData/include/theme/default/drawmsg.inc line 220, change
$user_link = '<a href="index.php?t=usrinfo&id='.$obj->user_id.'&'._rsid.'">'.$user_login.'</a>';
to
$user_link = '<a href="index.php?t=usrinfo&id='.$obj->user_id.'&'._rsid.'"><b>'.$user_login.'</b></a>';
and then rebuild the theme in the Admin panel. That's all =)
-Soeren