Page 1 of 1

Update Version 110709 conflicts SB Welcome Email Editor

PostPosted: July 9th, 2011, 3:47 am
by ronthai
Just updated to the new version 110709 and now SB Welcome Email Editor will not function anymore. It produces the following error. Of course I have de-activated SB Welcome Email Editor now, but would like it operational again.

Regards, Ron

SB Welcome Email Editor can not function because another plugin is conflicting. Please disable other plugins until this message disappears to fix the problem.

Re: Update Version 110709 conflicts SB Welcome Email Editor

PostPosted: July 9th, 2011, 5:01 am
by Jason Caldwell
Hi Ron. Thanks for reporting this important issue.

The latest version of s2Member provides tools that allow for the customization of the WordPress welcome email ( aka: New User Notification ). However, if you would rather handle this with another plugin, you can disable s2Member's handling of this, with these instructions.

Create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
Code: Select all
<?php
add_filter
("ws_plugin__s2member_pluggable_wp_new_user_notification_ov", "__return_false");
?>

Re: Update Version 110709 conflicts SB Welcome Email Editor

PostPosted: July 9th, 2011, 5:41 am
by ronthai
Thank you, that solved the problem.
I would not mind using the feature in S2Member, but SB Welcome Email Editor also gives an extra field/button on the users admin page to resend the welcome email with the password, if users forgot there password.

Regards, Ron

Re: Update Version 110709 conflicts SB Welcome Email Editor

PostPosted: July 9th, 2011, 8:50 pm
by Jason Caldwell
Gotchya. Thanks for reporting back on this.
~ MUCH appreciated.

We did release s2Member v110710 today with some improvements this to aspect of s2Member.
Changelog: http://wordpress.org/extend/plugins/s2member/changelog/
See this thread: viewtopic.php?f=4&t=13473#p26238