learning to be human, since 1984
Fixing PHPList Delete/Merge Attributes Function
I recently installed PHPList v2.10.10 (the latest stable release) to manage an email campaign and ran into a slight problem. PHPList allows users to define their own form fields for lists – name, address, birthday, email, and so on. These fields are referred to as “attributes”. Almost any type of data can be configured by adding an attribute in PHPList. You then create a sign-up page and choose which attributes you want users to enter, and whether or not that attribute is required to complete list sign-up.
I started setting up my attributes and naturally, added one by accident. After finding a button deceivingly named “delete”, I clicked it to correct my error. An http request was sent and the page reloaded – but my attribute was still there, winking at me like an old man who – while sitting on his porch – witnessed your ice cream tumbling off its cone after the first lick.
Luckily, a quick search found a remedy so I pass it along to you, the ethereal inter-web user:
http://forums.phplist.com/viewtopic.php?f=17&t=24502#p67476
Take that, old man.
| Print article | This entry was posted by sarandi on Thursday 18 March 2010 at 14:46, and is filed under code, email, php, web development. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 2 months ago
How does PHPList differ from other email marketing programs? Is it just the open source/proprietary thing?
about 2 months ago
PHPList is nowhere near the level of commercial email list solutions like mailchimp or campaign monitor. It doesn’t have the depth of “campaign” features and is much less user-friendly for non-dev type folks.
That said, It is a decent solution if you’re on a budget – and if you have the time and development skills to extend it for your needs. I wouldn’t recommend using it on a shared hosting package due to max sending rate limitations. The best bet is to get a dedicated IP.
I was going to implement it for a political campaign that I’m managing (my girlfriend is running for state assembly), but the commercial solutions fit our budget (mailchimp’s free account!), are much easier to use and more secure.
PHPList is actually built on another open source php mailing library – It would be fantastic if it were on the same level as a project such as Drupal for example, but right now the community just isn’t there yet. Maybe someday.