Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#169 2008-06-10 22:11:21
Re: [Archived] bit_rss
Olaf pls. try the SimplePie plugin boy_simplepie_feed mentioned above. I am very satisfied with it.
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#170 2008-06-11 08:56:31
- Olle
- New Member
- From: Hamburg
- Registered: 2008-02-25
- Posts: 5
Re: [Archived] bit_rss
Hey Markus,
thanks. I saw the boy_simplepie_feed-plugin. But I think, the possibility to edit the output is not as flexible, as I need it. And the bit_rss-plugin is perfect for me, if I can fix the little ampersand-entity-bug in the title of an article. That should not be so difficult, cause the ampersands in the body of an article will be displayed correctly via bit_rss. Only in the titles it does not work correctly. But I can’t find the part in the plugin-code to fix this bug.
Any other ideas? Thanks.
Offline
#171 2008-06-11 11:20:23
Re: [Archived] bit_rss
The above mentioned asv_tumblelog also uses SimplePie AND stores single feed items as articles in the database AND can use individual forms for every feed. Single feeds can have a category and keyword preset. Pretty flexible but might need some more work than a simple feed integration.
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#172 2008-06-11 12:36:13
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: [Archived] bit_rss
Yes Markus, but bit_rss has a crucial feature for me: the ability to specify multiple feeds in a single list
Offline
#173 2008-06-11 14:34:56
Re: [Archived] bit_rss
Olle wrote:
Any other ideas? Thanks.
Here you go: http://simplepie.org/support/viewtopic.php?id=1035
Last edited by hcgtv (2008-06-11 14:35:16)
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
#174 2008-06-12 08:19:45
- Olle
- New Member
- From: Hamburg
- Registered: 2008-02-25
- Posts: 5
Re: [Archived] bit_rss
hcgtv schrieb:
Here you go: http://simplepie.org/support/viewtopic.php?id=1035
Jeah, that’s it. Thanks very much for your help. Now it works perfect.
Last edited by Olle (2008-06-12 08:20:12)
Offline
#175 2008-06-12 10:31:35
Re: [Archived] bit_rss
A curious question: Is bit_rss working with the latest simplepie.inc or is it still necessary to use an old version?
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#176 2008-06-12 10:48:49
- Olle
- New Member
- From: Hamburg
- Registered: 2008-02-25
- Posts: 5
Re: [Archived] bit_rss
No, bit_rss doesn’t work with the latest version. It works with SimplePie 1.0 b3.2. But with the latest version of bit_rss (0.4) you get the necessary simplepie.inc-file.
Last edited by Olle (2008-06-12 10:50:52)
Offline
#177 2008-06-12 13:02:53
Re: [Archived] bit_rss
Olle
Dumb question, but did you paste the code from the link into the simplepie.inc or bit_rss? And where in the file?
I tried both yesterday without luck. At least I think witout luck. I’m having problems with both the ampersand (&) and the non breaking spaces ( ) showing in the title. At the moment I’ve only got non-breaking spaces in my feeds, and adding the suggested fix didn’t appear to fix them.
Thanks
Mike
Last edited by maverick (2008-06-12 13:07:09)
Offline
#178 2008-06-12 14:16:07
- Olle
- New Member
- From: Hamburg
- Registered: 2008-02-25
- Posts: 5
Re: [Archived] bit_rss
maverick schrieb:
Hey Mike,Dumb question, but did you paste the code from the link into the simplepie.inc or bit_rss? And where in the file?
I tried both yesterday without luck. At least I think witout luck. I’m having problems with both the ampersand (&) and the non breaking spaces ( ) showing in the title. At the moment I’ve only got non-breaking spaces in my feeds, and adding the suggested fix didn’t appear to fix them.
Thanks
Mike
i’ve pasted the the fix directly in the code of bit_rss in the plugin-section of Textpattern. But you have to modify the fix a little bit.
Search the following code in the plugin:
// Get item title
$out['title'] = $item->get_title();
And then copy the following modified fix under the code-snippet above:
$out['title'] = html_entity_decode($item->get_title(), ENT_QUOTES, 'UTF-8');
That should be work.
Greets, Olaf
Offline
#179 2008-06-12 14:46:16
Re: [Archived] bit_rss
Olle
Thanks!
I did have it in the right place after all, but didn’t know how to modify it properly. Your modification did the trick.
Thanks again
Mike
Last edited by maverick (2008-06-24 14:47:04)
Offline
#180 2008-06-14 17:22:56
- TomBus
- Member
- From: Bavaria
- Registered: 2005-07-06
- Posts: 85
Re: [Archived] bit_rss
do You where I can get the bit_rss plugin? The author-page is temporarily unable.
Offline