Skip to content

cyberhouse/t3ext-tagpack2syscategories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 Extension "tagpack2syscategories"

This extensions provides a command to migrate the tags and relations of the extension "tagpack" to the sys_category table.

HowTo

Using this extension is really simple!

Requirements

  • The tables of tagpack must be still available. The extension itself is not needed.
  • Install the extension.
  • Access to the commandline

There are 2 commands available:

./typo3/cli_dispatch.phpsh extbase migration:check will give you some details if the migration will be possible

./typo3/cli_dispatch.phpsh extbase migration:run will run the migration and copy the tags and relations to the new structure.

This extension does not

  • provide anything for the frontend
  • migrate the table "tx_tagpack_categories"
  • migrate the relation table "tx_tagpack_tags_quodvide_mm"

About

Migrate from tagpack to sys_category

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages