7
I got into the same trouble but I found the solution.
First, use
RSSFit then, open the plugin called rssfit.news.php, located at the plugins folder inside the module directory (usually "http://www.yoursite.com/module/rss/plugins). After that, search the line 66 in the file and change this text:
getmoduleoption
to this:
news_getmoduleoption
And voila, you've got a working RRS feed for your news 1.53 module.
And don't forget to add this to your theme.html at the header tag:
<link rel="alternate" type="application/rss+xml" title="RSS" href="<{$xoops_url}>/modules/rss/rss.php" />
Learn all this took me the whole morning...