Rebuild URL slugs of pages an other tables
Extension to rebuild the slugs of the pages or any other table with slugs like e.g. news. It also offers an ovierview of the current slugs and shows which slugs would be changed.
The table with slug fields are automaticly detected. Non admin users only have access to tables if they can change the slug field.
Workspaces are not yet implemented.
The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer require internetgalerie/ig-slug
.
Download and install the extension with the extension manager module.
The slugs can also rebuilded in CLI, e.g.
vendor/bin/typo3 ig_slug:update tx_news_domain_model_news
or with pid
vendor/bin/typo3 ig_slug:update tx_news_domain_model_news 99
for page recursive for pid=20
vendor/bin/typo3 ig_slug:update pages 20 -R
or only for default language:
vendor/bin/typo3 ig_slug:update -L 0 -R -- pages 20