Open Vzzbux opened 7 years ago
I have retired from software development and am no longer supporting this plugin.
Arnold
On May 31, 2017, at 5:27 PM, Vzzbux notifications@github.com wrote:
I needed a way to allow any subscriber of a list email the rest of the list. This seems to work okay.
New option added to list table (uses default old behaviour if it's not there). Option added to list edit screen. Not sure if the new column would be automatically added to existing installations... if not, this SQL would do it:
ALTER TABLE
phplist
.phplist_submitByMailPlugin_list
ADD COLUMNsubscribers_can_send
TINYINT(4) NULL DEFAULT '0' AFTERnameonly
; You can view, comment on, or merge this pull request online at:https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/pull/15 https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/pull/15 Commit Summary
Feature toggle added to allow list subscribers to email a list (discussion list type behaviour). File Changes
M plugins/submitByMailPlugin.php https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/pull/15/files#diff-0 (37) M plugins/submitByMailPlugin/configure_a_list.php https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/pull/15/files#diff-1 (5) M plugins/submitByMailPlugin/edit_list.php https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/pull/15/files#diff-2 (15) Patch Links:
https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/pull/15.patch https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/pull/15.patch https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/pull/15.diff https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/pull/15.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/pull/15, or mute the thread https://github.com/notifications/unsubscribe-auth/AFqj-2crgtYOoLE0CcFDXgpCoNiORORnks5r_elmgaJpZM4NsRmh.
I needed a way to allow any subscriber of a list email the rest of the list. This seems to work okay.
New option added to list table (uses default old behaviour if it's not there). Option added to list edit screen. Not sure if the new column would be automatically added to existing installations... if not, this SQL would do it: