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

TBarregren’s picture

Assigned: Unassigned » TBarregren
Category: bug » support

I 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.

enkara’s picture

ok, thank you for your quick response!

TBarregren’s picture

Status: Active » Closed (fixed)