+ Reply to Thread
Results 1 to 6 of 6

Thread: click search on horizontal search on homepage, refine search is advanced criteria?

  1. #1

    click search on horizontal search on homepage, refine search is advanced criteria?

    I remembered that when we click on horizontal search on homepage, which uses quick search form, it shows result and refine search form using advanced search form. But now it shows the very same quick search form. How do I change it back to show advanced search form, after click search on horizontal search on homepage?

    Or is there anyway to build search form for refined search?

  2. #2
    Hello new week

  3. #3
    Hello Wei Hong,

    What a template do you use?
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Hi Viktor, I use general wide template, I also tried pet and auto wide, they all same. On demo, too. Search on quick search show refined quick search, while before. Search on quick search show refined advanced search

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,179
    Hello Wei Hong,

    In fact, advanced form is used for refine search box when quick form in not build
    otherwise, quick form has a higher priority

    but you can make advanced form default for search results page:

    go to ftp > includes > controllers > listing_type.inc.php

    find a code:
    PHP Code:
    Only registered members can view the code
    and replace with:
    PHP Code:
    Only registered members can view the code
    Last edited by Rudi; April 9, 2018 at 11:15 AM.

  6. #6
    [QUOTE=Rudi;22337]Hello Wei Hong,

    In fact, advanced form is used for refine search box when quick form in not build
    otherwise, quick form has a higher priority

    but you can make advanced form default for search results page:

    go to ftp > includes > controllers > listing_type.inc.php

    find a code:
    PHP Code:
    Only registered members can view the code
    and replace with:
    PHP Code:
    Only registered members can view the code
    /QUOTE]

    it works like a charm. Thank you very much Rudi.

+ Reply to Thread