Still a problem with the hack. If a user turns off the display of Member Total but still wants to display the Featured Member and Post Average, you run into problems. Both Featured Member and Post Average rely on the $StatsData{'TotalMembers'} field (FM for selecting a new random member, PA for calculating total posts/total members). But $StatsData{'TotalMembers'} isn't loaded unless Show Member Total is enabled, which results in the subroutine GetMemberCount being called.
So basically you need to add a &GetMemberCount; to the first line under sub Averages { and sub FeaturedMember {
Great hack, otherwise

[ 11-08-2001: Message edited by: Influenza ]