latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Pero Mero

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing 3 topics - 1 through 3 (of 3 total)
Topic Count Last Reply
Custom registration page

By:  Pero Mero in: Community Forum

voices: 3
replies: 3

4 years, 10 months ago  Cristián Lávaque

Viewing 3 topics - 1 through 3 (of 3 total)

Topics I've Started

Viewing 3 topics - 1 through 3 (of 3 total)
Topic Count Last Reply
Custom registration page

By:  Pero Mero in: Community Forum

voices: 3
replies: 3

4 years, 10 months ago  Cristián Lávaque

Viewing 3 topics - 1 through 3 (of 3 total)

My Latest Replies (From Various Topics)

Viewing 2 replies - 1 through 2 (of 2 total)
Author Replies
Author Replies
Posted: Sunday Apr 22nd, 2012 at 9:00 am #11551
Pero Mero
Username: gokismoki

OK, so since I din’t get any answers I was forced to dig into the code of the plugin and fix it my self.

I found that this file is used for sending the email s2member\includes\classes\email-configs.inc.php

and in line 242 just change

c_ws_plugin__s2member_email_configs::email_config () . wp_mail ($user->user_email, $sbj, $msg, "From: \"" . preg_replace ('/"/', "'", $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_name"]) . "\" <" . $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_email"] . ">\r\nContent-Type: text/plain; charset=utf-8") . c_ws_plugin__s2member_email_configs::email_config_release ();

to

c_ws_plugin__s2member_email_configs::email_config () . wp_mail ($user->user_email, $sbj, $msg, "From: \"" . preg_replace ('/"/', "'", $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_name"]) . "\" <" . $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_email"] . ">\r\nContent-Type: text/html; charset=utf-8") . c_ws_plugin__s2member_email_configs::email_config_release ();

The trick is Content-Type: text/plain; to Content-Type: text/html;. I don’t know why it is not done by default?!?

Hope it helps some one.

Posted: Wednesday Feb 15th, 2012 at 5:10 pm #5277
Pero Mero
Username: gokismoki

Well after I wrote the post I found out that the Pro version has that option, so I’m guessing it is not possible with the free one. :(

My requirements are very simple and I only need membership for free users; that is why I was asking if it is possible to make lake that.

Thanks, any way!

Viewing 2 replies - 1 through 2 (of 2 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.