Closed (works as designed)
Project:
Forward
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Dec 2009 at 23:21 UTC
Updated:
25 Feb 2012 at 20:01 UTC
Jump to comment: Most recent file
As per title , I have custom content type which only uses cck field and the body text area is disabled from the content type submission form.
Th received emails don't include any of the cck field.
I have the send full node checked in the forward module settings and also tried to modify the theme file , but none helped with this issue.
Please if possible advise.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | forward.module.650724.patch | 647 bytes | obsidiandesign |
Comments
Comment #1
strestus commentedjust realized the all forwarded views also send empty emails with just the title and link to the view.
Comment #2
obsidiandesign commentedThe issue is that if the content to be forwarded is not a node, $content->teaser is empty. Since the forward.theme file relies on $content->teaser for populating the email, any view or other content will always be forwarded just as a title & link. I've attached a patch that provides a solution for me; it may not be the best or only way to handle things.
Bryan O'Shea
Obsidian Design
Comment #3
obsidiandesign commentedOk, one issue I've noticed already - when forwarding a view as a user with permissions to edit/clone the view, the links to visit the edit/clone pages are visible at the top of the email. Not sure how to make those go away.
Comment #4
seanrThat may not even be fixable in Drupal 6. Getting content for pages that are not nodes leads to all kinds of problems including potential security issues.
Comment #5
john.oltman commentedThe Drupal 7 version of Forward includes a custom view mode that solves this problem. Closing this issue.