Results 1 to 2 of 2

Thread: MetaModels & changelanguage

  1. #1

    Frage MetaModels & changelanguage

    Hi there,

    I'm using contao 3.4.5, and the last MM module, changelanguage and url rewriting is on.
    I have a website in 5 languages : fr, en, de, es and it
    all is working pretty well and MM is a great ext

    I'm encountering a pb with the changelanguage module with MM. i found some help here : https://community.contao.org/de/show...tioniert-nicht but it didn't solve my pb.

    the changelanguage url is still wrong

    http://www.awesomewebsite.com/fr/pro...y-product.html
    if i click the EN flag, the url become
    http://www.awesomewebsite.com/en/product.html
    and i want it to be :
    http://www.awesomewebsite.com/en/pro...y-product.html

    i tried using the changelanguage hook "translateUrlParameters" but the arrParams array is "empty'"
    Code:
    Array
    (
        [url] => Array
            (
            )
    
        [get] => Array
            (
            )
    
    )
    any idea ?

    thanks!

  2. #2
    User zonky's Avatar
    Join Date
    11-29-11.
    Location
    Berlin
    Posts
    159

    Default

    Hi,

    pls look at https://github.com/iMi-digital/imi_m...#configuration

    may be, you should change the auto_item parameter

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •