One more thing.
I did not include this in the hack as it wasn't directly the same however I thought I'd mention this:
On my Bulletin Board, users with 0 posts are excluded from the members list as well.
If you are interested in this too (not showing users who never posted), then also do the following in
memberlist.php:
Find TWICE:
Code:
WHERE $condition AND
And REPLACE it with (change is marked in red):
Code:
WHERE $condition AND posts!='0' AND
Cheers,
Bira