phpbbde / newsletter
Adds a newsletter function to the ACP.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 10
Forks: 5
Open Issues: 5
Type:phpbb-extension
Requires
- php: >=5.3.3
Requires (Dev)
- phpbb/translation-validator: 1.3.*
This package is auto-updated.
Last update: 2024-11-08 20:42:45 UTC
README
Adds a newsletter function to the board. Users can (un)subscribe to it from the UCP and unsubscribe via a link in every email. The newsletters are sent from the ACP.
Author: Oliver Schramm
URL: https://www.phpbb.de
Install instructions:
- Download the extension
- Copy the whole archive content to: /ext/phpbbde/newsletter
- Go to your phpBB-Board > Admin Control Panel > Customise > Manage extensions > phpBB.de - Newsletter: enable
Update instructions:
- Go to you phpBB-Board > Admin Control Panel > Customise > Manage extensions > phpBB.de - Newsletter: disable
- Delete all files of the extension from /ext/phpbbde/newsletter
- Upload all the new files to the same locations
- Go to you phpBB-Board > Admin Control Panel > Customise > Manage extensions > phpBB.de - Newsletter: enable
- Purge the board cache
Automated Testing
We use automated unit tests to prevent regressions. Check out our travis build below: