Chakelan
Forum Replies Created
-
Hello again,
After updating to the 4.1.1. Maintenance Release, everything seems to work normally again.
Thank you for the reply!
Update: after further testing, the date shows correctly. I don’t know what happened the first time.
Also, I have realized that the “undefined ending in” is intentional (I didn’t see that the four digits were the last four digits in my card number).
So everything seems to be working! ??
Thank you, Gabriel.
I would love to hear it if you discover a solution!
Best wishes,
ChakelanYes, I understand. I used Reset Leaderboard and that worked very well. The leaderboard did reset automatically later that day as well. Thank you very much for your help!
A quick question: now that it’s a new month, I need to reset the leaderboard for this month (not deleting the points earned in July – just showing points earned in August instead). How do I do this?
Do I check Reset Leaderboard in the widget area? Or will the widget automatically show points earned in August?
Thank you very much!
Thank you for the suggestion. I solved the issue by downloading a plugin where I could customize the from-address.
~Peder
Yes, it’s via Paid Memberships Pro.
Thanks for the reply.
I have two custom user roles: Basic and Premium. Users can switch between these roles by upgrading/downgrading their membership. I want to display a badge only if they are Premium-members.
Thank you very much, Gabriel!
Thanks for the help.
I am using Paypal Express and I don’t think I can pause subscriptions with that? Please correct me if I am wrong.
Unfortunately, Stripe isn’t available in my country yet (Norway)…
Okay, I understand. Thank you, Gabriel!
Hello again,
I understand but the payments are recurring on a monthly basis. Any ideas on how to do it then?
Thank you very much for your reply.
~Peder
Gabriel, I have tried several variations and I can’t find out where to place the <div>-element. Should it be inside the echo or outside for example?
// Construct unorganized list for each row echo '<ul class="mycred-this-months-leaderboard">'; foreach ( $leaderboard as $position => $data ) { $avatar = get_avatar( $data->user_id, 32 ); echo '<li>' . $avatar . $data->display_name . ' with ' . $mycred->format_creds( $data->total ) . '</li>'; }
Thanks a lot for your help!
You place it in the functions.php of your theme if you know how to do that? ??
I tried it and it seems to be working great! I have two questions:
I would like to add a <div> around it to make it look nicer (I want it to have a color). Is it an easy way to do this? I normally just put it in the text box widget around the text I want to colorize.
Also, the widget didn’t exclude users that I had put in the core settings of myCred. If it is an easy fix to this, that would also have been great!
Thank you very much!
Thank you very much, Gabriel!
Will try it out.