how do i get rid of the powered by image

Start here! No need to ask twice :)

Postby basovink » 7:08pm, Tue 04 Sep, 2007

We, the phplist developers, agree with this:

mibcons wrote:I have looked at the LOGO and have thought about it. I gladly leave it there. When I drive my Truck it says with big letters GMC, My car says Mercury and my Van says Ford. I paid for those items, this one is for free (donations seems to be welcomed)

Honour where honour is due.

Michel


But since there seem to be some issues with junk filters let me explain:

Most filters work by scoring your email. Every suspected property will get points and if the mail reaches a threshold it will be marked as junk. So if most phplist users have little problem with rejected mails and some have a lot, the latter are probably exhibiting suspicious behaviour.

Since we don't want to help junk mailing, we leave the logo in. It can be replaced by a line of text in the config. If you think you're mail is marked junk undeservedly send a copy of that email to us (use the 'info' user at this domain), and we might change our opinion on this subject. Apart from this it is GPL open source and you can find how to remove it in the forums.

phplist developers
basovink
Admin
 
Posts: 6
Joined: 1:50pm, Tue 04 Sep, 2007
Location: Buenos Aires

Postby rasco » 10:43pm, Tue 04 Sep, 2007

thewitt wrote:You have to comment it out in sendemaillib.php.

-t

How do we remove the power by ?
rasco
phpLister
 
Posts: 5
Joined: 3:10pm, Tue 04 Sep, 2007

Postby H2B2 » 3:21am, Fri 07 Sep, 2007

rasco wrote:How do we remove the power by ?

# CREDITS
# We request you retain some form of credits on the public elements of
# PHPlist. These are the subscribe pages and the emails.
# This not only gives respect to the large amount of time given freely
# by the developers but also helps build interest, traffic and use of
# PHPlist, which is beneficial to future developments.

# By default the webpages and the HTML emails will include an image and
# the text emails will include a powered by line

# If you want to remove the image from the HTML emails, set this constant
# to be 1, the HTML emails will then only add a line of text as signature
define("EMAILTEXTCREDITS",0);

# if you want to also remove the image from your public webpages
# set the next one to 1, and the pages will only include a line of text
define("PAGETEXTCREDITS",0);
Ref: http://docs.phplist.com/PhpListConfiguration
H2B2
Moderator
 
Posts: 7216
Joined: 1:51am, Wed 15 Mar, 2006

Postby Steve P » 1:46am, Tue 11 Sep, 2007

If I donate can I remove the text?
Steve P
phpList newbie
 
Posts: 2
Joined: 12:57am, Tue 11 Sep, 2007

Postby helzerman » 8:16pm, Thu 13 Sep, 2007

Just to weigh in... I have had users complain about the logo. They think that it means that the notes are not really from my company somehow. :?

I agree in giving credit where it is due, especially with free software.

That being said, I'd gladly pay for a version of phplist with all logos/credits removed.

That way, casual users can use the free version and help spread the word on this great program and business users can pay (a nice $ way to support the program) for the ability to automatically have all credits removed.

Seems like the folks at phplist and the customers would win both ways.
helzerman
phpList newbie
 
Posts: 1
Joined: 4:20pm, Fri 23 Sep, 2005

Postby gricwb » 12:59pm, Tue 30 Oct, 2007

H2B2 wrote:Hear, hear! I agree with BUGabundo. And another reason why mail frequently ends up in the spam box is a badly configured mailserver and domain. Try testing your domain/rDNS etc. at http://dnsreport.com and see whether it comes out well...


Nice!! Thanx man!!
gricwb
phpList newbie
 
Posts: 2
Joined: 12:44pm, Tue 30 Oct, 2007

Removing Powered By.......

Postby m3m » 10:00am, Tue 12 Feb, 2008

I have no problem providing credit and I am happy to leave the full PHP pages for the subscribe, unsubscribe pages. That provides almost a "third party" integrity to those pages and I like that all of it is built in with defaults that work. However, any issues with undelivered mail defeats the purpose of the software to begin with, which is to make sure that it gets to people who want it. When the attached picture name shows up, it appears to be the dominant thing in a MAC mail display - just not right. And if there is any chance the text link will make the mail not get to users, I don't want it there.

