Forum RSS feeds
Moderator: Moderators
Forum RSS feeds
I just added RSS feed mod to forum, see the little RSS icon to the right of your address bar in Firefox.
I don't know where it is in other browsers but I bet you can find it if you look hard enough.
News feed includes the News and the Community News forums.
I don't know where it is in other browsers but I bet you can find it if you look hard enough.
News feed includes the News and the Community News forums.
Re: Forum RSS feeds
I would reccomend adding an rss icon to the menu bar at the top for the news feeds
Re: Forum RSS feeds
Opera has RSS icon in the right of address bar as well, IE7 has it above the current tab, not sure about IE8.
Re: Forum RSS feeds
A bright orange RSS icon on that background?AF wrote:I would reccomend adding an rss icon to the menu bar at the top for the news feeds
Re: Forum RSS feeds
Why not? Could be blue even
Re: Forum RSS feeds
I still don't like icons in that bar all that much. I'm looking at you, Home icon.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Forum RSS feeds
thanks tobi, daddy lieks
hmm hey now I can do a latest forum threads on springinfo dealie, nice! ;p
hmm hey now I can do a latest forum threads on springinfo dealie, nice! ;p
Re: Forum RSS feeds
RSS feed turned off for the moment, it contains epically unoptimized SQL queries that bring down mysql.
EDIT: also that probably means lobby shouldn't do this epic timeouts anymore. (or should occur way less often at least.)
EDIT: also that probably means lobby shouldn't do this epic timeouts anymore. (or should occur way less often at least.)
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Forum RSS feeds
Tobi, the rss has been down for quite a while now... Any chance of getting it back up any times soon?
*I QQ for server ftp access so that I could actually fix stuff myself without having to ask - But on the other hand, it would end up being mroe time consuming on my end, so I guess it's a blessing in disguise
*
*I QQ for server ftp access so that I could actually fix stuff myself without having to ask - But on the other hand, it would end up being mroe time consuming on my end, so I guess it's a blessing in disguise

Re: Forum RSS feeds
I used this phpbb mod. Fixing it would amount to optimizing it's SQL queries so they don't examine total number of posts * number of forums included in feed (or whatever exact count is... it examined over 900k rows for Spring forum every request of the RSS feed.)Forboding Angel wrote:*I QQ for server ftp access so that I could actually fix stuff myself without having to ask - But on the other hand, it would end up being mroe time consuming on my end, so I guess it's a blessing in disguise*
I see however it is a slightly newer version already (I used 1.09, 1.21 seems available now), I'll try to check sometime if this one has optimized queries already. (Would suprise me though, that would be too easy

- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Forum RSS feeds
Hehe yeah I know the feeling 
It's not THAT important really. It just helps me because I suck at keeping track of stuff.

It's not THAT important really. It just helps me because I suck at keeping track of stuff.
Re: Forum RSS feeds
Thanks to tizbac there are two simple custom made feeds in place now; they should hopefully be faster then the MSSTI phpBB mod.
Links:
http://springrts.com/phpbb/newposts.php
http://springrts.com/phpbb/newsrss.php
Links:
http://springrts.com/phpbb/newposts.php
http://springrts.com/phpbb/newsrss.php
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Forum RSS feeds
AWESOME!!! Thx tobi!
Re: Forum RSS feeds
Can we have a version with the contents of the post and date? Preferably as part of the feed and not inserted in the title!
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Forum RSS feeds
If you add what AF asks, could the simple listing still be left intact? The simple listing makes it ridiculously easy to put on springinfo without me having to do much work.
Re: Forum RSS feeds
I've no plans yet to do more work on the RSS feeds currently, but who knows what phpBB 3.0.6 brings. (I know it has some feed functionality added.)
EDIT: haha it brings the same feed I had disabled here for performance reasons. Well hopefully they have added some SQL indices / rewritten the queries so the official phpBB 3.0.6 version actually performs properly.
EDIT: haha it brings the same feed I had disabled here for performance reasons. Well hopefully they have added some SQL indices / rewritten the queries so the official phpBB 3.0.6 version actually performs properly.
Re: Forum RSS feeds
Okay, as experiment I enabled the feed functionality of phpBB 3.0.6.