By Steven Hansel on Sunday, 29 August 2021
Posted in Technical Issues
Likes 0
Views 1K
Votes 0
I found the following article and was semi-successful. https://stackideas.com/forums/change-text-sent-in-emails#reply-292185.

Specifically, I am trying to override COM_EASYBLOG_NOTIFICATION_SUBSCRIBE_SITE with a much longer letter and an embedded link for a download to say thanks for subscribing. My other overrides worked, but this override is blank in the email (not in the Languages Overrides". Is there a limit to the number of characters or some other reason that this part is blank? I know the above person also commented that it would be nice to have a way to change these email messages in an easier fashion, and I have to agree. I added html tags for line breaks <br /> and <a href> for the link to the download. Thanks for your help.
Thank you so much. That did the trick!
·
Monday, 30 August 2021 23:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Steven,

I tried using your translation in my local instance and there is actually a syntax error but it's not showing since your site does not display that sort of error.

Two things you have to change.
1. escape the double quotes with \ inside the href or change it to single quote. So \" or '.
2. Remove the %20 and replace it with a space, which is your original url.

href=\"https://abc.com/test some - spacing.pdf\"
or
href='https://abc.com/test some - spacing.pdf'
Try it out and let us know how it goes.
·
Monday, 30 August 2021 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Tuesday, 31 August 2021 16:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post