Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-03-21 08:33:19

lee
Member
From: Normandy, France
Registered: 2004-06-17
Posts: 831

Export a section?

Hi, anyone know if it’s possible to export all articles in a section, some with categories associated, into a new txp installation. The new installation has the same section and categories available?

Thanks for any suggestios
Lee

Offline

#2 2008-03-21 09:48:28

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Export a section?

Simples way is possibly to make little SQL query in your database and then export the results. In example you could use phpMyAdmin, and run this kind of query:

SELECT * FROM textpattern WHERE  Section='mysectionname'

And then choose to export the query result. In phpMyAdmin you can see the export button at the bottom of the page after you have submitted the SQL query.

Offline

Board footer

Powered by FluxBB