Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, you can't use PHP there nor can you use language strings inline. You need to translate the entire string. Example as follows.In invites plugin > Parameters > Email Tab > either body header or footer: if I enter link with language constant like this <a href="<?php echo JText::_('LANGUAGE_CONSTANT') ; ?>"> - will this work?
Do not include a body tag or anything of the sort. Just supply your HTML properly escape for PHP in your language string. Body is already handled by the mailer.Kyle: I need to parse a html content (template) for the username reminder email (UE_USERNAMEREMINDER_MSG in CB language file -> cloned to overrides) - as well as into the password reset email.
I tried to do the same as in i.e. YOUR_REGISTRATION_IS_PENDING_APPROVAL_MESSAGE - but I'm getting empty email if I enter full html template (escaped " and ' with \" and \')
Please Log in or Create an account to join the conversation.