J.D. Grimes
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPoints] add and deduct points manuallySee this page in the user guide: https://wordpoints.org/user-guide/manually-editing-a-users-points/
Forum: Plugins
In reply to: [WordPoints] user point logHmmm… You need to click on the “+” button on the Conditions row. If that isn’t working, then there may be a plugin conflict going on. Could you check the browser console and see if there are any JavaScript errors?
Forum: Plugins
In reply to: [WordPoints] user point logI’ve added a page to the site that explains how to use the conditions for user roles: https://wordpoints.org/how-to-award-points-based-on-user-roles/ If you need more help let me know and I will try and improve it.
It is not yet possible to limit user to earn points only once per post, but I am planning to add that option in the future. I didn’t see it on the list of feature requests though, so I’ve added it here: https://trello.com/c/UfoGGxv1/117-limit-number-of-comments-awarded-per-post
I think the daily limit is also a good idea. I have added it to the list of feature requests: https://trello.com/c/s8vAoIEp/118-daily-points-limit
For the bitcoin, I don’t think that is a feature that will be added to WordPoints core, but if you are interested in me creating a custom extension for you, you can email me and we can discuss it further.
Forum: Plugins
In reply to: [WordPoints] user point logYou can display the logs of the current user with this shortcode:
[wordpoints_points_logs points_type="points" query="current_user"]
Is that what you are looking for?
Forum: Plugins
In reply to: [WordPoints] Do users receive a mail when they have points ?Hi @maprophetie,
Great question. This feature isn’t available yet, but I have been planning to create an extension for WordPoints that offers a variety of options for notifying users when they get points. You can vote for this feature request here. This is a popular request, so I hope to get to it soon, possibly sometime in the next couple months.
Forum: Plugins
In reply to: [WordPoints] Create links towards postsHi @maprophetie,
This is a great idea, and it is actually something that I’ve planned to add for a while. It isn’t possible yet, but customizing the log text is a feature planned for a future version. I don’t think it will make it into the next update, but it is a high priority for WordPoints 2.6, which I plan to release in the next few months.
Forum: Plugins
In reply to: [WordPoints] table colorsGreat! Glad to help.
Forum: Plugins
In reply to: [WordPoints] table colorsIt looks like the colors aren’t coming from WordPoints specifically, but from your theme. If you want to change them, you might want to see if there is an option for that in the theme’s settings. You might also try contacting the theme author and see if they can help you with this.
Since this isn’t a problem with WordPoints, I can only offer limited help. But what colors would you like used in the table?
Forum: Plugins
In reply to: [WordPoints] table colorsHi @kativiti,
What is the problem with the colors, specifically? Could you post a screenshot, or a link to a page where I can see the issue?
Forum: Plugins
In reply to: [WordPoints] Refer a FriendHi @rvella,
WordPoints doesn’t actually include a “refer a friend” points feature yet. It has been suggested before though, and is on the to-do list. Do you already track referrals with another plugin in any way? Maybe WordPoints could just integrate with an existing referral plugin. Any other information you can give about how you’d like this feature to work would also be helpful when I get ready to build it.
Forum: Plugins
In reply to: [WordPoints] Adding points to other featuresHi @josefmuscat17,
It looks like my server is having trouble sending email right now. ?? I will have to get that fixed. Unfortunately though, it looks like your message was lost again. In the mean time, I have updated the contact form so that it will also save a copy of the message on the site. You can fill it out again and I will be able to receive your message, even if the server’s email function isn’t fixed yet. Or if you prefer you can email me directly at jdg at codesymphony.co. I apologize again for the inconvenience; I should have tested the contact form last time when I didn’t receive your previous message. I look forward to your email.
Forum: Plugins
In reply to: [WordPoints] Text in widget not centeredYes, this should work:
.widget .wordpoints-points-top-users .avatar { display: none; }
Forum: Plugins
In reply to: [WordPoints] Adding points to other featuresHi @josefmuscat17,
I’m sorry that I missed your contact somehow, I have been distracted by a lot of other things for the last two weeks. I just checked back in my inbox, and I couldn’t find your submission, so maybe it got lost or something. Would you mind sending it again? I apologize for the inconvenience!
Forum: Plugins
In reply to: [WordPoints] Text in widget not centeredI think this should work:
.widget .wordpoints-points-logs td { text-align: center; vertical-align: center; }
Forum: Plugins
In reply to: [WordPoints] Text in widget not centeredYou can do this using CSS.
.wordpoints-points-top-users td { text-align: center; vertical-align: center; }
You can copy that and paste it into the Additional CSS section in the theme Customizer.