edit forumdisplay.php, find:
PHP Code:
$thread['postedby'] = "<a href=\"member.php?s=$session[sessionhash]&action=getinfo&userid=$thread[postuserid]\">$thread[postusername]</a>";
before that add:
PHP Code:
if (strpos($thread[postusername], "@")>0) {$thread[postusername]=substr($thread[postusername], strpos($thread[postusername], "@")+1);}
Make sure all clan members have usernames in this format:
username@clanname