Simplenews Content Selection
coworks_dieter - September 11, 2009 - 12:44
This module will allow you to select the content for a Simplenews newsletter from a list of nodes and create a new newsletter with the selected nodes. Theming functions are available so that you can alter the look and feel of the nodes that are inserted in the newsletter.
Installation
- Download and install jQuery plugins from http://www.drupal.org/project/jquery_plugin
- Copy the file jquery.tablesorter.min.js from simplenews_content_selection/jquery_plugin folder to the jquery_plugin folder
- Enable the module in admin/build/modules
Usage
- Go to admin/settings/simplenews/content_selection and check the content types you want to enable them
- Go to admin/content/simplenews/content_selection to create a new newsletter
Theming
Override function theme_simplenews_content_selection_newsletter_item to theme the output to the newsletter of the selected nodes. This function has one parameter $node. The parameter gives you access to the full node.
Module created by Coworks
