-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chatbox notify title - html code is there #3726
Comments
Hmm, I cannot reproduce this. I do not see any reason in the code that would cause this. Which theme are you using? |
@Moc RideBlue2 |
I reproduced the issue on RideBlue2, looking into it. |
Ok, took a while but I found the issue. Not sure about the fix though: @CaMer0n $this->Subject = $tp->parseTemplate($tmpl['subject'], true, varset($eml['shortcodes'],null)); It merges with this in the RideBlue2 theme.php, used for the $sc_style["SUBJECT"]["pre"] = '<td class="forumheader">';
$sc_style["SUBJECT"]["post"] = '</td></tr>'; I see a note here in e107_handlers/mail.php on line 834 when loading the email template: if($tmpl = e107::getCoreTemplate('email', $eml['template'], 'front', true)) //FIXME - Core template is failing with template 'notify'. Works with theme template. Issue with core template registry?
Can you take a look please? |
@Moc Thanks for the tips. I believe the commit should fix it, but if not, please re-open. Thank you both! |
Subject of chatbox notify email
The text was updated successfully, but these errors were encountered: