+ Reply to Thread
Results 1 to 8 of 8

Thread: Multifield/Location Filter doesn't work for multilingual

  1. #1
    Senior Member
    Join Date
    May 2014
    Posts
    182

    Multifield/Location Filter doesn't work for multilingual

    Hello, I'm currently developing two language site.

    When posting a ad, It doesn't change the language on drop-down location level 1 fields, instead its only showing in english language.
    (I could see the level 1 locations on left sidebar, but not in dropdown)

    Its bug or the multilingual feature not implemented for this plugin.?

    I'm happy to see that you have implemented the multilingual URL's for categories but it would be good if we can have multilingual URL's for locations too.!

  2. #2
    Member
    Join Date
    Aug 2012
    Location
    Germany and Greece
    Posts
    88
    Hello @all,

    i have the same problem.

    I think Multifield does not support Multilanguages or it is a Bug.

    The second dropdown only english


    See pictures :

    multifield_1.PNG

    multifield_2.PNG

    multifield_3.PNG

    is the error here?
    the second field is built here ...

    /plugins/multiField/static/lib.js
    Code:
    Only registered members can view the code.

    Thanks for Help!

    Best Regards
    Sakis

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    Hello all,

    It's caused by the "Multilingual Paths" feature which will be solved soon

    To fix it go to ftp > public_html > includes > classes > rlLang.class.php > public function defineLanguage

    find first:
    PHP Code:
    Only registered members can view the code
    change it to:
    PHP Code:
    Only registered members can view the code
    then find:
    PHP Code:
    Only registered members can view the code
    replace it with:
    PHP Code:
    Only registered members can view the code

  4. #4
    Member
    Join Date
    Aug 2012
    Location
    Germany and Greece
    Posts
    88
    Thanks Rudi,

    Unfortunately it does not work.

  5. #5
    Hello all,

    Open file: ftp://plugins>>miltiField>>static>>lib.js

    find code at line ~87:
    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    save and check again
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    Member
    Join Date
    Aug 2012
    Location
    Germany and Greece
    Posts
    88
    Thanks @Viktor,

    it works!!!


    Best regards
    Sakis

  7. #7
    Senior Member
    Join Date
    May 2014
    Posts
    182
    I'm happy to see that you have implemented the multilingual URL's for categories but it would be good if we can have multilingual URL's for locations too.!

    //

    In the latest update of this plugin, multilingual URL implemented.

    Thank you, Flynax Team

    Without URL its working fine, but when i enable "Add Location to URL" its returning 404 page error.
    Example URL:

    www.example.com/en/location1
    www.example.com/de/location1

  8. #8
    Would you please create a new ticket with the problem. Our plugin creator will solve it.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread