+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: 4.8 search form on map?

  1. #1

    4.8 search form on map?

    How do I create the search form with type: "On Map" in 4.8?
    I checked in both "Add a form" and "listing type" but no such option. Without that type the search on map page won't show any search form.

    Screen Shot 2019-12-07 at 4.50.02 PM.png

  2. #2
    good week coming for all

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

    For classi script the standard quick search forms are used on search map page

  4. #4
    Quote Originally Posted by Rudi View Post
    Hello,

    For classi script the standard quick search forms are used on search map page
    Hi Rudi,

    I upgraded it on my site locally and it does not show quick search form, it says checks on admincp. I do have quick search form available. Also, I'm using other listing types, not the default one. Then I saw the newly added "On map" type. I thought it was the one that will be used on search-on-map page. Would you please double check on this matter on version 4.8
    Last edited by Wei Hong; December 9, 2019 at 06:59 AM.

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Sorry, I forgot about 'on map' type in 4.8.0

    Actually, search map form (as well as quick form) is generated automatically once you create your listing type

    you need to enable Search form on map in 'Search Settings'

    create a ticket if you still have problems

  6. #6
    Quote Originally Posted by Rudi View Post
    Sorry, I forgot about 'on map' type in 4.8.0

    Actually, search map form (as well as quick form) is generated automatically once you create your listing type

    you need to enable Search form on map in 'Search Settings'

    create a ticket if you still have problems
    I see that make sense. Weird, I don't see Search form on map in 'Search Settings' in the listing type option that I created. I tested it on local machine so I can't submit ticket. I tried created new listing type too. But don't see that option either and it didn't created "On Map" type for that newly created listing type

    Screen Shot 2019-12-09 at 3.46.54 PM.png

    I was trying to look at the demo too but it still not update yet. Still 4.7.2 on demo

  7. #7
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    it seems that you've not upgraded your script completely

    make sure that these files have been merged from patch:

    - admin > tpl > controllers > listing_types.tpl
    - admin > controllers > listing_types.inc.php

    and you launched sql_update.sql with the following mysql requests:

    Code:
    Only registered members can view the code.
    also in settings.tpl.php search_on_map_page is set as true
    Last edited by Rudi; December 9, 2019 at 10:08 AM.

  8. #8
    I did all you reccommend except the sql_update when I run:
    ALTER TABLE `{db_prefix}listing_types` ADD `On_map_search` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `Advanced_search`;
    it says
    Duplicate column name 'On_map_search'
    Weird but if I'm the only one having this issue then it must be me who messed up
    Last edited by Wei Hong; December 9, 2019 at 11:30 AM.

  9. #9
    I have the same issue. All working well but Search on Maps does not work at all. It does not show Tabs (Motors, Property,...etc). Sear on Map option in setting not available.

    Any help on this?

    I have updated SQL with all correct statements + all files in patch.

    Thanks,

  10. #10
    Quote Originally Posted by Christian Evequoz View Post
    I have the same issue. All working well but Search on Maps does not work at all. It does not show Tabs (Motors, Property,...etc). Sear on Map option in setting not available.

    Any help on this?

    I have updated SQL with all correct statements + all files in patch.

    Thanks,
    If I'm not the only one who has this issue then I assume I did the update properly and the patch need to be looked at again for this matter.

+ Reply to Thread