vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   RSS autodiscovery (https://vborg.vbsupport.ru/showthread.php?t=68785)

58sniper 08-26-2004 10:00 PM

RSS autodiscovery
 
This mod will trigger autodiscovery in news aggregators that support autodiscovery (most do).

In AdminCP, in the headinclude, find (usually about 3-4 lines from the top):
Code:

<meta name="description" content="$vboptions[description]" />
add the following below:
Code:

<link title="$vboptions[bbtitle] RSS Feed" href="$vboptions[bburl]/external.php?type=php" type="application/rss+xml" rel="alternate" />
That's it. Simple.

Let me know if you have any questions.

pjdaley 08-27-2004 09:35 PM

i may sound rude to some, or wierd to others... but what exactly does this do?

MrNase 08-27-2004 09:47 PM

Most news aggregators like FeedDemon have a feature that allows you to just insert the url to the website and the software detects the url to the xml file on it self and you don't need to find out where exactly the newsfeed is.

This little code snippet (its a template mod for vbulletintemplates.com) tells the software where the newsfeed is. It's really handy.

Here's a practical demonstration:

Imagin vbulletin.com has this 'hack' installed. Now you install FeedDemon and you only need to enter www.vbulletin.com/forum and FeedDemon automatically finds out where the newsfeed is. :)

SnowBot 08-27-2004 09:52 PM

This isnt a hack, its a template Mod. A nice one but still a template mod.

58sniper 08-27-2004 09:56 PM

Quote:

Originally Posted by MrNase
Most news aggregators like FeedDemon have a feature that allows you to just insert the url to the website and the software detects the url to the xml file on it self and you don't need to find out where exactly the newsfeed is.

This little code snippet (its a template mod for vbulletintemplates.com) tells the software where the newsfeed is. It's really handy.

Here's a practical demonstration:

Imagin vbulletin.com has this 'hack' installed. Now you install FeedDemon and you only need to enter www.vbulletin.com/forum and FeedDemon automatically finds out where the newsfeed is. :)

Also, some news aggregators, like News Crawler, watch IE. If you open a site with this hack installed in IE, News Crawler automatically discovers the RSS feed.

I agree, I probably should post this at vbulletintemplates.com....

Demo - turn on your news reader before visiting http://www.efhs84.com/

MrNase 08-28-2004 12:29 AM

I think it should be standard in 3.0.4 :)

ChessMess 08-29-2004 04:31 AM

Quote:

Originally Posted by MrNase
I think it should be standard in 3.0.4 :)

Feedster doesn't seem to recognize the demo you gave:

http://feedster.com/feedfinder.php?a....efhs84.com%2F

ChessMess 08-29-2004 05:29 AM

Quote:

Originally Posted by ChessMess
Feedster doesn't seem to recognize the demo you gave:

http://feedster.com/feedfinder.php?a....efhs84.com%2F

Also, how well does this work in conjunction with this mod:

https://vborg.vbsupport.ru/showthrea...2&page=1&pp=15

[vB 3.0.1] - RSS Output Mod & Icon

58sniper 08-29-2004 05:33 AM

Quote:

Originally Posted by ChessMess
Feedster doesn't seem to recognize the demo you gave:

http://feedster.com/feedfinder.php?a....efhs84.com%2F

That's because Feedster is looking for /rss.xml, which doesn't exist. I have no idea how it's coming up with THAT file name. The source code of my demo is correct.

ChessMess 08-29-2004 06:58 AM

How does it integrate with the mod I mentioned above? Since each page has its own discovery now, can your mod be modified to work with that mod?


All times are GMT. The time now is 10:52 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.01365 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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