- Compatible XF Versions
- 2.0, 2.1, 2.2
- Visible Branding
- No
- Additional Requirements
- XF v2.0.6 minimum
- Link XF Versions
- XF2.0: https://enxf.net/resources/whats-new-digest.2092/version/5016/download
This XenForo 2.x addon sends daily, weekly or emails to users with a list of top new threads and top updated threads.
Important changes for v5.0:
Configuration settings:
A test tool is included to validate settings and to send test emails:
Users can set their preferred email delivery period, daily or weekly (or none!):
Admins can also edit individual user preferences if required:
Example email (Thunderbird) ... note that my forum is called "Hampel Group Software" - this will show your forum name
... unsubscribe links are fully supported.
Example email (Gmail on Android):
New in v5.0
1. Widget to encourage users to subscribe to digest emails:
Widget hints:
Note that the default mail setting is to have a 600px maximum width with a 10px padding, so any image you include must be no wider than 580px - unless you adjust the email width.
Important changes for v5.0:
- the default option is now to honour the "Receive new and update emails" option in user preferences. You will need to turn this off in the settings to retain the current behaviour.
- if you use either of my SparkPostMail addons (v1.x or v2.x), you must install the What's New Digest adapter for SparkPost addon - some integration functionality has been removed from this addon to the separate adapter addon to maximise compatibility across XF versions.
Configuration settings:
A test tool is included to validate settings and to send test emails:
Users can set their preferred email delivery period, daily or weekly (or none!):
Admins can also edit individual user preferences if required:
Example email (Thunderbird) ... note that my forum is called "Hampel Group Software" - this will show your forum name
... unsubscribe links are fully supported.
Example email (Gmail on Android):
New in v5.0
1. Widget to encourage users to subscribe to digest emails:
Widget hints:
- To hide the widget from guests - set the Display condition to:
$xf.visitor.user_id
- To hide the widget from guests and from users who have already opted in - set the Display condition to:
$xf.visitor.user_id && !$xf.visitor.Option.whatsnewdigest_email
Note that the default mail setting is to have a 600px maximum width with a 10px padding, so any image you include must be no wider than 580px - unless you adjust the email width.