Closed (fixed)
Project:
Forward
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2007 at 13:08 UTC
Updated:
12 Sep 2007 at 22:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
dennys commentedPlease try this patch (for 1.5). I add a new option "Forward Full Text", if it's enabled then forward module will send entire content.
But maybe my code is not a good design because I put the entire content in $content->teaser field. Is there any suggestion ?
Comment #2
seanris is already doable at the theme level: if you want to use the full length node, change $vars['content']->teaser to $vars['content']->body on line 53 of forward.theme.
Could make this a configurable option at some later date, but I think it's sufficient as is for the time being (at least until D6 comes out).