Theme My Login integration

This topic contains 8 reply and 5 voices, and was last updated by juanopeth 9 years, 5 months ago
Viewing 8 Posts - 1 through 8 (of 8 total)
Author Posts
May 22, 2013 at 6:26 pm 4020
juanopeth I know that WP User Frontend is compatible with Theme My Login, but I am having some problems when new users register for a new account, the default WordPress confirmation email is being sent instead of the custom email formatted in Theme My Login. This is not always happening the custom emails, but just during new user registration. Do you have any recommendations to fix this issue? Thanks!
May 22, 2013 at 7:29 pm 4040
Tareq Hasan Tareq Hasan

You are using the free version and it doesn’t have registration feature.

May 22, 2013 at 7:46 pm 4042
phunkyp phunkyp

We did purchase the full version. But currently it does stated at the top of the Admin area, “Pleae activate your copy”. Once we activate, this problem will be resolved?

May 22, 2013 at 7:55 pm 4043
Mahi Mahi

No offence , but to get quick response and priority support please login from your customer account and ask for help.

* No thats not related with this problem. Thats related with your license and auto upgrade only.

Thanks.

May 23, 2013 at 4:52 pm 4084
hrb hrb

Thank you, Tareq and Mahi, for the correct procedure. I am now logged in on our purchased account. We are running your plugin on two WordPress accounts, one live and one dev environment. It would be ideal if we can have it functioning on both, but currently the custom email is not working on either for new user registration. Please let me know what is the next course of action to have this issue resolved. Thank you!

May 23, 2013 at 8:13 pm 4089
Tareq Hasan Tareq Hasan

As you are using the single licensed version, install it on both sites but only activate it on the main site, not in the dev site.

About the theme my login issue, I think there needs some code alternation. Open /class/frontend-form-profie.php and see line 227, it has this: [php]wp_new_user_notification( $user_id, $password );[/php]. Replace it with [php]do_action( ‘tml_new_user_registered’, $user_id, $password );[/php]. Now let me know how it goes.

May 24, 2013 at 2:00 pm 4148
hrb hrb

Thanks so much. That went perfectly. One thing though, are you going to update the plugin to include this? I’m concerned that when we do the next update for the plugin it might get overwritten.

May 24, 2013 at 6:25 pm 4152
Tareq Hasan Tareq Hasan

Yes, the changes will be in new version.

November 23, 2014 at 3:40 am 30981
juanopeth juanopeth

This old answer help me so much

Viewing 8 Posts - 1 through 8 (of 8 total)