Skip to Content Skip to Menu

[#5297] emails for remind password and username

9 years 2 weeks ago #265026 by giorgionasis
Replied by giorgionasis on topic emails for remind password and username
ok kyle,

thanks for the info.

i hope it will be fixed in cb 2.0.10

thank you

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • OFFLINE
  • Posts: 47949
  • Thanks: 8170
  • Karma: 1434
9 years 2 weeks ago - 9 years 2 weeks ago #265031 by krileon
Replied by krileon on topic emails for remind password and username
Yes, it should be fixed in 2.0.10. Below is a quickfix if you want to make the change now though.

IN: components/com_comprofiler/comprofiler.php
ON: Line 829
FROM:
Code:
$res = $cbNotification->sendFromSystem( $user->id, $subject, $message );
TO:
Code:
$res = $cbNotification->sendFromSystem( $user->id, $subject, $message, true, ( isset( $ueConfig['reg_email_html'] ) ? (int) $ueConfig['reg_email_html'] : 0 ) );
ON: Line 898
FROM:
Code:
$res = $cbNotification->sendFromSystem( $user->id, $subject, $message );
TO:
Code:
$res = $cbNotification->sendFromSystem( $user->id, $subject, $message, true, ( isset( $ueConfig['reg_email_html'] ) ? (int) $ueConfig['reg_email_html'] : 0 ) );

That'll allow the "Registration Email HTML" parameter in CB > Configuration > Registration to also enable HTML for forgot login email.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 9 years 2 weeks ago by krileon.

Please Log in or Create an account to join the conversation.

9 years 2 weeks ago #265074 by giorgionasis
Replied by giorgionasis on topic emails for remind password and username
ok kyle,

i will wait until for cb 2.0.10

thank you

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum