+ Reply to Thread
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35

Thread: Number separator when typing?

  1. #1

    Number separator when typing?

    Is there anyway if we can add number separator when typing on our flynax site?
    In number listing field when we add new listing or search for listing. For number such as 10000000. It would be great if we has 10,000,000 when we type. THank you

  2. #2
    Hello Wei,

    Where do you need the separator? In listing fields when you add a new listing or in some other place? Please describe where do you need it exactly.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236
    hello add a new listing :s

  4. #4
    Quote Originally Posted by Viktor View Post
    Hello Wei,

    Where do you need the separator? In listing fields when you add a new listing or in some other place? Please describe where do you need it exactly.
    Hi Viktor,

    I want the add separator to be in:

    - Number fields of add new listing and search. Last time I remembered we managed to add separator but I think it messed up with the search and created error.

  5. #5
    Hello Guys,

    Try to do it yourself.
    Open file: ftp://templates>>your_template>>js>>lib.js

    at line ~116
    find code: var media_query = 'desktop';

    above add new code: https://raw.githubusercontent.com/cu....number.min.js (copy all code from this url and past to lib.js)

    Then find code:
    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    save and check again.

    PS: If you don't sure you can add it yourself send ftp access to my PM I will add it on your site
    Last edited by Viktor; July 12, 2017 at 04:05 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236
    thank you viktor

  7. #7
    Quote Originally Posted by Viktor View Post
    Hello Guys,

    Try to do it yourself.
    Open file: ftp://templates>>your_template>>js>>lib.js

    at line ~116
    find code: var media_query = 'desktop';

    above add new code: https://raw.githubusercontent.com/cu....number.min.js (copy all code from this url and past to lib.js)

    Then find code:
    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    save and check again.

    PS: If you don't sure you can add it yourself send ftp access to my PM I will add it on your site
    Dear Viktor,

    This is a much simpler solution than the first time. I have tried it and the separator shows fine. But again, it messed up with the search engine. For example for a listing that have a price 200,000. When I added the code and input min price 200,000. It shows all listings including 100,000 for price. And for max i inpute 200,000 it shows none listing. So I think after implemented the code. Flynax search think that your min and max is 0. That is why it shows all listing if you input any number in min, leave max blank. And show none listing when you input number in max and leave min blank.

  8. #8
    Hello Wei,

    If you want I can check it on your side. Because for me all ok.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236
    hello viktor There is a mistake in the dot
    Ads?z.jpg

  10. #10
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236
    hello viktor There is a mistake in the dot
    Attachment 2469

+ Reply to Thread