I'm basically trying to create a gamification engine that gives users points. Points have been installed as a Number on the User post type.
I want to create a button which will give users 100 points when they click on a button, 200 and so on.
1. Create a button using MB Views that will generate a shortcode upon completion.
2. Add in the right code that can update that user's Points custom field in the User post type.
3. Use that shortcode anywhere in my site as I wish.
Problem is, I have no idea how this is to be achieved since there is not much documentation on this.
Please help. Thank you.