Thanks very much to the person who posted how to take care of the issues.
m3m
phpLister
 
Posts: 7
Joined: 8:34pm, Thu 02 Aug, 2007

Re: No spam response.... you have to be kidding!

Postby ehm » 10:46pm, Tue 12 Feb, 2008

BUGabundo wrote:
jurycom wrote:So you think that a footer such as

...powered by PHPList

is not going to evoke a strong spam resonse even when the mail is not spam?

You're deluding yourselves.

Jurycom

prove to us them
i dont have had any trouble with my instalations.
even running spam filters on my inbox


My anti-spam got it as Spam, with this explanation:
"Image links to probably fraudulent server (phplist.com)"
, So I would remove that line yes.
ehm
phpLister
 
Posts: 10
Joined: 9:11pm, Mon 11 Feb, 2008

Commenting out code only partially works.

Postby dadrepus » 2:59pm, Thu 10 Apr, 2008

Works for html mail but not for plain text mail. I commented out where previously submitted and ran a test email. Had both plain text and html mail sent. Plain text still shows link to phplist. Html email does not.
Anywhere else to comment out?
dadrepus
phpLister
 
Posts: 10
Joined: 7:02pm, Tue 16 May, 2006
Location: Columbia, MD

Postby bichenoubi » 7:34pm, Mon 26 May, 2008

I didn't test it yet, but search for that line
Code: Select all
$text["signature"] = "\n\n--\nPowered by PHPlist, www.phplist.com --\n\n";
in file "sendemaillib.php" and comment it out.
In fact, you can try to comment everything concerning "signature" in that file.
bichenoubi
PL Nut
 
Posts: 15
Joined: 1:37am, Wed 31 Jan, 2007

Postby johnap » 4:56am, Tue 27 May, 2008

hi bichenoubi,

It works!. Thank you!
Be helpful & Share your experience.
I'm always there to help anybody regarding Phplist.

Trust in God.
johnap
PL Geek
 
Posts: 59
Joined: 11:11am, Tue 09 Jan, 2007

0

Postby tomswift » 2:23pm, Tue 04 Aug, 2009

Just wanted to thank you for the info provided here about removing the image attachment on the e-mails.
I understand why you have it. I followed the advice here to go into the config file and insert the '1' instead of the '0' s.
Thank you.
Tom
tomswift
phpList newbie
 
Posts: 0
Joined: 2:20pm, Tue 04 Aug, 2009

Re: get rid of the powered by image

Postby pinoselect » 7:24pm, Sun 23 May, 2010

me too and have just sussed this out

under config.php file select option under the Feedback >>> developers section >>> remove the PHPList images in the html emails and public webpages . Set both options to 1 and you'll end up with just a text link credit to PHP/TinCan .

hope this helps
pinoselect
phpList newbie
 
Posts: 1
Joined: 7:13pm, Sun 23 May, 2010

Re: how do i get rid of the powered by image

Postby celestescuro » 5:00pm, Sat 25 Sep, 2010

Hi to everyone!

My question instead is: ...and what about to get PHPlist footer image centered in my emails lowest part?

Which *.php line file do I adjust?

Sorry for my newbie questions! ..and for my english too!

Thanks in advance!
celestescuro
phpList newbie
 
Posts: 0
Joined: 4:49pm, Sat 25 Sep, 2010

Re: how do i get rid of the powered by image

Postby H2B2 » 3:18am, Thu 30 Sep, 2010

celestescuro wrote:My question instead is: ...and what about to get PHPlist footer image centered in my emails lowest part?


When viewing the HTML source of the subscribe page, you'll see the postition of the logo is deternined by a CSS class called "bottom".

So, try editing lists/styles/phplist.css and change the .bottom class to something like this:
Code: Select all
.bottom {font-family: verdana, sans-serif;font-size : 10px; font-weight : bold; padding: 2px; padding-left:20px; text-align : center;}
H2B2
Moderator
 
Posts: 7216
Joined: 1:51am, Wed 15 Mar, 2006

PreviousNext

Return to Frequently Asked Questions

Who is online

Users browsing this forum: No registered users and 1 guest