![]() |
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]" /> Code:
<link title="$vboptions[bbtitle] RSS Feed" href="$vboptions[bburl]/external.php?type=php" type="application/rss+xml" rel="alternate" /> Let me know if you have any questions. |
i may sound rude to some, or wierd to others... but what exactly does this do?
|
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. :) |
This isnt a hack, its a template Mod. A nice one but still a template mod.
|
Quote:
I agree, I probably should post this at vbulletintemplates.com.... Demo - turn on your news reader before visiting http://www.efhs84.com/ |
I think it should be standard in 3.0.4 :)
|
Quote:
http://feedster.com/feedfinder.php?a....efhs84.com%2F |
Quote:
https://vborg.vbsupport.ru/showthrea...2&page=1&pp=15 [vB 3.0.1] - RSS Output Mod & Icon |
Quote:
|
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?
|
Hmmmm..... let me look into that. My mod just gives the generic external.php link. I'm sure it can be modified. Gimme some time...
Also - please click INSTALL if you guys use this. |
I'm going to continue this mod in the thread over at vbulletintemplates.com. Check it out at http://www.vbulletintemplates.com/mo...ead.php?t=6996
The mod now includes a conditional, as well as some other info. |
For the record, I use a very similar technique to activate Firefox Live Bookmarks
I'm only posting this so that anyone who wants a hack to enable Live Bookmarks will realise that this achieves that too :) |
Quote:
I'm on vB 3.0.1 - do I need to upgrade to 3.0.3 for this to work? btw, I have live bookmark feeds working on other sites (eg BBC News). Any ideas?? Michael. |
Quote:
Code:
RSS2 is prefered. I have made it so that two feeds are available, a global one... and a per-forum one. Global feed of all latest posts is on every page, and the forum specific feed is on any page that can provide forum info (such as forumdiaply.php or showthread.php ;)). That should work, does on mine :) |
I'm also going to work on a Calendar RSS feed if no-one else does.
And a proper version of "Latest posts" that provides the last posts content in the RSS rather than the first post of the thread. Oh, and in external.php, I've changed the query just below "// query last 15 threads from visible / chosen forums" to order by thread.lastpost and NOT thread.dateline. As this way the threads in the RSS match perfectly the threads in the "Get Latest" page on the forum. |
Quote:
Code:
<if condition="$vboptions[externalrss]"> |
Quote:
Code:
<if condition="$vboptions[externalrss]"> |
Thanks guys. Upgrading to vB 3.0.3 fixed the problem. Must have been something funky in the way RSS was being generated in 3.0.1.
Michael. |
I wrote my own version of this:
Code:
<if condition="$vboptions[externalrss]"> Code:
{1} - Latest Posts Code:
{1} - Latest Posts in {2} |
Quote:
Code:
<if condition="$vboptions[externalrss]"> |
Just a follow up note:
By the way, KW802 posted a modified external.php file that adds some feature and standards compliance. Check it out at FPS_EXTERNAL.PHP -- New options added & RSS compliant version of external.php It's a nice addition to this hack. |
Hey thanks... I just enabled RSS on my site, and installed this, and Firefox likes it :D
|
Quote:
An RSS feed for the Calendar would be very useful! |
Quote:
I usually come up with great ideas when I'm on the bench... and then before I get anywhere with them I'm thrown on a client site far from home. So nope... didn't start this one. |
The calendar feed is a great idea. Wish there was some way I could help but am "original coding challenged". Hope something comes of this.
|
All times are GMT. The time now is 01:39 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|