This mod works very well (thanks Hasann!) however, for those not seeing the display or for those that would like to move the display to a more suitable place in their forumhome template, you might want to try this.
Set the mod up in your ACP and then remove $template_hook[forumhome_wgo_pos2] from your forumhome template. (all styles - you don't need it) Pick that perfect spot and add this code to your forumhome template.
Code:
<if condition="$todays_top_posters">
<div class="smallfont">$top_posters_title $todays_top_posters</div><else />
<div class="smallfont">$vbphrase[todays_top_poster_no_posters]</div>
</if>
You should end up with a very configurable single line display that looks like this.