Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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?

Comments

  • Options

    Any ideas to hide deleted users?

    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.

  • Options

    Thank you! I'll get started on this.

  • Options

    Quite simple. This post helped with it: http://vanillaforums.org/discussion/comment/175774/#Comment_175774

    Simply deleted the users from the database.

Sign In or Register to comment.