Active
Project:
Inline
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 10:08 UTC
Updated:
20 Dec 2011 at 13:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
remi commentedI have a temporary fix. I commented out the line 238 in inline.module where it says in the inline_nodeapi() function:
Now I realise the inline module is inserted the images twice, once because the node body is filtered and inserted by the views modules, and second because it's inserting the images for every RSS item.
Comment #2
remi commentedHere's a patch file for the temporary change stated above.
Comment #3
sapark commentedThanks!
Comment #4
povinho commentedHi!
I was having the same problem on my Feed. I'm using Auto-inline (No [inline:..] on the text) and Inline Version 6.x-dev
I've removed line 450 of "inline_upload.module"
-> case 'rss item':
Until now no problems...
I don't understand why this wasn't ported to version 2!
Thank you very much.