>>
Site Map
>>
Forums
>>
General 6x
Forum module - topics in forum:
General 6x - Discussions reagarding any other PHP-Nuke Problems.
Email Footer / No website name included
Wheever I send out a mass email this is at the foot of the message. How do i get it to say the name of my website? As you can see, it just says registered member of . - I know I saw this in one of the files but the variable was there as far as I remember but still it doesn't work.
Any ideas?
| Quote: : |
| You're receiving this email because you're a registered user of . We hope that this email didn't disturbed you and in some manner contributes to improve our services. |
Cheers!
Shedrock
admin/language/lang-english.php
| Code: : |
("_MASSEMAILMSG","=========================================================\nYou're receiving this email because you're a registered user of $sitename. We hope that this email didn't disturbed you and in some manner contributes to improve our services.");
|
$sitename should pick it up but you just add shedrock.com in its place.
You really like keeping me posting don't you lol
Where the function starts, does it say:
global $sitename;
If this variable is missing it won't pick up the sitename.
I do like keeping you guys busy
Actually, chexm8 I am sure is correct. I am sure it does not have global $sitename as the variable so this is probably why it does not work. Now, being a novice. How can I do this the right way?
Thanks
Shedrock
The sitename variable for that would presumably be in admin/modules/newsletter, check if it's there, I personally would've thought that it would've been pulled from your site name in admin panel, prefs.
It wouldn't hurt to just add it like I said though.