• Resolved mattwmc2001

    (@mattwmc2001)


    So I have been toying around with the plugin. I like it a lot. One suggestion: emails should be off by default. I didn’t realize I was sending emails when testing things out like different ranks and achievements when first setting things up.

    I would also have someone go over your documentation as the grammar isn’t correct. Sounds like you guys are foreign. You could have ChatGPT go over it.

    I’m also curious how the GamiPress tables are updated (what api? cron?).

    So for example I am creating ranks by number of comments. I notice if I change the required number of comments required, nothing changes on the user end.

    For example, if I have a rank that requires 5 comments on a post, then change that to 10, the users with five comments still remain in that rank. They should be automatically demoted.

    Likewise, if the post-type page is deleted (Rank – levels) the users still retains that rank, even though it doesn’t exist.

    Also, if I revoke a user from a higher rank, they now have no rank. They should go back to the previous rank.

    That tells me the database isn’t being updated. Not sure if it’s on my end.

Viewing 1 replies (of 1 total)
  • Plugin Author Tino Calvo

    (@tinocalvo)

    Hi @mattwmc2001 ,

    Thanks for warn us regarging the documentation, we will check it.

    Once a user obtained a rank, the user will mantain that rank even if the requirements changed.

    Also, following your example, deleting the post where the comments are wouldn’t change the obtained rank since the user obtained it before the requirements changed. As an alternative, you could use the event “Delete a post” to revoke a specific rank if it is needed.

    About revoking a higher rank please check which event you are using, when a higher rank is revoked it should go back to the previous rank.

    Hope it helps!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.