1
votes

I am a new player in Typo3 and I have an issue with backward compatibility.

I was developing my personal extension using typo3 version 6.1 platform, and pack it into .zip file. This is possible since Typo3 version 6.1 can accept both .zip and .t3x files when it comes to uploading extensions using Extension Manager. There are no methods to download my extension into .t3x format.

The thing is, now I am working on different site using Typo3 version 4.5, and I would love to use my extension again. Since there are no method whatsoever in Extension Manager to upload .zip extensions, the only option for me is then to convert .zip to .t3x format.

Is there any possible ways for me to do this? Or am I missing some documentations about different work around?

1
Unrelated, but if anyone is looking for a tool the other way round (to convert an old t3x extension to a readable zip), try tools.bartlweb.net/t3xtozip (of course, your code will be visible to 3rd party)Urs

1 Answers

0
votes

Two things:

  1. you don't need to compress your ext into any archive/ext file, just copy whole folder with your extension from typo3conf/ext/ to identical location in other TYPO3 page and it will behave like it was imported via Extension Manager (don't forget to install it a the end)
  2. I really doubt if your ext written for TYPO3 ver. 6.x will work in 4.x at all...