Scenario:
"I would like to have images appear in my RSS feed. How can I get this?"
Solution:
Go to your admin area, click on "Templates" and edit your RSS template. In the "Popup Link Code" section, put this:
<img src="<%link%>" alt="image"/>
In the "Inline Image Code" section, put this:
<img src="<%link%>" alt="image"/>
And finally, in the "Media Object Link Code" section, put this:
<%media%>
Original forum thread (thanks, admun!):
http://forum.nucleuscms.org/viewtopic.php?t=8360