• Resolved kimphuongtu135

    (@kimphuongtu135)


    Is it possible to award MULTIPLE points when an event has been completed without hardcoding it?
    For example, when user posts a job, they are awarded 1 point. But I want to award them multiple points (the point amount awarded each time may be different so it cannot be hard coded).

    Please advise,
    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author Ruben Garcia

    (@rubengc)

    Hi @kimphuongtu135

    You can create multiples points award rules for the same points type, for example you can create something like this:
    +1 points for Publish a job 1 time
    +1 points for Publish a job 5 times
    +1 points for Publish a job 10 times

    This will make that every time a user publishes a job, the user will earn 1 point, but for every 5th job, he will earn an additional point (2 points every 5 jobs) and another additional point for every 10th job (3 points every 10 jobs, since gains 1 points per job, 1 for every 5 and 1 for every 10)

    Hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Assigning multiple points’ is closed to new replies.