Created a new page, named Rss, and added this tag
Code: Select all
{cms_module module='News' category="General" number="10" summarytemplate="rssfeed.tpl"}Code: Select all
{content}I clicked "Preview" to admire my work, and I got a blank page in the frame. Hmmm.... So maybe preview doesn't like XML, so I saved the Rss page, and tried to open it using the page alias url (i.e. index.php?page=rss). IE gives me a 404 error -- which, interestingly enough, is *not* my site's assigned 404 page -- when I try to hit that url. Entirely not what I expected, and I'm not sure how to proceed, or even if this is indeed a CMSMS problem, or just stupidity on IE's part.
[Edit]
Looks like this is IE stupidity, Firefox handles things a bit more gracefully, I actually see the data in the feed. I have 2 problems though -- The news module inserts two comment lines before it processes the news, and the content type is returned as "text/html" -- is there a way to change that?
BTW, you can see all this at http://w00tzgames.com/index.php?page=rss
[/Edit]

