Description of RSS Comments v. 0.2Makes an RSS feed for comments. It shows the last 20 comments and updates whenever a new comment is posted.
Instructions- Upload the rss_comments folder to your modules folder. Install it from Module Management in Admin.
- That's it. Next time someone submits a comment, the feed will be updated.
- The location of the feed is my_swcms_site.com/rss_comments.xml, but you'll need to make a comment once before it's created.
TroubleshootingIf you get a permission denied error after saving a comment, do this:
- Upload rss_comments.xml (included within the zip folder) to the directory swcms is installed in, e.g. my_swcms_site.com/
- Set permissions on that file to 777 (755 is better but might not work for all).
- Remember: You have to make a new comment (not edit an old one) to generate the feed.
Revision History- v0.2 2008/12/04 LongCountdown - Strips BBCode from comments - handy when using this with the BBText module.
- v0.1 2008/11/07 LongCountdown - first version.