Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-14-2006, 11:43 PM
Evil X Evil X is offline
 
Join Date: Sep 2005
Location: naptown
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default rss feed

an rss feed plugin to display latest threads from certain forums on other pages
Reply With Quote
  #2  
Old 01-15-2006, 12:23 AM
SimCityForum SimCityForum is offline
 
Join Date: Feb 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same here. I actually started a thread on the topic yeterday: https://vborg.vbsupport.ru/showthread.php?t=105232

Unless someone else whats to tackle this beast, I was going to start trying to create this mod and am posting my thoughts about how to do this in the thread I listed above.
Reply With Quote
  #3  
Old 01-15-2006, 01:02 AM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vbulletin 3.x lets you provide rss feeds using rss, xml, or javascript.

The simplest way would be to use the javascript since you can insert that into your page. Otherwise, you could mess around with some open source rss readers and do it that way.

Oh btw, external.php (the file that generates the rss feeds) makes use of hte permissions system so you dont have to worry about people seeing threads they shouldn't.

One last thing, you can have external.php call the new threads for say 3 out of 10 forums by listing the forum id.

Its something like external.php?s=3,4,5 or something like that, check on vbulletin.com in the docs.
Reply With Quote
  #4  
Old 01-15-2006, 01:15 AM
tgmorris tgmorris is offline
 
Join Date: Nov 2003
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think this may accomplish at least part of what you're looking for.

It wouldn't be hard to modify it to pass in the feed URL instead of taking it from the options page. No sir, wouldn't be hard at all
Reply With Quote
  #5  
Old 01-15-2006, 01:19 AM
SimCityForum SimCityForum is offline
 
Join Date: Feb 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tgmorris
I think this may accomplish at least part of what you're looking for.

It wouldn't be hard to modify it to pass in the feed URL instead of taking it from the options page. No sir, wouldn't be hard at all
That mod is a different ball of wax. If I understand it correctly, it allows one to grab RSS feeds from other sources and publish the contents of the feed to the forum. I want to publish RSS feeds.

Quote:
Originally Posted by Reeve of shinra
vbulletin 3.x lets you provide rss feeds using rss, xml, or javascript.

The simplest way would be to use the javascript since you can insert that into your page. Otherwise, you could mess around with some open source rss readers and do it that way.

Oh btw, external.php (the file that generates the rss feeds) makes use of hte permissions system so you dont have to worry about people seeing threads they shouldn't.

One last thing, you can have external.php call the new threads for say 3 out of 10 forums by listing the forum id.

Its something like external.php?s=3,4,5 or something like that, check on vbulletin.com in the docs.

Thanks, the documentation for this is at: http://www.vbulletin.com/docs/search?q=external.php

Whew, that would have been a messy mod. :ermm:
Reply With Quote
  #6  
Old 01-15-2006, 01:51 AM
tgmorris tgmorris is offline
 
Join Date: Nov 2003
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SimCityForum
That mod is a different ball of wax. If I understand it correctly, it allows one to grab RSS feeds from other sources and publish the contents of the feed to the forum. I want to publish RSS feeds.
Ahh. I interpreted the "other pages" bit as being other vb pages. You apparently meant other web sites. Yes?

If you meant using your feeds on other vb pages then it will still do the trick - just use your feed as the source. OTOH - if you meant other web sites then, as Roseanne Roseanna Dana would say, "nevermind."
Reply With Quote
  #7  
Old 01-15-2006, 01:54 AM
Evil X Evil X is offline
 
Join Date: Sep 2005
Location: naptown
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

whats the url for your forum rss feed? or how do I make one? isnt there a default rss feed
Reply With Quote
  #8  
Old 01-15-2006, 01:56 AM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ext -- you need to go into your admincp and enable it under options.

The url to your rss feed is like this:
http://www.nycpagans.com/board/external.php?type=RSS
Reply With Quote
  #9  
Old 01-15-2006, 02:15 AM
SimCityForum SimCityForum is offline
 
Join Date: Feb 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

external.php isn't 100% what I'm looking for, but it is so close that it will be easy enough to hack it with the mods I want. Of course I'll give my version a new name so vBulletin updates don't over right it.
Reply With Quote
  #10  
Old 01-15-2006, 02:59 AM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You may want to take a look at this:
https://vborg.vbsupport.ru/showthrea...&highlight=rss
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 10:05 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05048 seconds
  • Memory Usage 2,251KB
  • Queries Executed 11 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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