• I found the following post and I’m trying to do the same thing. I didn’t see a resolution though. zplease advise…

    “I would like to display a list of achievements to the user, and allow them to select the ones that they have completed, applying karma points in the usual way.

    We have a project where people have various things they can do in real life (not able to be managed or verified online by any kind of admin). “

    https://www.ads-software.com/plugins/achievements/

Viewing 1 replies (of 1 total)
  • Hi icewater 74,
    The only way is to set up “Awards” for each achievement and the users will get it typing the redemption code.
    Alternatively you can create custom forms for any “Award” writing yourself the redemption code. This is a hard way to do it, but more user friendly:

    <form role=”search” method=”post” id=”dpa-redemption-form”>
    <label for=”dpa-redemption-code”>Achievement-1:</label>
    <input id=”dpa-redemption-code” name=”dpa_code” value=”THE-REDEMTION-CODE-1″ type=”hidden”/>
    <input id=”dpa-redemption-submit” value=”Get Karma” type=”submit” />
    </form>

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Self-governed achievements’ is closed to new replies.