Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] tcm_rss - RSS feeds with any formatting
Yeah, I sent the Textpattern Resources folks what I thought was v2.0a a few months ago, but I think I actually sent them 1.0 or whatever they already have there.
I’ll send them the 2.0a zip for real this time.
Offline
#62 2006-03-16 03:45:45
- Dawk
- Member
- Registered: 2005-02-22
- Posts: 74
Re: [archived] tcm_rss - RSS feeds with any formatting
Maybe this will help somebody? took me a few tries :)
I have my tag in my “page” template….
<code>
<txp:tcm_rss feed=“http://yourfeed.com/rss” form=“rss” />
</code>
You need the Magpie files installed like below…
textpattern/lib/rss_cache.inc
textpattern/lib/rss_fetch.inc
textpattern/lib/rss_parse.inc
textpattern/lib/rss_utils.inc
textpattern/lib/extlib/Snoopy.class
My rss form is really simple like below…
<code>
<h2 class=“news”><txp:title /></h2>
<txp:body />
</code>
Was answering a post on a previous page before I figured out it had been answered already? =)
Figured this might help someone out anyway?
I still haven’t got the cache working though? Have tried just about everything?
cheers
Last edited by Dawk (2006-03-16 03:53:43)
Offline
Re: [archived] tcm_rss - RSS feeds with any formatting
Problems with $GLOBALS
I had to comment out the following line to get tcm_rss to work:
//unset($GLOBALS[‘thisarticle’]);
From here to there and there to here funny things are everywhere.
Offline
Re: [archived] tcm_rss - RSS feeds with any formatting
Is anyone using this on their site so I could see it in action?
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: [archived] tcm_rss - RSS feeds with any formatting
Offline
Re: [archived] tcm_rss - RSS feeds with any formatting
RHD, yes after playing around with both of them I found bit_rss to have more bells and whistles.
Also, SimplePie has their own Textpattern plugin that I’m also testing.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline