Viewing 5 replies - 1 through 5 (of 5 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    It’s all user meta, so there are a couple ways you could do it. Personally, I’d end up going the MySQL route and just do a query to remove all rows in the usermeta table that are WHERE 'meta_value' LIKE '_badgeos%'. ALWAYS back up first, if you decide to go this route.

    However, if you’re not comfy with running MySQL, or perhaps don’t have a huge amount of users, you could just do it manually via their WP profiles. This way would definitely be the longer way, as our profile management isn’t where I’d like it to be, and hope to improve in the future.

    Thread Starter jrunfitpro

    (@jrunfitpro)

    Is there a chance I can get you to do the MySQL method?

    Thank you.

    Justin

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    I’d prefer not to, to be honest. Steps too far over in my mind, within the scope of support.

    Thread Starter jrunfitpro

    (@jrunfitpro)

    Okay, but I’m learning this add on is extremely limited and confused as to why it allows one to create additional leader boards.

    Is it possible to make a leaderboard with just a set group of people, and not my entire membership base?

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    You’re able to get different results depending on the criteria you use with a given leaderboard. So there is variety available, just depends on what you include in each.

    If you’re a developer, you can always crack open the code and check for filters and see how things are done, and work out ways to extend it to do more things, but that does admittedly take time and knowhow.

    I know I’ve set up some example code for how to remove administrators from the pool of qualified people to rank, so there would be more flexibility there depending on what you wanted to do. It’s just not necessarily done out of the box in this case.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How Do I Reset Everyone's Points and Badges?’ is closed to new replies.