Hi,

I recently updated to Drupal 5 and Inline 5, and the inline images are working fine in HTML, but are not visible in my RSS feed. I'm using Google Reader to view the RSS feed. My site is: http://www.curdnerds.com. Can anyone here help me troubleshoot this?

CommentFileSizeAuthor
#12 inline.zip4.37 KBNoRandom
#8 inline-DRUPAL-5.patch649 bytessun

Comments

faunapolis’s picture

Hi, I just noticed that your inline images show in your feed, and they even show when added to the iGoogle page. Can you share your solution? Thanks very much.

jaharmi’s picture

Version: 5.x-1.x-dev » 5.x-1.1

I am also interested in having this work. If there's a way to do it with the existing Inline module, I'd love to know how. Otherwise, I'm hoping the module can be enhanced to support this in the future.

I've had readers of my site complain about the lack of images in my feed, and I didn't even realize the pictures were missing. All that appears is the [inline:] tag.

TomArah’s picture

Yes please add RSS support - the automatic thumbnailing for teasers is a great feature so it's a pity they don't currently make it through to the feed.

Alternatively - ideally additionally - is there a way to strip the [inline] code from the feed?

sun’s picture

Component: Miscellaneous » Code
Category: support » bug

Sorry, I'm not very used to generation of RSS feeds and have to study that topic first.

So if anyone is able to help out here, I'll be happy to help review and commit a patch.

sun’s picture

Status: Active » Postponed (maintainer needs more info)

I just checked a RSS feed from a site that uses Inline and images are showing up like they should. Are you using private files method? If so, you might try http://drupal.org/node/192586

aries’s picture

Hi,

The images are not present in my rss.xml too. Check it: http://paca.sablonet.hu/rss.xml

aries’s picture

Status: Postponed (maintainer needs more info) » Needs review

I've found a fix: you should put the folloving into the inline.module's inline_nodeapi function, around the line 235:

case 'rss item':
$node->teaser = _inline_substitute_tags($node, 'teaser');
return;

That solves the problem. Sorry for this non-patch solution, but seems to trivial to do a patch for this. :)

sun’s picture

StatusFileSize
new649 bytes

Please test attached patch and report back if it works for you.

slavikt’s picture

Status: Needs review » Reviewed & tested by the community

I have tested the attached patch and can confirm this is work for me.

sun’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

NoRandom’s picture

StatusFileSize
new4.37 KB

I had problems applying the patch and I had to do it manually. If someone has the same problem here is the patched module: