send only works for one node type at a time
ekrispin - August 28, 2007 - 17:05
| Project: | Send |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Same problem filed a long time ago for 4.7 in http://drupal.org/node/38792.
While the tell a friend link apears in all types of nodes and upon clicking on it, the form apears, only for pages, the actual sending occurs while for blogs, forum topics etc nothing happens (the form reapears with no status message).

#1
Anybody maintaining this module? (almost 4 months...)
I have the same problem in 5.x-1.x-dev. While the tell a friend link appears in all types of nodes and upon clicking on it, the form apears, only for pages, the actual sending occurs while for blogs, forum topics etc nothing happens (the form is re-displayed)
#2
I had the exact same problem as that..
Turns out Send breaks with certain content.. In my case, using the Fivestar broke it.
Have a look at how i found the problem, and temporarily fixed it..
http://drupal.org/node/127519
#3
If you're still having this issue, please let us know what other modules are altering the node types where this problem occurs (such as the fivestar example above).
#4
Why closed? The problem is not yet solved (the corresponsing issue opened in fivesar is marked duplicated)
The problem seems to happen when the fivestar is enabled for the node and send tries to include the fivestar widget in the sent content...
#5
So are you only seeing this with fivestar enabled on the node, or have you run across any other modules/node modifications that cause similar behavior?
#6
In our case, it is only fivestar. We disable fivestar for a certain node and the send works fine for this node, we enable it and we encounter the underlying problem.
#7
Anyone taking care of this?
#8
I suspect that this is a form-within-a-form problem, similar to #197886 . It would help if you could confirm/deny whether the behavior is related to fivestar or another form-embedding module.
#9
It is fivestar. As soon as I disable fivstar, send-to-friend works fine.
#10
I'm marking this as a dupe of http://drupal.org/node/197886 (even though you got here first) so I can concentrate efforts on the solution.
Thanks!