Hi,
In the past I've used the news module v3, but since upgrading DNN to version 5.1.2 we were forced to upgrade to news Module 4.0.1.
Before the upgrade I was able to display custom elements from the RSS feed, but since upgrading I cannot display the custom elements in the in the RSS feed; e.g. <ferronet>, <image> <url>, <image> <title>, <image> <link>
Are custom elements supported in v4.0.1?
Thanks
Simon
--------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>News</title>
<link>http://newsURL.com/</link>
<database>location.nsf/</database>
<description>Read latest articles</description>
<language>en-uk</language>
<copyright>2000 - 2009 News. All Rights Reserved</copyright>
<item>
<title></title>
<description></description>
<link>http://newsURL.com/ID=12</link>
<ferronet>http://ameyferronet.intranet.ferrovial.es/</ferronet>
<image>
<url>http://newsURL.com/Image1_70x50.gif</url>
<title>ImagenNoticia</title>
<link>http://newsURL.com/image1.gif</link>
</image>
</item>
<item>
<title></title>
<description></description>
<link>http://newsURL.com/ID=13</link>
<ferronet>http://ameyferronet.intranet.ferrovial.es/</ferronet>
<image>
<url>http://newsURL.com/Image2_70x50.gif</url>
<title>ImagenNoticia</title>
<link>http://newsURL.com/image2.gif</link>
</image>
</item>
</channel>
</rss>
_______________________________________________________________