Content instead of Summary in RSS-feed

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
nowton
Posts: 2
Joined: Wed 31. Jul 2013, 10:29

Content instead of Summary in RSS-feed

Post by nowton »

We are currently migrating a couple of phpwcms powered sites, and would like to export the content via RSS. So far configuration worked, but we have been unable to get the content, instead of the summary to show up in our feeds. We use an older version of phpwcms (1.3.3.) I suspect we needs to work in feeds.php. Anyone care to enlighten us? Thanks in advance!
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Content instead of Summary in RSS-feed

Post by Oliver Georgi »

It is more complex because you have to render all content parts too. It would be easier to write a custom importer. RSS is no good way — XML behind might be, but then you are not so far away from HTML. And then you are near a custom phpwcms template that mimics XML schema.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
nowton
Posts: 2
Joined: Wed 31. Jul 2013, 10:29

Re: Content instead of Summary in RSS-feed

Post by nowton »

Any pointers on how we could write an exporter/custom templates that would output all content parts as well as title and teaser?
Post Reply