dev-master
9999999-devSends out a digest mail for site and group activity
GPL-2.0
The Requires
The Development Requires
plugin email notification elgg
Sends out a digest mail for site and group activity
Send out a digest to your users, (*2)
Sends mails with update information to your site or group members based on default or personal intervals (monthly, fortnightly, weekly or daily), (*3)
If you wish to supply content for either the Site digest of Group digest you can easily extend the digest., (*4)
Please extend the view "digest/elements/site" with the content from your plugin and extend the view "css/digest/site" with the CSS that's part of this content., (*5)
You can find out which variables your have available in your view by checking the view "digest/elements/site"., (*6)
We suggest you put your content in "digest/elements/site/
Please extend the view "digest/elements/group" with the content from your plugin and extend the view "css/digest/group" with the CSS that's part of this content., (*8)
You can find out which variables your have available in your view by checking the view "digest/elements/group"., (*9)
We suggest you put your content in "digest/elements/group/
If you want to adjust the Digest to look like your theme, please check to following elements, (*11)
The base layout of the digest can be found in the view "page/layouts/digest". The CSS that's part of the base layout can be found in the view "css/digest/core"., (*12)
The base layout consists of a few default elements, (*13)
In the view "digest/elements/header" this contains the title of the current digest., (*14)
In the view "digest/elements/online" this contains a link to the online view of the digest. In case the digest can't be viewed correctly in the e-mail client., (*15)
The content of the digest will be made using the view view "digest/elements/site" for the Site digest or "digest/elements/group" for the Group digest., (*16)
Both view are just empty wrapper view, all plugins are required to extend to these views in order to display content., (*17)
In the view "digest/elements/footer" this contains a description of either the Site or the Group, depending on the digest., (*18)
In the view "digest/elements/unsubscribe" this contains some information about where the digest came from, how the user can change the settings of the digest and a direct link to unsubscribe from the digest., (*19)
Sends out a digest mail for site and group activity
GPL-2.0
plugin email notification elgg