thelia/url-remove-accent-module

This package is abandoned and no longer maintained. The author suggests using the thelia/url-sanitizer-module package instead.

Installs: 1 016

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 2

Open Issues: 0

Type:thelia-module

1.0.2 2019-08-13 14:15 UTC

This package is auto-updated.

Last update: 2020-11-06 16:21:34 UTC


README

[DEPRECATED] If you have Thelia >= 2.4.0 it's recommended to use : https://github.com/thelia-modules/UrlSanitizer

This module allows you to strip all accents in your urls.

Installation

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is UrlRemoveAccent.
  • Activate it in your thelia administration panel

Composer

Add it in your main thelia composer.json file

composer require thelia/url-remove-accent-module:~1.0

Usage

  • If the module is activated, every new rewritten url generated (eg. on a product or category creation) will be automatically parsed and the accents will be removed.
  • If you want to remove accents in the existing urls in your database, go to the module configuration and follow the instructions.