Closed (fixed)
Project:
RelatedContent
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
10 Mar 2008 at 10:03 UTC
Updated:
7 Apr 2008 at 13:51 UTC
Hi, I like very much your module. Drupal needed urgently the capability of sending stories in a newsletter issue. The problem that I see is that when I send stories with an image (image through FCKeditor), the image is sended without the src setting. Then in mails the image appears as a broken image.
If it's my fault please tell me. Thank you for the module!
Comments
Comment #1
TBarregren commentedI change the category to support request since this most likely isn't a bug. The RelatedContent module has nothing to do with the rendering of nodes. It just takes the output of node_view() and put it into the body of the newsletter. The node_view() function is responsible for both building and themeing the teasers or bodies of the included nodes. So the cause of your problem lies likely in the content itself or in its themeing.
Comment #2
enkara commentedok, thank you for your quick response!
Comment #3
TBarregren commented