Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Leaderboard Displays Deleted Users

I'm looking at the Top Posters plugin right now, as that has an option to exclude certain users, to see if I can translate something to this plugin.
Any ideas to hide deleted users?
0
Comments
Yes. with sql. read up on it,
you need another where statement userid is not deleted. look for flags that signify user is deleted and remove them from query.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thank you! I'll get started on this.
Quite simple. This post helped with it: http://vanillaforums.org/discussion/comment/175774/#Comment_175774
Simply deleted the users from the database.