-2

Is there any other way than copy paste text, to move content from typo3 to concrete5?

Best Regards Mats Krüger

MyRevenge
  • 117
  • 1
  • 14

2 Answers2

0

Maybe, if your typo3 page is simple/big enough, it's possible/worth to write a php script that gets data from typo3's database, manipulates and writes into concrete5's. Database logic seems to be quite different though, so it can be tricky.

zuups
  • 1,140
  • 1
  • 11
  • 17
0

Without any information about the structure you can import into concrete5 it is difficult to answer. But there are some general possibilities to export data from TYPO3.

There is an Extension l10nmgr which is desined to output TYPO3 content for translation processes. Perhaps you can use the XML and transform it?

You could just write an TypoScript Template which creates an XML File with tags you need. It should be easy to export the build in content elements with that.

Or just have a look at the database and write an connector as kraabus mentioned.

maholtz
  • 3,631
  • 1
  • 17
  • 17