Version: 1.6, by Zero Tolerance
Developer Last Online: Nov 2023
Version: 3.5.0
Rating:
Released: 08-16-2005
Last Update: 10-04-2005
Installs: 277
DB Changes Uses Plugins
Additional Files
No support by the author.
This hack was made purely by request, and the fact IPB will have a similar system as default functionality, i wouldn't like them to have a upper hand to vbulletin
v1.5 Updates:
- Auto detect RSS settings system
- Forum stats rebuilt correctly (last post info)
v1.6 Updates:
- Various bug fixes
Description:
This once added to your forum allows you to connect to any RSS feed you desire, once set up the system will automatically post data from the RSS feed into threads within a specified forum.
Previews are available at the bottom, and an FAQ is built into the admin controls since I know not everyone will understand how to set up the options. Also an example to use a BBC UK News rss feed is below
Example BBC UK News Feed:
Feed Name: BBC UK News
Feed Location: http://newsrss.bbc.co.uk/rss/newsonl...t_page/rss.xml
Feed Prefix: [BBC UK News]
Feed From User: Assign users username of your own choice
Feed Forum: Choose a forum you want threads to be posted into
Feed Read Direction: Newest First
Parent RSS Tag Name: channel
Items RSS Tag Name: item
Thread Title RSS Tag Name: title
Thread Post RSS Construct:
Note: After adding a new feed i suggest clicking update for that feed, this will manually update that singular feed specified, the cron job included will automatically update all feeds, best not to have it update them all from the start otherwise it could execute a lot of queries. Further more I highly recommend you do not have lots of feeds unless your server can with-stand it.
Enjoy
- Zero Tolerance
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Might be a bug with the vb products system, anyhow, i updated the zip so the install code was for v1.0, and not v1.5. Should still execute for new users installing fresh.
It would be great if you could choose to skip the initial import and only have it add news from point of activation on.
Also, I noticed that it just keeps track of the last title added in the db. Currently I want to implement a feed that is not keep up chronologically. It is a list of most popular news items within the past 6 hours.
Code:
For example it may say:
News title 1
News title 2
News title 3
News title 4
Then six hours later:
News title 1
News title 5
News title 6
News title 3
What I would like it to do is post what is new between the last feed and the current feed whithout, of course, posting what has already been posted, if possible :ermm:
Quite a bit more complex but tossing out the request anyway
[edit]
By the way, what should I change so the assigned username that makes the newthreads also instant-email-subscribes to it?
It would require a lump of code being added into the includes/class_ffrss.php, however for v2 i can make it feed specific if you want, when adding/editing a feed you choose the desired subscription type for the user account posting the thread(s).
Everything seems fine except any forum where I have news posted come up as done but with errors on page and the drop down menu's wont work. All pages not associated with the news are ok, Any Ideas?
This is since the update.
This might be with vb itself since it applies to pages where there are more then one page of topics in any one forum.
I'll shoot this by vb.com.
Edit,It turns out the error is in the style I'm using.
It would require a lump of code being added into the includes/class_ffrss.php, however for v2 i can make it feed specific if you want, when adding/editing a feed you choose the desired subscription type for the user account posting the thread(s).
- Zero Tolerance
Never mind in that case, I've made a new user who will make the posts. Seems to work just fine.
I still get this message for every feed I try (bbc example):
Quote:
While attempting to parse the document located at "http://newsrss.bbc.co.uk/rss/newson...nt_page/rss.xml" the system encountered the following error:
Invalid URL To RSS Feed Given
Please check settings related to this issue.
anyone where to BEGIN looking for where this problem is coming from?