By: Tom
Date: 2005-11-13
Time: 20:16
|
RSS Feed from TBS ForumHi Skrol
I keep up to date with many projects using their RSS News Feeds in my browser local home page -- it would be excelllent to be able to always see the most recent tbs fORUM POSTINGS. If there is already an RSS feed -- please advise me. If not ;-) here are some scripts I was making to learn TBS my making an RSS feed myself. You or others on this forum probably can do much better, but if you want to save a little time - maybe these will help if others TBS users would also like RSS from the Forum. NewMessagesRSS.php
NewMessagesRSS.xml
And I made a little reader to view the posts that are made links in the above scripts: RssMessage.php
RssMessage.html
HTH, Tom |
||||
By: Skrol29
Date: 2005-11-14
Time: 00:31
|
Re: RSS Feed from TBS ForumHey Tom, this is great !
I've made some few chnages in the forum following your code. A TBS RSS is now available (in beta) at the link: http://www.tinybutstrong.com/rss.php I'll see if this RSS should better list messages or threads ; it's and if it can be interesting to add more chanels. Thanks Tom for your code and for this idea :) |
||||
By: Tom
Date: 2005-11-14
Time: 14:42
|
Re: RSS Feed from TBS ForumCan I pass it a parameter to control the number of posts to retrieve ??
Like http://www.tinybutstrong.com/rss.php?numshow=7 Thanks |
||||
By: Skrol29
Date: 2005-11-15
Time: 00:18
|
Re: RSS Feed from TBS Forum |
||||
By: Scythe
Date: 2005-11-16
Time: 23:28
|
Re: RSS Feed from TBS ForumAwesome :D
I'll be subscribed shortly. This is great for the people who are like me developing massively huge sites with this awesome templating system. BTW, look for a site similar to myspace.com using this templating system ;) |
||||
By: Maz
Date: 2005-11-18
Time: 09:49
|
Re: RSS Feed from TBS ForumCompliments to the chef. :) Added to my forum RSS Imports.
|
||||
By: neverpanic
Date: 2005-12-12
Time: 00:02
|
Re: RSS Feed from TBS ForumDoesn't work for me (Firefox 1.5) anymore. Why?
|
||||
By: Skrol29
Date: 2005-12-12
Time: 02:13
|
Re: RSS Feed from TBS ForumIt still wors fine for me, FireFox 1.5 too.
|
||||
By: neverpanic
Date: 2005-12-12
Time: 22:46
|
Re: RSS Feed from TBS ForumCan you please change the Content-Type header from
|
||||
By: Skrol29
Date: 2005-12-13
Time: 00:20
|
Re: RSS Feed from TBS ForumOk, I've changed that.
Personal Google can read the TBS RSS, but FireFoxe return an error:
If any body can help... |
||||
By: Tom
Date: 2005-12-13
Time: 00:25
|
Re: RSS Feed from TBS ForumSkrol
I've been running Firefox (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5) all the time from the very beginning of the RSS feed script(s) and have never gotten any errors. Not getting the error you identified (above) either. |
||||
By: Skrol29
Date: 2005-12-13
Time: 00:32
|
Re: RSS Feed from TBS ForumTom : how strange !!!
Did you tried the given URL http://www.tinybutstrong.com/rss.php?nbr=7 ? I.E. returns to me the same kind of message, with a different design :( |
||||
By: Tom
Date: 2005-12-13
Time: 00:43
|
Re: RSS Feed from TBS ForumEven more strange -- I was using that URL - but reading it into an RSS reader (under PmWiki) when not getting any errors
Going directly to the URL I DO GET the error in Firefox But I get the following nice XML file in Mozille 1.7.12
|
||||
By: Tom
Date: 2005-12-13
Time: 00:52
|
Re: RSS Feed from TBS ForumSkrol
Ooops: forgot to tell you to look at the "View Source" under Firefox (I won't include it here ;;-) It looks fine in the page source (same as the Mozilla page did) ... even more strange'r ... over my head... |
||||
By: Skrol29
Date: 2005-12-13
Time: 00:58
|
Re: RSS Feed from TBS ForumIt seems ok now.
I've deleted the Xml Element "<content>" which is not part of the Rss 2.0 specification. It has a suffix <content:encoded> which was making problems for the Xml validation. I've also changed the items of the RSS, it gives only the last message for a thread. |
||||
By: neverpanic
Date: 2005-12-13
Time: 15:30
|
Re: RSS Feed from TBS ForumAnd it finally works for me, too...
Weird that Mozilla behaves different on different systems, because it worked for you before you changed the content-type :( Maybe a bug? |