RSS Feeder
Navigation
Search
SMF Mod Site
- Mod Name:
- RSS Feeder
- Created By:
- Liam.

- Type:
- New Feature

- First Created:
- January 09, 2009, 03:33:40 PM
- Last Modified:
- May 06, 2010, 02:40:16 PM
- Latest Version:
- 1.1.4
- Compatible With:
- 2.0 RC3
- Total Downloads:
- 7803
Download this mod
Description:
RSS Feeder
This allows you to add RSS Feed 'Bots' to your forum to display information from RSS Feeds.Help support my mods...

Features of this mod:
- Unlimited Feeds
- Post to any board on your site
- Specify which user to post as
- Single click enable/disable of any feed from the admin panel
- Lock feed topics once posted
- Require approval of feeds before publicly viewable (only if Post Moderation is enabled)
- Prefix feed with any title (Ie: [FEED], [RSS], [NEWS], etc)
- Retrieve full article (Regular Expression REQUIRED)
- Find articles by keyword in the Title or Description
- Specify number of items to import from each feed
- Caching of feeds for faster performance in case the feed hasn't changed
- Logging of posted feeds to avoid duplicates
- Uses Scheduled Tasks to determine when to fetch feeds (you can set the frequency)
- Log pruning - removes log entries that are 30 days old (this can be changed too)
- Option to post all feed items into a single topic, instead of seperate topics
- See how many items each feed as posted
- Selectable image icons for feeds
- Add a custom footer to each post for feeds
Version 1.1.4
-------------
! Didn't install right on RC2, a bug was fixed between charter and public releases
Version 1.1.3
-------------
? Updated for SMF 2.0 RC2
* Allow much more HTML (converted to BBC) in posts
! Removed hard coded text
! Fixed issue where feed was bypassed if it didn't contain it's own link (rare, but it happens)
* Updated SimplePie API
Version 1.1.2
-------------
! Fixed an issue not allowing more than 40 feeds to be displayed
? Updated for SMF 2.0 RC1.2
Version 1.1.1
-------------
! 'Source' used HTML instead of BBCode for URL... doesn't work right if poster is non-admin (ScheduledTasks.php)
! Charset wasn't read properly (ScheduledTasks.php)
! Show feed even if it's board doesn't exist (ManageSettings.php)
! Feeds were being returned newest to oldest, instead of oldest to newest (Subs-Rss.php)
! Took into account <br> as well as <br /> in feeds (Subs-Rss.php)
Version 1.1.0
-------------
* Added a 'Source' bit at the bottom of each post (ManageSettings.php, RSSFeeds.template.php, ScheduledTasks.php)
* Add a footer to the bottom of the post after the feed content (ManageSettings.php, RSSFeeds.template.php, ScheduledTasks.php)
* Selectable message icons for each feed (ManageSettings.php, RSSFeeds.template.php)
+ Allow images in the posts by converting <img> tags to bbcode
