+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: search block

  1. #11
    Hi Curtis,

    I have made the change here and it works as i wanted. Thank you for the clue.

    function keywordSearch( $query = false, $mode = 1, $type = false )
    {
    global $sql, $rlCommon;

    $mode = !$mode ? 1 : $mode;
    $query = trim($query);

  2. #12
    Hello Wei Hong,

    You can use this code:

    Code:
    Only registered members can view the code.
    instead of my code above. I have implemented this code for your site. Please check it again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #13
    Quote Originally Posted by Viktor View Post
    Hello Wei Hong,

    You can use this code:

    Code:
    Only registered members can view the code.
    instead of my code above. I have implemented this code for your site. Please check it again.
    I see, thanks Viktor. I think this is a neater solution.

  4. #14
    Hello

    As I can hide the first 2 options? I need to show only "exact match"

    Regards

  5. #15
    Hello Jose,
    You can use this code:

    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #16
    Hello Viktor

    I can not hide the first 2 options. In which line I have to add this code?

    Regards

  7. #17
    Hello Jose,

    Would you please send us screenshot. Where do you want to hide 2 options? in box or in home page? or on search page?
    Viktor,
    Flynax technical department,
    Best wishes.

  8. #18
    Hello Viktor

    I just want to search for exact coincidences on the block, (in home page, at the top). I send screenshot.

    Regards

    buscador.jpg

  9. #19
    Hello Jose,

    I have changed on your site already. Please check. I have disabled old code in file header.tpl and add my last code.
    Viktor,
    Flynax technical department,
    Best wishes.

  10. #20
    Fixed

    Thanks Viktor
    Regards

+ Reply to Thread