• Resolved mandejp

    (@mandejp)


    Hi,

    1. How can I create a map that shows all users’ point earnings (by day, by month, by year, and all)?
      Example: Total score for August 2023, September 2023,
      Total score in 2022, 2023
    2. How can I create a map showing each user’s point earnings (by day, by month, by year, and all)?
      Example: Total score for August 2023, September 2023,
      Total score in 2022, 2023
Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello @mandejp ,

    Thanks for contacting us. Hope you are doing well.

    You can use ‘mycred_chart_balance_history’ shortcode for displaying the total number of points user has earned during day, month, year and overall. Please go through the documentation below.

    Documentation Link

    Let me know if you have any questions. We will help you out.

    Thanks & Regards,
    WP Experts Support Team

    Thread Starter mandejp

    (@mandejp)

    Thanks for the early reply, but I would like to know the shortcode to show the total points of all users (not the individual) earned in the day, month, year and overall as well as the fixed month.

    Thread Starter mandejp

    (@mandejp)

    One more question, Is there any way for admin to aggregate points of all users and pay on their behalf?

    Hey @mandejp ,

    Thanks for the patience.

    [mycred_leaderboard total=1 timeframe=’2023-6-8′ to=’2023-6-9′]
    timeframe= start date
    to = end date

    You can use the following shortcode but you will not be able to show it in a graphical way

    [mycred_leaderboard total=1 timeframe=’2023-6-8′ to=’2023-6-9′]
    timeframe= start date
    to = end date

    We have another shortcode to display total points for a specific user

    [mycred_total_points user_id=””]

    We have provided you different options. You can use it as per your requirement. If you only want to show it in the form of graphs then currently we do not have any option available.

    Yes, the admin can aggregate points of all users and pay on their behalf using the bulk assign option which is available in myCred Tools sub menu.

    Let me know if you have any questions. We will help you out.

    Thanks

    Thread Starter mandejp

    (@mandejp)

    Thank you.
    One more question, is there a way to calculate points for users when they view articles on a separate website (not wordpress)? If so, please send me the instruction link.

    Hey @mandejp ,

    At the moment, It’s not possible.

    However, you can use ‘link_click’ shortcode to redirect the user from your site (WordPress) to another site (not WordPress). Here is the link of the documentation.

    Documentation Link

    This is the only way you can reward users for viewing articles on a separate page.

    Let me know if you have any questions.

    Thanks alot.

    Thread Starter mandejp

    (@mandejp)

    What about API usage? Is it possible to add points from other non-wordpress site?

    Yes, through myCred Rest API addon it is possible.

    Thread Starter mandejp

    (@mandejp)

    Which API can I use? Can you please give specific instructions?

    Hey @mandejp ,

    Here is the link below for details .You can use myCred Rest API addon.

    Download Link

    You can hit different endpoints based on your requirement. Please check our guide below.

    Documentation Link

    Multiple examples have been provided on the documentation page related to endpoints.

    Let me know if you have any questions. I would really appreciate a 5 star review on my this plugin profile. It will be really helpful.

    Thanks alot.

    Thread Starter mandejp

    (@mandejp)

    I want to confirm again, with the myCred Rest API add-on I can easily give points to users when they view posts from another (non-wordpress, no login function) site?

    You need to know the user ID or user email information of WordPress site. Yes, it is possible

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Display points by fixed day, month, and year’ is closed to new replies.