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

nur

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

Forum Replies Created

Viewing 15 posts - 106 through 120 (of 179 total)
← 1 2 3 … 7 8 9 10 11 12 →
  • Author
    Posts
  • March 5, 2015 at 5:11 am in reply to: Registration Form #1152
    nur
    Participant

    option 1:
    you can edit views/add.php file and add the field you want. all the available fields are in views/admin_member_form_common_part.php

    option 2:
    you can use swpm form builder addon. it allows you to customize registration form the way you want.

    March 5, 2015 at 3:01 am in reply to: Free member – Prompt to Complete Registration issue. #1151
    nur
    Participant

    when a user has just registered but didn’t verify email address, you need some place to store the user info. you may consider a temporary table to store that data time to time. you can achieve the same goal without a temporary table too. you may write a cron script (if you are a programmer) that will run once everyday and delete accounts that are pending and older than a month or so. we currently don’t have this script. we will consider adding this feature later.

    March 3, 2015 at 3:29 am in reply to: Link on the menu doesn't get protected #1133
    nur
    Participant

    is a page or a post or a custom post?

    March 3, 2015 at 3:28 am in reply to: User can't logout -> yet seeing non-user menu #1132
    nur
    Participant

    could you show us the link to your site?

    March 3, 2015 at 3:22 am in reply to: Free member – Prompt to Complete Registration issue. #1130
    nur
    Participant

    since you set default account status to “pending”, the account status will be pending. once you change status to active, user should be able to login using the user/pass sent in the email. you can customize the email template to make it more meaningful (Settings->Email Settings)

    March 3, 2015 at 3:15 am in reply to: Approving Members #1129
    nur
    Participant

    question 1:
    you need to use addon to include custom fields in the form

    question 2:
    in settings->General Settings, you can set “Default Account Status” to “Pending”. so when a new user registers, she has to wait for approval.

    March 2, 2015 at 5:52 am in reply to: Popup on click #1118
    nur
    Participant

    you need to create a html form and keep it hidden using css. the form must contain following 3 fields:

    1. name: swpm_user_name type: text
    2. name: swpm_password type: password
    3. name: swpm-login type: submit

    you can pur the form inside a “div” tag and use the id of the div in you popup.

    March 2, 2015 at 5:44 am in reply to: export member profile #1117
    nur
    Participant

    sorry simple membership plugin doesn’t have any built-in profile exporting tool at the moment.
    its on our todo list.

    March 2, 2015 at 5:40 am in reply to: Form Builder #1116
    nur
    Participant

    https://simple-membership-plugin.com/simple-membership-form-builder-addon/

    February 28, 2015 at 9:47 pm in reply to: Seeing Pages in Edit Mode with WP User Import #1107
    nur
    Participant

    Take the following steps to apply protection your content so only members can have access to it.
    1. Edit the Post or Page that you want to protect in WordPress editor.
    2. Scroll down to the section titled “Simple WP Membership Protection”.
    3. Select “Yes, Protect this content” option.
    4. Check the membership levels that should have access to that page’s content.
    5. Hit the Update/Save Button to save the changes.

    February 28, 2015 at 2:01 am in reply to: Can Form builder be used as a general form builder #1103
    nur
    Participant

    as i said already, you cannot use form builder addon like you use visual form builder. there is restriction on the number of form you can create. any data you add using form builder addon, will insert into simplemembership plugin database table.

    February 27, 2015 at 1:01 am in reply to: Using member ids in theme #1099
    nur
    Participant

    if you are looking for wordpress member id then you can use this approach. but this is not going to give you simple membership user id (which is different from wordpress user id). to get simple membership user id, you can do this:

    
    $auth = BAuth::get_instance();
    if ($auth->is_logged_in()){
        $member_id  = $auth->get('member_id');
        // content for members
    }
    else{
       // content for non-members
    }
    
    February 27, 2015 at 12:43 am in reply to: Can Form builder be used as a general form builder #1098
    nur
    Participant

    yes the UI is based on Visual Form Builder of Matt Munro. but the backend php code is mostly rewritten to integrate with simple membership. so you cannot use it as general form builder.

    February 26, 2015 at 12:19 am in reply to: Protected content not working #1094
    nur
    Participant

    cool! thanks for letting us know.

    February 26, 2015 at 12:19 am in reply to: What is the exact difference between the registration page and the join us page? #1093
    nur
    Participant

    1. “join us” page is for adding payment button (paypal etc.)
    2. registration page is the actual form.

    it depends on how you want to use them 🙂

  • Author
    Posts
Viewing 15 posts - 106 through 120 (of 179 total)
← 1 2 3 … 7 8 9 10 11 12 →
« 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