Page 1 of 1
Content instead of Summary in RSS-feed
Posted: Wed 31. Jul 2013, 10:33
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!
Re: Content instead of Summary in RSS-feed
Posted: Thu 1. Aug 2013, 06:31
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.
Re: Content instead of Summary in RSS-feed
Posted: Tue 6. Aug 2013, 14:12
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?