Mass import user from CSV into FE users table - typo3

Is there a extension for Typo3 with which I can import frontend user data into the backend?
I searched the internet and all extensions I found were for old versions of Typo3 (I'm using 4.5) or not in the repository any more.

The direct mail extension is able to do so and you could even do it via phpMyAdmin i guess (never tried). If you need to do it on regular/automatic basis have a look at external_import

Related

TYPO3 10.4: Is it possible to get the built-in filebrowser in a custom backend module/frontend plugin?

I have a backend module for my extension which allows the user to upload images to certain records.
So far so good. But just uploading images from the desktop is not enough.
I've already searched on the internet, the TYPO3 API and it's extensions but couldn't find anything helpfull.
This is not possible, sorry - the API is not meant to be used in the FE

How to move resources from one site to another. Modx CMS

I have two websites running on Modx CMS. One of them is older and the other one is a newer version of the same website. I need a way to move all my resources from the old website to new. Or, probably, export all resources and then import them.
Did you try BobRay's MyComponent https://github.com/BobRay/MyComponent
Change class_key to 'Article' and it will work fine. Also, check version compatibility.

TYPO3: Is it possible to migrate single news from 1.4.0 to 6.3.0

We are migrating a TYPO3 4.7.14 site with news 1.4.0 to TYPO3 7.6.28 with news 6.3.0.
When we started all news are migrated and are ok on the new server.
But in the time after the news migration some news are added to the old site and now they must be migrated to the new server.
How could this be done?
A t3d Export / Import don't work.
The news are containing a lot of content elements, so it would be an incredible amount of work to do it by hand.
I'd advise to make the whole migration-process new, perhaps only with the news-pages, news-plugins (content-elements saved in the table tt_content with the list_type tx_news or resembling) and news-records.
Problem is primary the update to version 6.2 of TYPO3 as the FAL (file abstraction layer) was introduced and all media-files in the news are getting lost if the corresponding update is not done properly.
Keep in mind that you've to care about one setting in file-storage records (usually for the fileadmin-folder): the checkbox that case-sensitive filenames are allowed. Else a mess is predictable and much additional work too.
If you do it like I proposed only for the news-records and related records, you've to export and import also the tables starting with sys_file, but keep in mind that you really import only then in the upper version instead overwriting the whole table, as there might be still other media-files.

Getting content from remote database in TYPO3

I wrote web-site and as CMS used TYPO3. Now i have remote database and want to display content from that database on my site. But i dont have any idea, how to do that with typo3. Can someone give me a tipp or advice, where should i to start from. Maybe there is extension for that purpose(typo3 7.6.18).
First of all I don't know if there are extensions in TER solving this issue, but I would think that every database has its special behaviour you really need to adjust that extension.
I would prefer to write an own extension and the usage of TYPO3 8 LTS due to the switch to Doctrine DBAL. With that you can handle multiple databases easily.
Docs: https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Database/Index.html

Migration/ Import MediaWiki 1.20.8 to Confluence 5.9.4

we want to import our MediaWiki into Confluence.
In my research I only find the UWC(=Universal Wiki Converter), which is no longer supportet by Atlassian.
Is there any way of an easy migration?
Another tool, another application or can I still use the UWC, even it isn't supported?
You are right UWC is no longer supported for latest versions. You can export your content from media wiki and then use Confluence REST API to restore. However, it's totally depends on the contents that you have in media wiki and options you have on exporting them.