vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   rss feed (https://vborg.vbsupport.ru/showthread.php?t=105352)

Evil X 01-14-2006 11:43 PM

rss feed
 
an rss feed plugin to display latest threads from certain forums on other pages

SimCityForum 01-15-2006 12:23 AM

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.

Reeve of shinra 01-15-2006 01:02 AM

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.

tgmorris 01-15-2006 01:15 AM

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 ;)

SimCityForum 01-15-2006 01:19 AM

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:

tgmorris 01-15-2006 01:51 AM

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." :D

Evil X 01-15-2006 01:54 AM

whats the url for your forum rss feed? or how do I make one? isnt there a default rss feed

Reeve of shinra 01-15-2006 01:56 AM

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

SimCityForum 01-15-2006 02:15 AM

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.

Reeve of shinra 01-15-2006 02:59 AM

You may want to take a look at this:
https://vborg.vbsupport.ru/showthrea...&highlight=rss


All times are GMT. The time now is 04:29 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.01252 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete