I edited the copyright in the email extras file and it changed the copyright on emails i send from the admincp, but it did not effect confirmation emails or welcome emails
How do I accomplish this?
Thanks in advance!
I edited the copyright in the email extras file and it changed the copyright on emails i send from the admincp, but it did not effect confirmation emails or welcome emails
How do I accomplish this?
Thanks in advance!
I do not know what you have done but all of these are in the /email folder and use the definesI edited the copyright in the email extras file and it changed the copyright on emails i send from the admincp, but it did not effect confirmation emails or welcome emails
You can use the admin > tools > developers tools > and the bottom left box and enter EMAIL_FOOTER_COPYRIGHT and search the files for where this is defined and change it and all the mails that use it will also changeCode:<div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div>
Zen-Venom Get Bitten
The problem I had was that script from one of the email language files was missing so it wasnt effecting everything. I got this resolved. Thank you