RSS feeds for the forum

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tspilman
    Junior Member
    • May 2004
    • 21

    #1

    RSS feeds for the forum

    This was suggested once before, but i figured i'd try again now that Bloglines is hugely popular.

    I would have missed out on the Double Bandwidth Special if it wasn't for the admin email... thanks for that Andrew! I used to have little time for checking websites, so i had very few i would check regularly... like 5 or 6 sites.

    Now bloglines comes along... i now read 60 or so sites from news, blogs, to forms. The little notifier icon in my task bar gives me a reminder every 6 hours to having new updates and the web interface helps me only bother checking with sites with actual updates i'm interested in.

    The only trouble i've had is that many forums do not have RSS feeds... including this one. Johnathan noted that vBulletin has a modification to add RSS feeds. Maybe now we can get that added?
  • AndrewT
    Administrator
    • Mar 2004
    • 3656

    #2
    As I mentioned before, we have no plans to add this to our forums at this time.

    You can subscribe to the announcements forum to receive e-mails when a new topic is posted.

    Comment

    • tspilman
      Junior Member
      • May 2004
      • 21

      #3
      Sorry. You had said "I will consider adding it here in the near future" back in a thread in late 2004. I'll subscribe to the emails.

      Comment

      • Jonathan
        Senior Member
        • Mar 2004
        • 1229

        #4
        He replied back later stating due to the recent increase of forums
        being hacked, he was not going to use a unofficial modification, ie
        one with little/no support from the authors of vB or a partner company blah etc.
        "How can someone be so distracted yet so focused?"
        - C

        Comment

        • tspilman
          Junior Member
          • May 2004
          • 21

          #5
          Thanks, Jonathan. Hopefully vBulletin will officially support RSS at some point.

          Comment

          • sdjl
            Senior Member
            • Mar 2004
            • 502

            #6
            Here's hoping so

            David
            -----
            Do you fear the obsolescence of the metanarrative apparatus of legitimation?

            Comment

            • dammitjanet
              Junior Member
              • Jan 2005
              • 29

              #7
              I wrote a very basic php script for Invision that works outside of the actual forum script, runs on a cron job and creates the feed I pass to other sites.

              All it does is query the topics and posts tables directly, and creates the RSS from there. I supply the script with the appropriate forum id's so I can pick the forums i want to supply to different feeds.

              Now i dont do vbulletin boards, but surely the same principle could be used.

              Comment

              • Jonathan
                Senior Member
                • Mar 2004
                • 1229

                #8
                Originally posted by dammitjanet
                I wrote a very basic php script for Invision that works outside of the actual forum script, runs on a cron job and creates the feed I pass to other sites.

                All it does is query the topics and posts tables directly, and creates the RSS from there. I supply the script with the appropriate forum id's so I can pick the forums i want to supply to different feeds.

                Now i dont do vbulletin boards, but surely the same principle could be used.
                I'm betting it could. Andrew, could we try something like that?
                A script to work outside of vB to directly query tables and
                create a RSS feed?
                "How can someone be so distracted yet so focused?"
                - C

                Comment

                • AndrewT
                  Administrator
                  • Mar 2004
                  • 3656

                  #9
                  Until this is offered by VB, this is likely not going to happen, sorry.

                  Comment

                  Working...