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

dgirona

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

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • July 23, 2015 at 6:21 am in reply to: Add check privacy policy to registration form #2432
    dgirona
    Participant

    Ok. I thought being a basic function would be possible to integrate it into the free version.
    I can see how the plugin works on any web ?

    July 22, 2015 at 1:26 pm in reply to: google recaptcha addon no work #2417
    dgirona
    Participant

    Hello,

    Yes, I have followed all the steps:

    1. Install and activate the plugin .
    2. Preferences Membership -> Adons – > Enable
    3. Enter the keys

    site key : 6LcOsQgTAAAAAKeFJzj5Pq6_HWNiPG4ivbr32lUi
    secret key : 6LcOsQgTAAAAAJrHgpPGEUbQwt8PJ8i-bnhRf0-o

    But does not appear in any form 🙁

    Any ideas?

    I have 4 forms for each user role.

    Thanks for the help

    July 10, 2015 at 11:53 am in reply to: Show additional information of users #2297
    dgirona
    Participant

    Sorry! A need get instance …

    $auth = SwpmAuth::get_instance();

    Thanks’s : )

    July 10, 2015 at 11:50 am in reply to: Show additional information of users #2296
    dgirona
    Participant

    In loggedin.php page it works fine.
    But on another page no.

    I have a page specified for each user role when they login.
    I hope you can help me.

    Thank’s

    July 2, 2015 at 11:48 am in reply to: Show additional information of users #2211
    dgirona
    Participant

    I have a “company” field that I want to display it on the page logged user.

    Thanks

    July 1, 2015 at 6:46 am in reply to: How to auto-populate the checkout page (woo commerce) with member info #2193
    dgirona
    Participant

    Hello, I need to display additional information on the pages users

    As I can access the information fields used for each user ?

    Eg company.

    Thanks : )

    June 26, 2015 at 9:46 am in reply to: Format email registration #2163
    dgirona
    Participant

    As I can access the value of a field user to log in from php?

    I want to show additional data in the reservation page to users.

    Eg company.

    June 25, 2015 at 7:00 am in reply to: Format email registration #2148
    dgirona
    Participant

    Ok, a shame not to try the addon : )

    June 25, 2015 at 6:43 am in reply to: Format email registration #2146
    dgirona
    Participant

    Yes, you must use the function:

    $body = $settings->get_value(‘reg-complete-mail-body’);
    $body = nl2br($body);

    More info:

    http://php.net/manual/es/function.nl2br.php

    And it considers specifying the http header:

    $headers = ‘From: ‘ . $from_address . “\r\n”;
    $headers = “MIME-Version: 1.0\r\n”;
    $headers.= “Content-Type: text/plain;charset=utf-8\r\n”;

    Hopefully this is fixed in future versions.
    And the possibility of the mail in HTML format is implemented.

    I sought a trial version of the plug in membership-form-builder-addon.

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

    Someone can tell me how to get it?

    Thanks.

    June 24, 2015 at 10:16 am in reply to: Format email registration #2141
    dgirona
    Participant

    The solution:

    In all function wp_mail implement nl2br() & specify headers :

    …
    $body = $settings->get_value(‘reg-complete-mail-body’);
    $body = nl2br($body);
    …

    $headers = ‘From: ‘ . $from_address . “\r\n”;
    $headers = “MIME-Version: 1.0\r\n”;
    $headers.= “Content-Type: text/plain;charset=utf-8\r\n”;

    ; )

    June 24, 2015 at 7:22 am in reply to: Format email registration #2139
    dgirona
    Participant

    Help please!

    June 23, 2015 at 7:02 am in reply to: Format email registration #2133
    dgirona
    Participant

    Hello. I disabled all plugins and I have the same problem. Any ideas?
    It happens with all email programs and webmails (gmail, hotmail). Thanks.

  • Author
    Posts
Viewing 12 posts - 1 through 12 (of 12 total)
Next 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