Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[v1.6] Inferno RSS Forum Feeds Technology Details »»
[v1.6] Inferno RSS Forum Feeds Technology
Version: 1.6, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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:
HTML Code:
[b]Published:[/b] {XML[pubDate]}

{XML[description]}
[url={XML[link]}]Read More...[/url]
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.

Comments
  #122  
Old 09-09-2005, 11:26 AM
Pete's Avatar
Pete Pete is offline
 
Join Date: Jan 2002
Location: Northern Kentucky
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me clicks install.

Anyone know of a way to schedule the removal of duplicate threads/posts?
(AdminCP->Maintenance->Update Counters)
I'd like to schedule this to run right after the feed update, only in that forum if possible (to keep load minimal). Tried to schedule "./admincp/misc.php?do=removedupe&startat=8000", but it laughed at me. This would probably be a bad idea for high traffic sites, but mine is just a little gathering place for friends.

The "dupe problem" appears to be more a problem with feeds, versus this addon. If an RSS file isn't updated, no new posts are made... But if one new item is added to the RSS file, all other old items will be posted along with the new one.

Dictionary.com's "Word of The Day" is a fun feed to encourage posting, get people to use the word in a sentence & enlarge their brains. I've been creating Word of The Day threads by hand for years, very happy this came along. Thanks a million.
Reply With Quote
  #123  
Old 09-10-2005, 04:09 PM
interfx interfx is offline
 
Join Date: Dec 2001
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is the duplicate issue fixed now? Want to make sure before I install this mod...

InterFX
Reply With Quote
  #124  
Old 09-10-2005, 04:12 PM
FASherman's Avatar
FASherman FASherman is offline
 
Join Date: Aug 2002
Posts: 289
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by interfx
Is the duplicate issue fixed now? Want to make sure before I install this mod...

InterFX
No, its not. And the issue of not stripping HTML before posting into non-HTML enabled threads also remains.
Reply With Quote
  #125  
Old 09-11-2005, 03:14 PM
RetroDreams RetroDreams is offline
 
Join Date: Nov 2002
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Man, I want to install this in the worst way but the dupe thing is keeping me from doing so.
Reply With Quote
  #126  
Old 09-12-2005, 02:14 AM
yessir's Avatar
yessir yessir is offline
 
Join Date: Jul 2005
Location: Canada
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RetroDreams
Man, I want to install this in the worst way but the dupe thing is keeping me from doing so.
I don't think it is supported at all anymore...
Reply With Quote
  #127  
Old 09-12-2005, 08:41 PM
Kirk Y's Avatar
Kirk Y Kirk Y is offline
 
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's never been supported, I don't think Zero supports many of his hacks.
Reply With Quote
  #128  
Old 09-13-2005, 01:36 PM
trancetopia trancetopia is offline
 
Join Date: Feb 2005
Location: Wales, UK.
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GrendelKhan{TSU


anyone have any clue where to start tracking down this error?

Invalid URL To RSS Feed Given

And I POSITIVE its not the feed. I've tried it many feeds, the one posted here and with the auto detect.
I've got this error too and there hasn't been any help for GrendelKhan so maybe there is no fix for this.

I know having access to fopen was needed in some other 3.0.x hacks but fopen is not used in this plugin.

Anyone know a solution for this yet?
Reply With Quote
  #129  
Old 09-14-2005, 06:56 AM
Jenta Jenta is offline
 
Join Date: Dec 2004
Posts: 377
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream
added

PHP Code:
require_once(DIR '/includes/functions_newpost.php'); 
after

PHP Code:
require_once(DIR '/includes/functions_databuild.php'); 
and now the links inside the news posts are automatically parsed ^_^
tried it and didnt work for me
Reply With Quote
  #130  
Old 09-14-2005, 10:43 AM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by acidburn0520
It's never been supported, I don't think Zero supports many of his hacks.
you got to remember the kid is 17 and runs his own company so being a kid and having to update stuff that he has paying clients is his main priorites. when you isntall hacks here there is no guarentee that anyone will ever return to upgrade or help you with the hack. its on you once you install it

when he has time and goes over this stuff i am sure he will fix the problems that arize. but some of you dont understand that he has alot of hacks here already. he isnt vbulletin staff so he is in no way obligated to sit and constantly watch to see if someone cant use his hack. this is why this is a community your suppose to examine the hacks and learn from them. so you can help the community as well. this isnt the freemarket and everyone is constantly gonna walk you around by your hand on every little install . the hackers do this for fun and offer there hacks. none of them have to or need too offer any of this.

so when you see a problem post it and then wait maybe someone else can help ya or maybe when the creator has time he will help you.

but always keep in mind they have lifes too and other projects to run so when they dont jump to fix your problems dont make it out like they dont care

zt is constantly giving back to this community for nothing and i for one have all his hacks installed and i dont know if i am gifted or lucky but i dont run into any of these problems you people seem to be ?

maybe it could be many isssues when your throwing a whole bucnh of different hacks on one forum. and maybe just maybe this is all test hacks anyway so of course there are gonna be bugs in both the hacks and the actual system. so untill this stuff goes gold your trying these hacks at your own risk...
Reply With Quote
  #131  
Old 09-14-2005, 12:55 PM
FASherman's Avatar
FASherman FASherman is offline
 
Join Date: Aug 2002
Posts: 289
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think the real problem is the way VB.Org manages hacks. If I were to take this code, find the problem and re-release it, I'd get jumped all over, asking if I received permission.

What we have is a buggy hack that has been orphaned. The author hasn't been around to fix it and hasn't shown any signs of doing so, age or any other personal issue not withstanding. The hack clearly indicates that it isn't supported, so there is no reasonable expectation that anything ever will get fixed.

There should be a way for someone interested in fixing and supporting a hack to take it over. A released hack filled with bug and logic errors with no support isn't a hack at all.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:51 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07035 seconds
  • Memory Usage 2,323KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete