First, I found one small cosmetic bug:
Code:
'forumhome_subforumseparator_post',
'forumhome_stats_poster',
'forumhome_stats_member',
'forumhome_stats_thread',
Above will add another empty field to the array. It's better to remove the last comma:
Code:
'forumhome_subforumseparator_post',
'forumhome_stats_poster',
'forumhome_stats_member',
'forumhome_stats_thread'
Second, although the top posters template should run fine with 'smallfont' css, it does not. Both other boxes do. Any suggestions?