- Posts: 170
- Thank you received: 1
Update email on Membership when subscriber update his CB profile
- Lionel Charrier
- Topic Author
- Offline
- Elite Member
-
Less
More
6 years 5 months ago - 6 years 5 months ago #119594
by Lionel Charrier
Update email on Membership when subscriber update his CB profile was created by Lionel Charrier
When a subscriber updates his email address in his CB profile, this email address is not updated in his active membership profil of record.
Therefore Membership Pro sends subscription reminder to a wrong or no longer existing email Address.
Can you add a plug-in and parameter to stipulate which CB field shall be reported in the membership profil ?
Kind Regards
Therefore Membership Pro sends subscription reminder to a wrong or no longer existing email Address.
Can you add a plug-in and parameter to stipulate which CB field shall be reported in the membership profil ?
Kind Regards
Last edit: 6 years 5 months ago by Lionel Charrier.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
6 years 5 months ago #119607
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Update email on Membership when subscriber update his CB profile
Hi Lionel
Could you please try to make small modification to the code:
1. Open the file plugins/system/membershippro/membershippro.php
2. Find this line of code:
3. Change it to:
(I don't have CB installed here, could you please help checking and make sure com_comprofiler is correct name of CB component, if not, please correct it)
Then check it again and let us know if it works. If it does, we will update the download package with the change
Tuan
Could you please try to make small modification to the code:
1. Open the file plugins/system/membershippro/membershippro.php
2. Find this line of code:
Code:
if (!empty($config->synchronize_email) && ($option == 'com_users' || $config->synchronize_data === '0'))
3. Change it to:
Code:
if (!empty($config->synchronize_email) && ($option == 'com_users' || $option == 'com_comprofiler' || $config->synchronize_data === '0'))
(I don't have CB installed here, could you please help checking and make sure com_comprofiler is correct name of CB component, if not, please correct it)
Then check it again and let us know if it works. If it does, we will update the download package with the change
Tuan
The following user(s) said Thank You: Lionel Charrier
Please Log in or Create an account to join the conversation.
- Lionel Charrier
- Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 170
- Thank you received: 1
6 years 5 months ago #119623
by Lionel Charrier
Replied by Lionel Charrier on topic Update email on Membership when subscriber update his CB profile
Hi Tuan
This is just working fine. Many thanks
Lionel
This is just working fine. Many thanks
Lionel
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.