Active
Project:
Newsletter (D7)
Version:
7.x-2.x-dev
Component:
Template
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2012 at 13:17 UTC
Updated:
21 Feb 2013 at 02:46 UTC
Is this a feature?
I wish it was. I would like my newsletter to include views, such as my events calendar... which lists today's upcoming events instead of... which ever event was posted today.
Any idea how I would achieve this?
The tutorial listed in this area does not work: http://drupal.org/node/1281302
Comments
Comment #1
Tran commentedComment #2
ParisLiakos commentedNope, this tutorial was rather a hack since it included PHP filter format, which will be removed by D8 btw.
switching to feature request
Comment #3
doliveros commentedWhat's wrong with including php code for embedding a view in the email?
Comment #4
doliveros commentedComment #5
uufsm commentedMaybe add a View field to a Content Type, set the Field to the view you want, and then put that field code from the Replacement Patterns (as in [node:field_viewer] ) in the template for the newsletter?