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

[Resolved] nextend social login paid and SMP

Simple Membership Plugin › Forums › Simple Membership Plugin › nextend social login paid and SMP

  • This topic has 13 replies, 3 voices, and was last updated 7 months, 3 weeks ago by admin.
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • August 26, 2025 at 3:27 pm #31344
    Kyami
    Blocked

    so basically works… nextend social login register account to the SMP section, but wont give access. Actually in admin dashboard has access shown but not work

    Maybe some fix? 🙂

    No. Im forced to use SMP due to themeforest author, and i have paid version of nextend, lmao … just saying..

    August 26, 2025 at 7:24 pm #31346
    Kyami
    Blocked

    it dosent even work reccomended plugin super socalizer

    August 27, 2025 at 1:34 am #31370
    The Assurer
    Moderator

    I see what you’re running into 👍 — this is a **known limitation when using social login plugins like Nextend or Super Socializer with Simple Membership (SMP)**.

    Here’s why it happens:

    * When someone registers via Nextend Social Login, WordPress creates the **WP user account**, but SMP doesn’t automatically know which **membership level** to assign unless the registration goes through SMP’s own process (via its registration form or API).
    * That’s why in your **admin dashboard**, you see the user, but they don’t actually have working access on the front-end — the SMP side of things hasn’t been linked correctly.

    ### Possible Fixes

    1. **Check Membership Level Assignment**

    * After social registration, make sure the user has an SMP membership level assigned (via **WP Admin → Simple Membership → Members**).
    * Sometimes the account exists but without an active level → so access is denied.

    2. **Auto-Sync Custom Code (for developers)**

    * Since SMP doesn’t have direct integration with Nextend or Super Socializer, you need to **hook into the social login process** and assign a membership level programmatically.
    * Example: Using the user_register hook in WordPress, you can call SwpmMemberUtils::create_member_entry() to ensure the SMP record is created.

    3. **Alternative Recommendation (Officially Supported)**

    * The SMP team officially recommends using their **own registration system** or integrating with **WooCommerce** for complex login/registration needs (since WooCommerce → SMP sync is officially supported).
    * Docs: [WooCommerce Integration](https://simple-membership-plugin.com/woocommerce-simple-membership-plugin-integration/)

    4. **Debug Conflicts**

    * Sometimes the social login plugin interferes with how SMP checks sessions. If caching or redirects are in play, you might see “access shown in admin but not working on site.”
    * See caching doc: [Understanding Caching Issues](https://simple-membership-plugin.com/understanding-the-impact-of-caching-on-membership-sites/)

    —

    👉 Since you mentioned you’re **forced to use SMP (ThemeForest requirement)** and already bought Nextend, the practical path is to have one of your developers to add a **small code snippet** to bridge the two.

    August 27, 2025 at 6:35 am #31376
    Kyami
    Blocked

    It gives automatically right access but in frontend dosent go like this and they see again register page or similar.

    August 27, 2025 at 8:37 am #31387
    Kyami
    Blocked

    * When someone registers via Nextend Social Login, WordPress creates the **WP user account**, but SMP doesn’t automatically know which **membership level** to assign unless the registration goes through SMP’s own process (via its registration form or API).
    * That’s why in your **admin dashboard**, you see the user, but they don’t actually have working access on the front-end — the SMP side of things hasn’t been linked correctly.

    Basically it does know, becouse SMP plugin has just no permisssions.

    August 27, 2025 at 10:16 am #31390
    Kyami
    Blocked

    [2025/08/27 13:14:08] – SUCCESS: Cancelling all subscription of member id: 19
    [2025/08/27 13:14:08] – SUCCESS: No active subscriptions found for member ID: 19
    [2025/08/27 13:14:58] – SUCCESS: create_swpm_member_entry_from_array_data() – SWPM member entry created successfully. Member ID: 20
    [2025/08/27 13:14:58] – SUCCESS: Completed the profile_update hook handling – SWPM user profile (Member ID: 20) updated with the latest WP user data.

    ———————————————–
    [2025/08/27 13:14:01] – SUCCESS: wp_authenticate action. Empty username provided. Adding set_current_username hook to catch potential login attempt.

    test discord account

    August 27, 2025 at 10:27 am #31392
    Kyami
    Blocked

    I can freely paste log here becouse there is none users like log file says

    [2025/08/27 13:14:01] – SUCCESS: wp_authenticate action. Empty username provided. Adding set_current_username hook to catch potential login attempt.
    [2025/08/27 13:15:11] – SUCCESS: wp_authenticate action. Handling login for username: admin
    [2025/08/27 13:15:11] – SUCCESS: SwpmAuth::login()
    [2025/08/27 13:15:11] – SUCCESS: Authentication request – Username: admin
    [2025/08/27 13:16:34] – SUCCESS: wp_authenticate action. Handling login for username: RaymondcoX
    [2025/08/27 13:16:34] – SUCCESS: SwpmAuth::login()
    [2025/08/27 13:16:34] – SUCCESS: Authentication request – Username: RaymondcoX
    [2025/08/27 13:21:23] – SUCCESS: wp_authenticate action. Handling login for username: admin
    [2025/08/27 13:21:23] – SUCCESS: SwpmAuth::login()
    [2025/08/27 13:21:23] – SUCCESS: Authentication request – Username: admin

    August 27, 2025 at 10:47 am #31394
    Kyami
    Blocked

    where this data come to log ? lmao now its little mess for me

    August 27, 2025 at 11:57 am #31397
    Kyami
    Blocked

    anyway i found some similar thread same issue… and not helpful fix 😀

    August 27, 2025 at 2:08 pm #31403
    Kyami
    Blocked

    So far what i tested and saw…

    nextend and socializer both works

    test google, facebook, discord accounts are egistered and they are right group in SMP and WP. BUT they are not given right access on site frontend

    August 27, 2025 at 5:16 pm #31404
    Kyami
    Blocked

    So no fix? 😀

    August 27, 2025 at 5:22 pm #31405
    Kyami
    Blocked

    also 0000-00-00 00:00:00 last login is shown wrong

    August 28, 2025 at 12:31 am #31407
    admin
    Keymaster

    Hi, I’m not familiar with the Nextend Social Login plugin, so I can’t confirm how it integrates with Simple Membership at the moment.

    Previously, we tested the Super Socializer plugin and it worked with our integration. However, over time external plugins often change their code, which can break the integration pathway. Because of this recurring issue, we’ve decided to stop supporting third-party social login plugins — they tend to break too often and create ongoing maintenance challenges.

    Instead, we’re planning to build our own dedicated social login feature for Simple Membership. This way, we’ll have full control over the login flow and can provide a solution that’s reliable and works as expected. Our goal is to release this in the coming weeks.

    In the meantime, we unfortunately don’t have a working solution to offer to you. For your current project, you may want to try another plugin that better fits your needs until our built-in option becomes available.

    September 29, 2025 at 4:27 am #31589
    admin
    Keymaster

    We have released the initial version of our own Social Login addon for our Simple Membership plugin:
    https://simple-membership-plugin.com/simple-membership-social-login-addon/

  • Author
    Posts
Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.
Log In

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