index.php?module=News&func=view&theme=RSS
would be the link to the feed. i have tried a search in the forms but did not find anything that seemed to help. the feed used to work but over the course of upgrades/migration/module addition it seems to have been broken. currently the rss opens in my browsers rss viewer, it gives the name of the website but then simply says NO ARTICLES. the browser is realizing that it is looking at a feed, but it is not seeing any articles. i have tried it in firefox and safari to the same result.
i have also tried it in chrome for mac which does not have a feed viewer at this time so it shows it in simple text
what i am seeing is something like this (note: i have cut out information about the site/articles/users and replaced it with *****)
Code
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="****/index.php?module=News&func=view&theme=RSS" rel="self" type="application/rss+xml" />
<title>*******</title>
*******
<description>*****</description>
<language>en</language>
<managingEditor>********</managingEditor>
<webMaster>**********</webMaster>
<div class="pn-frontendbox">
<h1>News </h1>
<div class="pn-menu">
[
<a href="index.php?module=News">Lead page</a>
|
<a href="index.php?module=News&func=archives">Archive</a>
|
<a href="index.php?module=News&func=new">Submit Article</a>
]
</div>
</div>
<div class="pn-frontendcontainer">
<div class="news_index">
<h2 class="news_title"><a href="index.php?module=News&func=display&sid=18">**********</a></h2>
<span class="news_meta pn-sub">Posted by ***** on Jan 12, 2010 - 04:23 PM</span>
<div class="news_body">
<br />
</div>
<p class="news_footer">
<a title="Read more about*********" href="index.php?module=News&func=display&sid=18">Read more about ***************</a> <a class="news_printlink" href="index.php?module=News&func=display&sid=18&theme=Printer"><img src="images/global/print.gif" alt="Printer-friendly page" /></a>
</p>
</div>
<div class="news_index">
<h2 class="news_title"><a href="index.php?module=News&func=display&sid=17">************</a></h2>
<span class="news_meta pn-sub">Posted by ****** on Jan 12, 2010 - 02:31 PM</span>
<div class="news_body">
<font size="4"><font face="Verdana, Helvetica, Arial"><span >S***********</span></font></font>
</div>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="****/index.php?module=News&func=view&theme=RSS" rel="self" type="application/rss+xml" />
<title>*******</title>
*******
<description>*****</description>
<language>en</language>
<managingEditor>********</managingEditor>
<webMaster>**********</webMaster>
<div class="pn-frontendbox">
<h1>News </h1>
<div class="pn-menu">
[
<a href="index.php?module=News">Lead page</a>
|
<a href="index.php?module=News&func=archives">Archive</a>
|
<a href="index.php?module=News&func=new">Submit Article</a>
]
</div>
</div>
<div class="pn-frontendcontainer">
<div class="news_index">
<h2 class="news_title"><a href="index.php?module=News&func=display&sid=18">**********</a></h2>
<span class="news_meta pn-sub">Posted by ***** on Jan 12, 2010 - 04:23 PM</span>
<div class="news_body">
<br />
</div>
<p class="news_footer">
<a title="Read more about*********" href="index.php?module=News&func=display&sid=18">Read more about ***************</a> <a class="news_printlink" href="index.php?module=News&func=display&sid=18&theme=Printer"><img src="images/global/print.gif" alt="Printer-friendly page" /></a>
</p>
</div>
<div class="news_index">
<h2 class="news_title"><a href="index.php?module=News&func=display&sid=17">************</a></h2>
<span class="news_meta pn-sub">Posted by ****** on Jan 12, 2010 - 02:31 PM</span>
<div class="news_body">
<font size="4"><font face="Verdana, Helvetica, Arial"><span >S***********</span></font></font>
</div>
and it would continue on like that for all articles.... is there something wrong with the rss theme? has the proper way of using an RSS changed in the new version of zikula? is it just mine?
thanks
kyle
