Recent Topics

1 Aug 16, 2011 10:07    

My b2evolution Version: Not Entered

Is it possible to export the post data to a XML file?

I have nearly 100 post and I would like to have a file that show all the post title and the total views for that post beside it, then export this data to a XML file.

Is this possible?

2 Aug 16, 2011 15:20

You can export to RSS which is an XML format. To customize the output edit /skins/_rss2 templates

index.php?tempskin=_rss2&posts=999999

3 Aug 17, 2011 08:41

sam2kb wrote:

You can export to RSS which is an XML format. To customize the output edit /skins/_rss2 templates

index.php?tempskin=_rss2&posts=999999

thank you for that, how do I get the view count to be displayed next to the titles?

4 Aug 17, 2011 15:11

echo $Item->views();


See other skins for details

5 Aug 24, 2011 09:42

Where abouts do I place the code?
[/i]


Form is loading...