• Resolved momitza

    (@momitza)


    Hi!

    Do you have a solution to show all the details (User Earnings, rank and points) for every user in dashboard like in the WP profile.php ?

    Like in this photo but directly on user dashboard.

    View post on imgur.com

    Thanks !

    • This topic was modified 6 years, 1 month ago by momitza.
Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Ruben Garcia

    (@rubengc)

    Hi @momitza

    You can access to all users earnings navigating to GamiPress -> User Earnings

    But I think what you want is to see a list of users with their ranks and points in order to quickly meet their points balances

    For that, we have in our roadmap include columns on users listing showing this type of data directly here

    But, to ask your question, actually there isn’t any listing like you mention yet

    Best regards

    Thread Starter momitza

    (@momitza)

    No, I don’t want a list of users with their ranks and points. I want on every user DASHBOARD to see this :

    View post on imgur.com

    They already can see this but in WP profile that I disabled and I want to move it on dashboard panel.

    Thanks!

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @momitza

    Sorry but GamiPress will add this just on the standard user profile

    If you disable it and you want a custom way to show it to your users then the unique way is through custom code and probably you will require more work in order to add the save functionality, scripts, etc

    Best regards

    Thread Starter momitza

    (@momitza)

    Ok. Thank you for your answer @rubengc . I thought you already know the code ??

    One more question:

    Is there a way to reward my users that post on my blog with custom post type like pods ? I can only reward normal post and pages . But for custom posts don’t work.

    Thanks

    Thread Starter momitza

    (@momitza)

    You also have a reward type “points / post visitor” but the visitor can only be a user on my website. Why I cannot set the visitor to be also a guest on my website and to track the visit points only from IP address. Is this possible in the free or paid version?

    Thread Starter momitza

    (@momitza)

    I solved the problem with CPT ! I found a solution on your website ! I have only this little problem now ..

    You also have a reward type “points / post visitor” but the visitor can only be a user on my website. Why I cannot set the visitor to be also a guest on my website and to track the visit points only from IP address. Is this possible in the free or paid version?

    I also want to buy the Affiliate add-on and first I want to know if the affiliate reward can be set to be received only after the person that was invited create a post on my website, to avoid multiple account creation for nothing only for spam and points.

    Thank you for your support !

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @momitza

    I don’t understand exactly what you mean about the “points/post visitor”

    On GamiPress, you have as built-in events:
    Daily visit the website: That will award to the visitor (just if is logged in).
    Daily visit a specific post: That will award to the visitor (just if is logged in).
    Get visits on any post: That will award to the post author.
    Get visits on a specific post: That will award to the post author.

    GamiPress won’t award anything to guests visitors since they don’t have a registered account which means they doesn’t have a points wallet or anything to store permanently the rewards they earn

    About the Referrals add-on question, if posible to perform what you are looking for
    But as explained in our before posting topic, we can’t provide support about premium add-ons here, so write us to [email protected] in order to help you with that

    Best regards

    Thread Starter momitza

    (@momitza)

    I will try to explain again :)) I talk only about this:

    <Get visits on any post: That will award to the post author.>

    This function will award the post author for any visit on his post, ok?

    But the author will receive the award only if “the visitor” is registered on my website ! I want to change this. The author need to receive points for all the visitors (guest or registered users).

    For the affiliate I will email you when I will finish all my website. Maybe this time you understand me. My english is not so good. Thanks

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @momitza

    At this moment this is not posible yet without custom code (we don’t offer custom development service)

    Since visits are tracking through ajax you can add your own handler for the track visit listener and add your own logic

    Check the function gamipress_site_visit_listener() located on includes/listeners.php this code could help you to get it

    Best regards

    Thread Starter momitza

    (@momitza)

    Ok. Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘User Earnings, rank and points in dashboard’ is closed to new replies.