Membership Plugin

WordPress Membership Plugin

  • Home
  • Documentation
  • Addons
  • Support
    • Quick Setup
    • Documentation
    • Premium Addon Support
    • Paid Support
    • Support Forum
    • Support Forum Search
    • Forum Login
    • Forum Registration
  • Contact
You are here: Home

admin

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 1,510 total)
← 1 2 3 … 99 100 101 →
  • Author
    Posts
  • April 16, 2026 at 12:21 am in reply to: {expiry_date} – Member’s account expiry date – Time of Day #32028
    admin
    Keymaster

    The time of the day does not play a factor.

    The plugin uses WordPress’s built-in cron system for account expiry checks.
    https://developer.wordpress.org/plugins/cron/

    It schedules a daily cron job that runs once per day, but the exact time it fires depends on site traffic and other factors — so you can’t predict the precise time it will execute on any given day.

    April 7, 2026 at 7:33 am in reply to: Customize the login page #32014
    admin
    Keymaster

    You also have the option to override the default login template and create a fully customized version. Please note that this involves modifying PHP files, so it is considered an advanced option and may not be suitable for all users.

    You can find a step-by-step guide here:
    https://simple-membership-plugin.com/how-to-override-simple-membership-plugin-templates-in-your-theme/

    If you’re only looking to adjust the appearance (for example, styling or layout), some CSS tweaks may be sufficient. The following page includes helpful examples:
    https://simple-membership-plugin.com/miscellaneous-css-tweaks-simple-membership-plugin/

    April 6, 2026 at 11:27 pm in reply to: Limiting the number of active connections #32012
    admin
    Keymaster

    Please check the following active login limit feature. Is that something that will work for you?

    https://simple-membership-plugin.com/configuring-active-login-limit/

    March 18, 2026 at 1:49 am in reply to: Login Redirection to Anchor on Page #31976
    admin
    Keymaster

    Our plugin uses WordPress’s wp_redirect() function to handle post-login redirects. Unfortunately, this function cannot preserve URL anchors (fragments). This is a browser limitation — the #fragment portion of a URL is client-side only and is stripped by the browser before the HTTP request is sent to the server, so the server never receives it.

    For your use case, we recommend bypassing the standard After Login Redirection add-on and using the following action hook to implement your own custom redirect logic:

    https://simple-membership-plugin.com/simple-membership-action-hook-reference/#swpmafterlogin

    This gives you full control over post-login redirects, including the ability to redirect users to a specific anchor position on a page.

    March 4, 2026 at 1:40 am in reply to: Stripe Error: Invalid webhook data received. #31946
    admin
    Keymaster

    The invoice.payment_succeeded webhook is needed for sure. That’s the one our plugin uses. So if that hook is not getting triggered by Stripe, it needs an investigation.

    Check the Developers → API versions section to see which version of the API is being used by your Stripe account.

    Are you using the latest version of the Simple Membership plugin?

    March 4, 2026 at 1:31 am in reply to: Roles Lost By Editing Profile #31945
    admin
    Keymaster

    We have released an update that should solve this.

    February 10, 2026 at 12:28 am in reply to: Disabling username field for user registration #31909
    admin
    Keymaster

    Our Form Builder add-on includes options to customize the registration form. You can hide the username field and configure the system to use the email address as the username instead.

    February 5, 2026 at 11:51 pm in reply to: Roles Lost By Editing Profile #31904
    admin
    Keymaster

    Thank you. Looks like you are using the Form Builder addon with bbPress. I think the Form Builder needs a small update for this. I will investigate this more and get back to you with an update.

    February 5, 2026 at 6:09 am in reply to: Roles Lost By Editing Profile #31902
    admin
    Keymaster

    One more question, are you using any other addon besides the bbPress Integration addon on this site?

    February 5, 2026 at 6:05 am in reply to: Roles Lost By Editing Profile #31901
    admin
    Keymaster

    okay so the WordPress user role is working as intended. The issue is that the user’s “Forum Role” (for bbPress) gets updated/changed which causes the issue right?

    February 4, 2026 at 12:32 am in reply to: Roles Lost By Editing Profile #31876
    admin
    Keymaster

    The WordPress role that SWPM assigns is configured at the membership level. You can edit the relevant membership level and check the “Default WordPress Role” field to see which role is set for that level. When a member belongs to that membership level and their profile is saved, the specified role is applied to that member.

    To clarify, are you saying that you’ve set a WordPress role in the membership level configuration, but it is not being applied when the member’s profile is saved?

    I just want to understand whether the plugin isn’t behaving as expected, or if something else might be interfering with the process.

    January 30, 2026 at 7:42 am in reply to: new users automatically activated when the settings are set to Activation Requir #31857
    admin
    Keymaster

    For manual approval (where an admin must review and explicitly approve each new member before they can log in), the key setting is the account status, which must be set to “Pending”.

    #1) The global “Default Account Status” option (in the plugin’s main Settings) can be set to “Pending” to apply this site-wide.

    #2) Alternatively (and often more flexibly), you can override this per membership level: Edit the specific membership level → set its “Default Account Status” to “Pending”.
    This is useful if you want manual approval only for certain levels (e.g., paid or restricted ones) while keeping others automatic.

    As we continue to add new features to the plugin, some workflows evolve over time, which can occasionally change how certain options behave.

    If you intend to use the manual approval feature, it’s important to follow the setup exactly as outlined in the documentation below. If the configuration differs, the expected behavior will not occur:
    https://simple-membership-plugin.com/manually-approve-members-membership-site/

    January 28, 2026 at 1:33 am in reply to: new users automatically activated when the settings are set to Activation Requir #31851
    admin
    Keymaster

    Users sometimes confuse manual activation with manual approval. These two options are mutually exclusive and cannot be used together.

    Please review the following documentation carefully to make sure you’re not mixing these two features or trying to enable both at the same time:

    https://simple-membership-plugin.com/email-activation-for-members/

    https://simple-membership-plugin.com/manually-approve-members-membership-site/

    January 20, 2026 at 11:22 pm in reply to: Common Reasons for Member Login Related Issues #31840
    admin
    Keymaster

    Just adding the reply from @dugganvideo in this thread in case it helps someone else who encounters a similar issue.

    Found my problem. Member login was taking them to the staging version of my website. I have gotten it corrected. Thank you for responding.

    January 9, 2026 at 12:20 pm in reply to: Plugin No Longer Creating User Accounts After Registration Using Forminator Form #31831
    admin
    Keymaster

    Couple of issues:

    #1) We don’t officially support any forminator integration. So I am not sure which documentation was followed to create the integration that you are using. In any case, this is not a supported model for our plugin’s registration process. The only supported registration process is explained on our following documentation:
    https://simple-membership-plugin.com/membership-registration-process-overview/

    #2) The second issue is the payment button.

    How was this payment button created? Was it created using our following documentation?
    https://simple-membership-plugin.com/create-paypal-buy-now-buttons-paypal-api/

    or the following for PayPal Subscription type buttons:
    https://simple-membership-plugin.com/create-paypal-subscription-buttons-paypal-api/

  • Author
    Posts
Viewing 15 posts - 16 through 30 (of 1,510 total)
← 1 2 3 … 99 100 101 →
« Previous Page

Please read this message before using our plugin.

Search

Featured Addons and Extensions

  • Membership Form Builder Addon
  • Member Directory Listing Addon
  • WooCommerce Payment Integration
  • Member Data Exporter Addon

Documentation

  • Documentation Index Page

Copyright © 2026 | Simple Membership Plugin | Privacy Policy