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
  #192  
Old 09-29-2005, 09:40 PM
dieselpowered's Avatar
dieselpowered dieselpowered is offline
 
Join Date: Aug 2004
Location: Arizona
Posts: 661
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Floris
I've upgraded the forum to 3.5.0 gold, and now the news forum is getting bombarded with nothing but duplicates. My guess is some little things changed in 3.5 gold and the plugin might need to adapt . Hopefully it is something easy Until I figure it out (or someone else) I have disabled the plugin.
Least you are getting feeds...I have to manually run the script to get them and it errors out, but post one thread.

I have uninstalled until it is figured out as well.
Reply With Quote
  #193  
Old 09-29-2005, 10:01 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

Quote:
Originally Posted by xtremeoff-road
Right Here
That only parses URLs into BBCode. I no longer need this now that I'm using a Plugin to parse a specific user's posts.

Quote:
Originally Posted by xtremeoff-road
Ya I have tried a ton of different feeds, none of them will update. I think some things changed in Gold and this hacks does not work with it.
I'm using 3.5.0 Gold and the hack is working fine. There are no duplicate threads and no PHP/SQL errors. From my standpoint, nothing has changed from RC2/3 to Gold that will adversely affect this hack's functionality.

@Xtreme: RSS/XML feeds must be direct. They cannot be dynamic URLs.

Good: http://www.blablabla.com/bla/feed.xml
Bad: http://www.blablabla.com/bla/feedpuller.php?rss=feed.xml
Reply With Quote
  #194  
Old 09-29-2005, 10:05 PM
jribz jribz is offline
 
Join Date: Oct 2003
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I haven't updated from RC3 to Gold yet, but for those of you having the duplicate posts error...

Run the feed manually by clicking update feed, then delete any posts that were a duplicate, then run it again to see if there are more duplicates.

This solved my dup problem on RC3 believe it or not, after running it twice the cron runs never duped for me.

~ just a thought ~ :ermm:
Reply With Quote
  #195  
Old 09-29-2005, 10:11 PM
dieselpowered's Avatar
dieselpowered dieselpowered is offline
 
Join Date: Aug 2004
Location: Arizona
Posts: 661
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by acidburn0520
That only parses URLs into BBCode. I no longer need this now that I'm using a Plugin to parse a specific user's posts.



I'm using 3.5.0 Gold and the hack is working fine. There are no duplicate threads and no PHP/SQL errors. From my standpoint, nothing has changed from RC2/3 to Gold that will adversely affect this hack's functionality.

@Xtreme: RSS/XML feeds must be direct. They cannot be dynamic URLs.

Good: http://www.blablabla.com/bla/feed.xml
Bad: http://www.blablabla.com/bla/feedpul...p?rss=feed.xml
Well I used a test feed from yahoo:

http://rss.news.yahoo.com/rss/topstories

Does not work??

Used a test feed from msn:

http://spaces.msn.com/members/jpsdivings-page/feed.rss

Does not work??

What plugin did you use for the html?
Reply With Quote
  #196  
Old 09-29-2005, 10:15 PM
dieselpowered's Avatar
dieselpowered dieselpowered is offline
 
Join Date: Aug 2004
Location: Arizona
Posts: 661
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just used the exact example he has at the top...still the same error.

Quote:
Fatal error: Unable to proceed with save while $errors array is not empty in class vB_DataManager_Thread_FirstPost in /includes/class_dm.php on line 758
Reply With Quote
  #197  
Old 09-29-2005, 10:37 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xtremeoff-road
Well I used a test feed from yahoo:

http://rss.news.yahoo.com/rss/topstories

Does not work??

Used a test feed from msn:

http://spaces.msn.com/members/jpsdivings-page/feed.rss

Does not work??

What plugin did you use for the html?
it has to be xml at the end
Reply With Quote
  #198  
Old 09-30-2005, 12:58 AM
Kirk Y's Avatar
Kirk Y Kirk Y is offline
 
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, .rss should also work.

The Plugin For Allowed Usergroup HTML:
https://vborg.vbsupport.ru/showthread.php?t=96926

Try this for a Feed and see if the error still shows: http://socomblog.typepad.com/socom/rss.xml
Reply With Quote
  #199  
Old 09-30-2005, 02:17 AM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

same error
Reply With Quote
  #200  
Old 09-30-2005, 07:06 AM
Vierie Vierie is offline
 
Join Date: Apr 2005
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My Cronjob doesn't seem to be working. I always have to update manually. Can anybody tell me why or how I can change that?
Reply With Quote
  #201  
Old 09-30-2005, 04:17 PM
thetoolman thetoolman is offline
 
Join Date: Aug 2005
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i have just upgrade vb to 3.5 gold and now when i add a rss feed and click update feed, i get this error:

Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_thread_firstpost in /includes/class_dm.php on line 758

the old one works fine though.

any ideas?
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 02:09 PM.


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.05120 seconds
  • Memory Usage 2,322KB
  • 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
  • (6)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