| Anonymous | Login | Signup for a new account | 21-11-09 08:51 GMT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0008667 | [phplist] Browser Issues | tweak | always | 01-12-06 03:05 | 18-02-08 14:06 | ||
| Reporter | tripper54 | View Status | public | ||||
| Assigned To | |||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 2.10.3 | ||||
| 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? |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
||||||
|
||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |