Odd question, but why doesn't this mod use:
PHP Code:
$user['musername'] = fetch_musername($today);
in the forumhome_start plug-in so it doesn't have to go and find the user name markup itself?
Personally I think this would be a nice addition to the mod. At least that way other mods can use the fetch_musername hook and it actually have effect in this mods output.