burdamagazinorg / hm_newsletter
Harbourmaster Newsletter integration
Installs: 56 557
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 14
Forks: 2
Type:drupal-module
Requires (Dev)
- burdamagazinorg/thunder-dev-tools: dev-master
This package is auto-updated.
Last update: 2024-10-29 04:25:39 UTC
README
This modules provides integration wuth Harbourmaster Newsletter service.
Configuration
After module is enabled following things has to be configured:
- In administration page:
/admin/config/hm_newsletter/newsletter
, "Client ID" has to be set. Also displayed agreements should be checked are they in compliance to site. By default following agreements will be set:datenschutzeinwilligung|anspracheerlaubnis
- and if something different is required for site, then it should be filled accordingly. - After that Newsletter block should be added to wanted page. That can be done on `` page with proper configuration of block.
- When block is placed it has to be configured and one of important configurations is "Newsletters" text. It has to be in following format:
<Client ID>_<Group ID>|<Text displayed next to checkbox>
for example:
100001_10|Weekly newsletter with latest published articles
100001_11|Monthly newsletter with most read articles
- After that newsletter form should functioning properly.