Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [Archived] bit_rss
From my experience, this only happens when the RSS feed itself doesn’t have the date.
“The neighboring marshmallow factory fared no better, having been unable to absorb the incredible pressure wave.”
Offline
#26 2006-07-04 14:16:41
- msteinruck
- Member
- Registered: 2004-07-14
- Posts: 44
Re: [Archived] bit_rss
I thought all Textpattern RSS feeds had the date on them already. Is there a way to check? Does anybody with more TXP-RSS knowledge than me know anything about this?
Offline
Re: [Archived] bit_rss
Hi
I have a problem, and a request.
The problem: the “limit” attribute is not working for some reason. All articles are being displayed. (feed://www.ubonline.org/bishop/atom.xml).
txp:bit_rss feed=“http://www.ubonline.org/bishop” limit=“1” form=“mc_article” (with appropriate brackets of course :) )
The request: Is it possible for an “offset” attibute to be added?
Thanks
Mike
Last edited by maverick (2006-07-04 23:22:19)
Offline
#28 2006-07-20 17:35:52
- alexwest
- Member
- From: Järna, Sweden
- Registered: 2004-08-04
- Posts: 53
Re: [Archived] bit_rss
Hi,
Have the same problem: the limit attribute is not working in bit_rss 0.2.2
Thanks,
Alex
be safe and happy
Offline
Re: [Archived] bit_rss
Oh man. Thanks for pointing that out. I’ll try to get that fixed tonight. Sorry about that.
maverick: It seems like an easy task to add an offset attribute. I’ll see what I can do.
msteinruck: If I’m not mistaken, RSS 0.92 doesn’t have dates (which I think was the reason I used Atom feeds for my own site, IIRC)
“The neighboring marshmallow factory fared no better, having been unable to absorb the incredible pressure wave.”
Offline
Re: [Archived] bit_rss
Fixed!
v0.2.3- Fixed
limit
attribute (that was a really stupid bug by me. sorry fellas) - Added
offset
attribute
Download link again if you’re feeling too lazy to go back to the first post in the thread. :-)
“The neighboring marshmallow factory fared no better, having been unable to absorb the incredible pressure wave.”
Offline
Re: [Archived] bit_rss
Super! Thank you so much, dreamstormer.
I’ve downloaded the updated version and will try it out as soon as time allows.
Thanks again
Mike (Maverick)
Offline
Re: [Archived] bit_rss
Bit,
Okay, since I don’t see this anywhere else in the thread, I’m a bit curious where it comes from, but enabling the plugin creates a text “4” just below my body tag?
I tried replacing the plugin with the source, but no luck? Any thoughts?
Thanks man.
Matthew
see: http://testbed.artiswork.org
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
Re: [Archived] bit_rss
Uh oh. I left a debugging dmp()
in the code. Sorry about that. Just look for it in the source and remove the line that says dmp($limit);
. It’s on line 38 in the source.
I’ve taken care of fixing the code in the uploaded plugin package.
And Matthew: I’d just like to mention that you have a nice site there on your “testbed”. :-)
Last edited by dreamstormer (2006-07-23 13:13:27)
“The neighboring marshmallow factory fared no better, having been unable to absorb the incredible pressure wave.”
Offline
#34 2006-07-24 17:48:08
- msteinruck
- Member
- Registered: 2004-07-14
- Posts: 44
Re: [Archived] bit_rss
My feeds don’t seem to be displaying in the proper order. In fact, there’s no real order. They’re completely random compared to the actual RSS feed itself. I decided to pull the feed in through feedburner just to see if it would be any different and it’s not. Ideas?
Offline
Re: [Archived] bit_rss
You’re trying to read from a TxP feed, right?
Would you mind giving me the feed address just to test?
“The neighboring marshmallow factory fared no better, having been unable to absorb the incredible pressure wave.”
Offline
#36 2006-07-24 18:57:18
- msteinruck
- Member
- Registered: 2004-07-14
- Posts: 44
Re: [Archived] bit_rss
Sure, no problem:
Here’s the feed: <a href=“http://www.performancephilanthropy.com/rss/?category=RSS-Feeds§ion=blog&limit=999”>http://www.performancephilanthropy.com/rss/?category=RSS-Feeds§ion=blog&limit=999</a>
Here’s the page calling it: <a href=“http://dev.genevaglobal.com/blog”>dev.genevaglobal.com/blog</a>
Offline