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 09-20-2004 09:37 PM

Quote:

Originally Posted by KW802
:cool: Thanks! I just updated mine to have the forums change. I stuck mine in a else conditional though.
Code:

<if condition="$vboptions[externalrss]">
  <if condition="$foruminfo[forumid] != ''">
          <link href="$vboptions[bburl]/external.php?type=rss2&forumids=$foruminfo[forumid]" rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - Latest Posts in $foruminfo[title]">
  <else/>
          <link href="$vboptions[bburl]/external.php?type=rss2" rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - Latest Posts">
  </if>
</if>

I seem to remember coming across an external.php hack somewhere that will accomodate sub-forums so I'm searching for that now. BTW: Thanks to you I'm now playing around with Opera as part of my standard testing. :p

Cool! One thing I just corrected in mine was the correct XHTML closing slash. So, your example would be this:

Code:

<if condition="$vboptions[externalrss]">
  <if condition="$foruminfo[forumid] != ''">
          <link href="$vboptions[bburl]/external.php?type=rss2&forumids=$foruminfo[forumid]" rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - Latest Posts in $foruminfo[title]" />
  <else/>
          <link href="$vboptions[bburl]/external.php?type=rss2" rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - Latest Posts" />
  </if>
</if>


58sniper 10-01-2004 01:01 AM

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.

BigCheeze 12-15-2004 06:16 PM

Hey thanks... I just enabled RSS on my site, and installed this, and Firefox likes it :D

ataraxia 05-19-2005 04:18 PM

Quote:

Originally Posted by buro9
I'm also going to work on a Calendar RSS feed if no-one else does.

Did anything ever come of this?

An RSS feed for the Calendar would be very useful!

buro9 05-23-2005 06:31 PM

Quote:

Originally Posted by ataraxia
Did anything ever come of this?

An RSS feed for the Calendar would be very useful!

No, afraid not.

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.

kingwoodtalk 05-28-2005 09:01 PM

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:40 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
  • Page Generation 0.01637 seconds
  • Memory Usage 1,728KB
  • 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
  • (3)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
  • (6)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