contao-module news4ward_newsletter
News4ward Newsletter: Quickly send a Contao newsletter filled with variables comming from a News4ward article.
psi/news4ward_newsletter
News4ward Newsletter: Quickly send a Contao newsletter filled with variables comming from a News4ward article.
- Wednesday, February 19, 2014
- by frontendschlampe
- Repository
- 3 Watchers
- 0 Stars
- 9 Installations
- PHP
- 0 Dependents
- 1 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
News4ward Newsletter
Quickly send a Contao newsletter filled with variables comming from a News4ward article., (*1)
Usage
- Create a newsletter using the Contao module
- Select this newsletter in the News4ward archive
- Click on the newsletter icon within the article listing
You can use every database field from the news4ward_article to fill the newsletter using the {{news4ward_newsletter::field}}
insert tag., (*2)
Reasonable fields:, (*3)
- title
- subheadline
- author
- description
- teaser
- teaserImage
- teaserImageCaption
- url
Sample Newsletter
<p>New News4ard Blog Article from {{news4ward_newsletter::author}}</p>
<h1>{{news4ward_newsletter::title}}</h1>
<h2>{{news4ward_newsletter::subheadline}}</h2>
<p> </p>
<p>You can view it here: {{news4ward_newsletter::url}}</p>
License: http://www.gnu.org/licenses/lgpl-3.0.html LGPL
Author: 4ward.media, (*4)