Forum Replies Created
-
AuthorPosts
-
dgirona
ParticipantOk. 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 ?dgirona
ParticipantHello,
Yes, I have followed all the steps:
1. Install and activate the plugin .
2. Preferences Membership -> Adons – > Enable
3. Enter the keyssite key : 6LcOsQgTAAAAAKeFJzj5Pq6_HWNiPG4ivbr32lUi
secret key : 6LcOsQgTAAAAAJrHgpPGEUbQwt8PJ8i-bnhRf0-oBut does not appear in any form 🙁
Any ideas?
I have 4 forms for each user role.
Thanks for the help
dgirona
ParticipantSorry! A need get instance …
$auth = SwpmAuth::get_instance();
Thanks’s : )
dgirona
ParticipantIn 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
dgirona
ParticipantI 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 #2193dgirona
ParticipantHello, I need to display additional information on the pages users
As I can access the information fields used for each user ?
Eg company.
Thanks : )
dgirona
ParticipantAs 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.
dgirona
ParticipantOk, a shame not to try the addon : )
dgirona
ParticipantYes, 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.
dgirona
ParticipantThe 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”;; )
dgirona
ParticipantHelp please!
dgirona
ParticipantHello. I disabled all plugins and I have the same problem. Any ideas?
It happens with all email programs and webmails (gmail, hotmail). Thanks. -
AuthorPosts