View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019187 | phpList 3 application | General | public | 18-04-18 11:42 | 12-05-18 14:58 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Fedora | OS Version | 26 |
Target Version | 3.3.3 | Fixed in Version | 3.3.3 | ||
Summary | 0019187: Add draft campaign for use with invite plugin available in new installations | ||||
Description | To make the invite plugin easier to use, include the attached default campaign as a draft in all new installations. | ||||
Tags | No tags attached. | ||||
18-04-18 11:48 manager |
tmp.html (850 bytes)
<p>Hi [FIRST NAME], remember us? You first signed up for our email newsletter on [ENTERED] -- please <a href="[CONFIRMATIONURL]" title="Confirm subscription">click here</a> to confirm that you're happy to continue receiving our messages:</p> <p><strong><a href="[CONFIRMATIONURL]" title="Confirm subscription">Continue receiving messages</a></strong></p> <p><u>If you do not confirm using this link then you won't hear from us again</u>.</p> <p>While you're at it, you can also update your preferences, including your email address or other details, by clicking here:</p> <p><strong><a href="[PREFERENCESURL]">Update preferences</a></strong></p> <p>By confirming your membership and keeping your details up to date, you're helping us to manage and protect your data in accordance with best practices.</p> <p>Thank you!</p> |
|
@xheni After downloading a tarball from your branch (https://github.com/phpList/phplist3/tree/invite-message) on a fresh install, initialising a new database, no draft campaigns are listed within the installation. I have not tried upgrading. What scenarios have you tested so far? |
|
|
|
@xheni There was a space before the uuid in the SQL insert query, which caused it to fail because the value was too long. Now fixed, and it's working properly on fresh installs during my local testing. |