If that’s what you want to do, the following hack will do it (it looks like a cleaner solution would require figuring out where the [SIGNATURE]
in the email template is coming from and removing that). These instructions are for phplist version 2.10.2.
- Search
lists/admin/sendemaillib.php
for$text["signature"] = "\n\n--\nPowered by PHPlist, www.phplist.com --\n\n";
- Immediately after that line, add the line (or replace the above line with this one):$text[‘signature’] = ”;
- Search
lists/admin/sendemaillib.php
for the part that looks like: if (!EMAILTEXTCREDITS) {
…..
} else {
$html[“signature”] = $PoweredByText;
} - Add the following line after that section: $html[‘signature’] = ”;
- Upload the
lists/admin/sendemaillib.php
file to replace the one on your hosted site and you should be good to go.
To remove Powered by line form Subscribe page,
Go to config/config.php Credits section: Change values 0 to 1.
This will convert powered by image to text.
Go to admin/connect.php
Change $PoweredByText = ”;