rlmp/rlmp-language-detection

This package is abandoned and no longer maintained. No replacement package was suggested.

This plugin detects the visitor's preferred language and sets the local configuration for TYPO3's language engine accordingly. Both, one-tree and multiple tree concepts, are supported. It can also select from a list of similar languages if the user's preferred language does not exist.

Installs: 22 707

Dependents: 2

Suggesters: 0

Security: 0

Stars: 11

Watchers: 5

Forks: 22

Type:typo3-cms-extension

8.1.2 2019-10-01 11:51 UTC

This package is auto-updated.

Last update: 2019-10-01 11:59:47 UTC


README

Changes for version 7.0.0

TYPO3 CMS 7 compatibility

ATTENTION: The plugin is not automatically registered to your PAGE object anymore, do that manually where needed. See manual!

  • Removed old xclassing
  • Created a TypoScript static template (!!! breaking)
  • Moved class to Classes folder and namespaced it
  • Migrated manual to ReST

Changes for version 3.1.0

  • Added support for PEAR package Net_GeoIP
  • Removed support for deprecated extension ml_geoip

Changes for version 3.0.0

TYPO3 extension rlmp_language_detection ready for 6.2

  • Removed all require_once() calls
  • Replaced deprecated function calls to the new namespaced ones
  • Reformatted code according to the TYPO3 CGL