The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[v1.6] Inferno RSS Forum Feeds Technology Details »» | |||||||||||||||||||||||||||
[v1.6] Inferno RSS Forum Feeds Technology
Developer Last Online: Nov 2023
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: HTML Code:
[b]Published:[/b] {XML[pubDate]} {XML[description]} [url={XML[link]}]Read More...[/url] Enjoy - Zero Tolerance Show Your Support
|
Comments |
#132
|
||||
|
||||
Quote:
|
#133
|
|||
|
|||
Quote:
and there is no need to rerelease the code you can attach your fixes already to the post. or add the coding necessary to fix the problem. then when the hacker notices the additions he will accknowledge your help ya know |
#134
|
|||
|
|||
(I think this is the right place to post this)
Sorry for reviving this old thread... I've been getting my head around this Mod over the last few hours, and at one point actually had it working well. The only problem I initially, is that the DB Table wasn't created automatically, so I did it by hand (Not really a big deal, but clearly not how it's supposed to work). After a few hours of playing around with it, I managed to succesfully syndicate my first 10 posts, and the results were good, but needed tweaking... So I edited the way the feed was presented and was happy that it would look the way I wanted. Now, I'm in the situation that the actual RSS settings don't seem to be logged by vB... I can go into the DB and see the records there, but for whatever reason when I go into the admincp and attempt to manually update the feed or edit the settings, all the work I've done is no longer there. It's a really weird one, because like I say, I can see the entries in the DB, they just don't seem to be recognised in the vB back end. Have you got any idea why this might be? As a side note, many of the titles have got HTML formatting in them, which output, completly unparsed in the post title after the feed is syndicated (I have HTML switched on in these categories). Again, sorry for dragging up the old(ish) thread, but I would *love* to have this working, as I've been looking for something like this for a while... Cheers, and I hope someone can point me in the right direction. Oliver (added) Just for the record, this is the error message I recieve when I try to update the feed. While attempting to parse the document located at "FEED URL HERE" the system encountered the following error: The system could not find the "parent" tag you specified () Please check settings related to this issue. |
#135
|
|||
|
|||
Hi
I'm having a problem with the construct box field.. when i enter a link so it links to the whole story page on the original news site, it deletes all the settings after i submit. This is what i'm using: <b>{XML[title]}</b> {XML[description]} <b>Date: {XML[pubDate]}</b> <a href="{XML[link]}">Read Entire Article</a> How am i supposed to link to the site? any ideas? |
#136
|
|||
|
|||
anyone? it works by using just {XML[link]} but not in a link tag.
|
#137
|
|||
|
|||
not to worry, i've worked it out.
|
#138
|
||||
|
||||
@Dream Thanks this did get it to parse my urls - worked like a charm.. I put both of your messages together below.. Make it easier to follow ...
Edit: class_ffrss.php Find and replace PHP Code: PHP Code:
PHP Code: PHP Code:
added PHP Code:
PHP Code:
One other thing someone was asking how not to exclude these posts in new posts or todays posts - do this.. if you have rss feeds in 16 15 and 23 just add &exclude=6,15,23 to the end of the do=getnew url and it'll exlude the forums with the forumids 6, 15 and 23. Thanks Zero another great hack... |
#139
|
|||
|
|||
Quote:
Do you modify the NavBar template for this or an actual file? Thanks, |
#140
|
|||
|
|||
Has anyone managed to fix the "Invalid URL To RSS Feed Given" issue yet?
The URLs are correct, it's not accepting anything when manually adding feeds or using the autodetect function. Are there some prequisits that I need to enable on my server before this can work? |
#141
|
|||
|
|||
I need help? I'm getting duplicate threads.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|