Forum Replies Created
-
AuthorPosts
-
March 10, 2023 at 11:55 am in reply to: user pending -> admin approves -> user email activation #25711
sezg
ParticipantThanks, my client is trying to send an email activation link to the user after manually approving them. I’m telling them this is not possible. EITHER they manually approve OR they send the activation link.
August 28, 2022 at 3:49 pm in reply to: Customize the design and content of the Mini Login Form #24330sezg
ParticipantThat’s a clever solution! That worked for me just fine. Combined with the CSS I was able to customize this quite well. Thank you!
SezAugust 27, 2022 at 3:01 pm in reply to: Customize the design and content of the Mini Login Form #24326sezg
ParticipantHey Josch,
If it helps, before I used the mini-login shortcode, I had this in my functions.php and it worked well://login vs logout written by sez // ********************************************************* add_filter( 'wp_nav_menu_items', 'add_loginout_link', 10, 2 ); function add_loginout_link( $items, $args ) { if ( SwpmMemberUtils::is_member_logged_in() && $args->theme_location == 'primary') { $items .= '<li><a href="'. site_url('?swpm-logout=true') .'">Logout</a></li>'; } elseif ($args->theme_location == 'primary') { $items .= '<li><a href="'. site_url('membership-login/') .'">Login</a></li>'; } return $items; }Now that my client wants to display the username, I thought the mini-login would work better, but I still need to change “Logged in as” to “Hi.” Can anyone advise?
Thanks,
SezAugust 26, 2022 at 3:54 pm in reply to: Customize the design and content of the Mini Login Form #24323sezg
ParticipantThanks for the info. I can handle most of my changes through CSS. However, the client wants to change “Logged in as:” to “Hi,” Can you advise how I can do this?
Thanks.August 24, 2022 at 3:36 pm in reply to: Customize the design and content of the Mini Login Form #24305sezg
ParticipantUpvoting this! I’m here with the same question…
sezg
ParticipantThanks.
sezg
ParticipantNo, it is a field in the form-builder add on
https://i.snipboard.io/4KypL8.jpg<img src=”
https://i.snipboard.io/4KypL8.jpg” alt=”clip” />It’s in your instructions here in the “Adding the Custom Fields Array to the Email” section:
https://simple-membership-plugin.com/simple-membership-form-builder-addon/Can someone who is familiar with this add-on please advise?
Thank you.sezg
ParticipantThanks for your response. You are correct, I was in user admin. I returned to WP membership, and my testers verified they were still having the same problem — completing their credentials and clicking the login seemed to merely refresh the page.
However, I reset their passwords and tested myself, and the login worked. I sent it back to them, and they were finally able to login.
We’ve reset the password of the other 6 people having problems, and they were all able to successfully login as well.
So, neither you nor I changed anything. The only thing that happened was the passage of time. Any idea why it’s working now?
Thanks, as always, for the great product and support.
Sezsezg
ParticipantHello,
I think this thread was hijacked! My initial issue is still unresolved. I just set up a new user SalCCCCmember2 with password SalCCCCmember2From our member login http://corkscrewclub.org/membership-login/ I continue to receive the error “User Not Found.”
Any ideas? For good measure, I again deactivated all plugins except Simple Membership. I get the same error.
Also, this is not true for every member. But I can’t same to get all subscribers accurate credentials.
Thanks,
Sezsezg
ParticipantMy problem has been on 4.8.3 as well, which came out on Oct 31. I am betting that’s when our logins stopped working. I’m nervous to upgrade to 4.9 now. Looking forward to the developer’s response. THanks.
sezg
ParticipantI believe this is a CRITICAL issue. Is there an estimate on when we’ll hear back?
Also, has anyone tried rolling back to WP 4.8? I have a sneaking suspicion it would fix it…
sezg
ParticipantThanks. I have Simple Membership Custom Messages, Simple Membership Form Builder, Simple Membership WP User Import and Simple Membership Login Redirection.
All add-ons were deactivated for testing. The only plugin I was running was the main membership plugin.
Yes, I am running 3.5.8 of your plugin. Thanks!
sezg
ParticipantPHP info can be seen here:
http://corkscrewclub.org/phpinfo.phpsezg
ParticipantFANTASTIC, that did the trick! Thanks so much for the great help, I’m all set!
sezg
ParticipantHi, The premium issue is resolved (was related to access date) but I’m still rather desperate to fix the member import issue. The membership level is still not populating unless I individually re-save each member!
I just deleted the members tbl in the db and reimported all members as Active instead of Inactive, but this did not make a difference. Please help!
Thanks. -
AuthorPosts