Closed (fixed)
Project:
Forward
Version:
5.x-1.12
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2008 at 11:27 UTC
Updated:
2 Apr 2008 at 16:04 UTC
hi,
at the moment, the Forward module will e-mail some form of a teaser... but I need to send the full body of the node in the e-mail. I desperately need a module that will e-mail the full body of the article
How can I achieve this?
many thanks
Comments
Comment #1
seanrOpen up forward.theme and copy theme_forward_email to your template.php file renaming the function to phptemplate_forward_email. Then replace $vars['content']->teaser with $vars['content']->body.
Comment #2
drupalina commentedthanks...
it worked