+ Reply to Thread
Results 1 to 7 of 7

Thread: Multi-Filed Problem

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    3

    Lightbulb Multi-Filed Problem

    Hello,

    I want to use Multi-Field Location Plugin on my web site.

    But I saw this problem:
    If I will not choise any area on my web site items can open new page.
    But if I want to chooise only 1 state or city and after when I click to items it can't open.

    How can we fix that?

    Thank you.
    Attached Images Attached Images

  2. #2
    I have fixed it for your site, for others who need solution:

    please open includes/controllers/listing_details.inc.php

    find code snippet and replace with code below

    PHP Code:
    Only registered members can view the code

  3. #3
    Junior Member
    Join Date
    Aug 2014
    Posts
    3
    Thank you so much it works but now I see some other things:
    If I open my web site and chooise 1 location everything is work but some times later for example 15 -20 minutes later. If I click to one link, All links change.

    My domain is for exmaple: www.mydomain.com

    This is normal link
    http://www.mydomain.com/alisveris.html

    But after some minutes later:
    http://www.mydomain.com/tm-ahalalisveris.html

    TM-AHAL is 1 location area

    Is it should be like that? Right?

    http://www.mydomain.com/tm-ahal/alisveris.html

    And every 15 min later if I will delete my browser all caches it was fixing. But 15-20 minutes later again same things happened.

    What should I do?

    LinkChanged.jpg
    Last edited by Resul Ekin; September 2, 2014 at 10:32 AM.

  4. #4
    Quote Originally Posted by Resul Ekin View Post
    Thank you so much it works but now I see some other things:
    If I open my web site and chooise 1 location everything is work but some times later for example 15 -20 minutes later. If I click to one link, All links change.

    My domain is for exmaple: www.mydomain.com

    This is normal link
    http://www.mydomain.com/alisveris.html

    But after some minutes later:
    http://www.mydomain.com/tm-ahalalisveris.html

    TM-AHAL is 1 location area

    Is it should be like that? Right?

    http://www.mydomain.com/tm-ahal/alisveris.html

    And every 15 min later if I will delete my browser all caches it was fixing. But 15-20 minutes later again same things happened.

    What should I do?

    Attachment 1094
    I had the same problem. Thats why i didnt let user pick area. Hope it will be fixed soon.

  5. #5
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    In your admin panel select configerations > geo filter and set > Cookie expiration period days = 0 and see if that fixes the problem.?

  6. #6
    Yes it's already fixed in the working version, will roll out an update soon with all known bug fixes and a few small improvements.
    If you want to fix it now manually on your site please replace detectLocation function completely with code below:


    There is one thing also which we decided to change, because of many complains and misunderstanding:

    Initially the detection system worked this way - when you already visited website and selected location and you open after some time url without location it redirected you to url with location.
    In next update and in provided function its removed.



    plugins/multiField/rlMultiField.class.php

    PHP Code:
    Only registered members can view the code

  7. #7
    Great to hear that Mike,
    Any date of release yet? I'm really looking forward to the update

+ Reply to Thread