+ Reply to Thread
Results 1 to 9 of 9

Thread: Listing URL name

  1. #1

    Listing URL name

    Hello,
    my website uses two languages: English and Macedonian. When I create a listing with ad title in Macedonian the URL name which is created is using wrong alphabetical translation.
    Example:
    Ad title: цистерна Мерцедес Атего
    Ad URL name: tsistierna-miertsiedies-atiegho-31.html

    The ad URL name should be: cisterna-mercedes-atego-31.html
    How can I fix this?

  2. #2
    I see this is regulated with the URL transliteration option, but when I disable it it makes very long URLs.
    Is there a way so I can edit the transliteration?

  3. #3
    Can someone point me where I should make an edit?

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

    as you use url transliteration (Common > Basic Settings > General > URL transliteration)

    php function converts non-ascii characters into Latin alphabet


    it will require additional modification to convert Cyrillic symbols in a proper way one by one in includes > classes > rlValid.class.php > public function str2path > if ($GLOBALS['config']['url_transliteration'])
    Last edited by Rudi; January 24, 2019 at 08:02 AM.

  5. #5
    I would edit them one by one, but I don't know where

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

    as you use url transliteration (Common > Basic Settings > General > URL transliteration)

    php function converts non-ascii characters into Latin alphabet


    it will require additional modification to convert Cyrillic symbols in a proper way one by one in includes > classes > rlValid.class.php > public function str2path > if ($GLOBALS['config']['url_transliteration'])
    Can you show me an example how to add them?

  7. #7
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    There are some ways to do it but it's not a quick solution

    you can google it and apply solution you need

    or it can be done as a customization

  8. #8
    Quote Originally Posted by Rudi View Post
    There are some ways to do it but it's not a quick solution

    you can google it and apply solution you need

    or it can be done as a customization
    How much will it cost?

  9. #9
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    Create a ticket to discuss it

+ Reply to Thread