Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in
/home/joomlapolis824/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line
1435
krileon wrote: There's no parameter for the new user registration email. To modify it you'll need to use a language override. See the below on how to use language overrides.
www.joomlapolis.com/blog/kyle/18701-language-overrides-have-arrived
If the user requires approval it will be the language key UE_REG_ADMIN_PA_MSG otherwise it will be UE_REG_ADMIN_MSG.
Thank you, but I think I am still missing something. I apologize for my lack of CB skills. We do require admin approval on registrations, so I follow that I need to go to CB: Plugin Management > Default Language (English) > Overrides tab and use "UE_REG_ADMIN_PA_MSG" as the Key and then enter the content in the Text file that I want in the email. The current email that is sent is of the form:
A new user has signed up at
www.fudgerpg.com
and requires approval.
This email contains their details
Name - <name>
E-mail - <email>
Username - <username>
Please do not respond to this message as it is automatically generated and is for informational purposes only.
NOTE: This email was automatically generated from FudgeRPG.com (
www.fudgerpg.com
).
So, in the where does the <name>, <email>, and <username> come from? Can I use CB Substitutions i.e. [FIELDNAME] in the Text of the Override?
I want to add the value of a field called "cb_registrationquestion1" to the email. I'm sure the answer probably should be obvious. I think this pandemic just have my brain messed up.
So something like:
A new user has signed up at
www.fudgerpg.com
and requires approval.
This email contains their details
Name - [NAME]
E-mail -
Is that it?
Thank you.