| Anonymous | Login | Signup for a new account | 02-09-10 22:01 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0008667 | phplist | Browser Issues | public | 01-12-06 03:05 | 18-02-08 14:06 | |
| Reporter | tripper54 | |||||
| Priority | normal | Severity | tweak | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.3 | |||||
| Target Version | 2.10.7 | Fixed in Version | 2.10.4 | |||
| Summary | 0008667: Fix for "powered by" line for Eudora / Mac | |||||
| Description | Hi, I posted the stuff below to the forum, and a moderator suggested I log it here: I'm setting up a list for a company here in Sydney. Unfortunately, the CEO uses Eudora for Mac, which, as we all know, has no support for CSS. This meant the "powered by phplist" line at the bottom of the email was preceded in his nasty email client by a dump of the contents of the associated <style> tag. I was able to fix this using the old trick of adding comment markup to relevant php in connect.php. My altered code follows (between the dashes): --------------------------------------- $PoweredByText = ' <style type="text/css"><!-- .poweredphplist {font-family: arial, verdana, sans-serif;font-size : 10px; font-variant: small-caps; font-weight : normal; padding: 2px; padding-left:20px;} a:link.poweredphplist, a:active.poweredphplist, a:visited.poweredphplist {font-family: Arial, verdana, sans-serif; font-size : 10px; font-variant: small-caps; font-weight : normal; color : #666666; text-align : center; text-decoration : none; padding: 2px;} a:hover.poweredphplist {color : #7D7B7B;} //--></style> <span class="poweredphplist">powered by http://www.phplist.com [^] v '.$v.', © http://tincan.co.uk/powered</span>'; [^] --------------------------------------------- Perhaps this should be rolled into the next version? | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Relationships |
||||||
|
||||||
| Copyright © 2000 - 2010 MantisBT Group |