Skip to content

internetgalerie/ig_slug

Repository files navigation

TYPO3 Extension 'ig_slug'

Latest Stable Version Monthly Downloads License

Rebuild URL slugs of pages an other tables

1. What does it do?

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.

2. Usage

1) Installation

Installation using Composer

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.

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

2) CLI

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