Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Live Feeds/Rss

Options
  • 07-09-2005 12:25pm
    #1
    Closed Accounts Posts: 4,655 ✭✭✭


    Up until vbulletin 3 was set up, I was http://www.boards.ie/vbulletin/external.php?type=RSS2 to access the live feed and now its gone


    Anyone know where I can find the live feeds or where they are accounced as they keep moving
    Post edited by Shield on


Comments

  • Registered Users Posts: 8,488 ✭✭✭Goodshape


    I don't think there are any feeds at the moment. They were messing things up and had to be removed as I understand. Not sure if / when they'll be back.

    Maybe someone could make a static feed to this effect? Just one entry - "RSS is down, sorry", linked to the frontpage... stop these same questions being asked?

    in fact, here's such a piece of code if you want to use it...
    <rss version="0.91">
    
    <channel>
    <title>sorry - RSS is down for now</title>
    <link>http://www.boards.ie/</link>
    <description>It was causing us some difficulties. It has been removed for the time being.</description>
    <item>
    <title>sorry - RSS is down for now</title>
    
    <link>http://www.boards.ie/</link>
    <description>It was causing us some difficulties. It has been removed for the time being.</description>
    </item>
    </channel>
    </rss>
    


  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Goodshape wrote:
    I don't think there are any feeds at the moment. They were messing things up and had to be removed as I understand. Not sure if / when they'll be back.

    Maybe someone could make a static feed to this effect? Just one entry - "RSS is down, sorry", linked to the frontpage... stop these same questions being asked?

    in fact, here's such a piece of code if you want to use it...
    <rss version="0.91">
    
    <channel>
    <title>sorry - RSS is down for now</title>
    <link>http://www.boards.ie/</link>
    <description>It was causing us some difficulties. It has been removed for the time being.</description>
    <item>
    <title>sorry - RSS is down for now</title>
    
    <link>http://www.boards.ie/</link>
    <description>It was causing us some difficulties. It has been removed for the time being.</description>
    </item>
    </channel>
    </rss>
    
    Thats good, I like.


  • Closed Accounts Posts: 4,842 ✭✭✭steveland?


    Hmm, I remember a topic there in the #boards.ie channel that said external.php had been deleted. Can't remember why though...


Advertisement