Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 2 of 2

Thread: Arabic, Korean, etc. .. Japanase Translate

  1. #1
    Junior Member
    Join Date
    Jan 2010
    Posts
    5

    Question Arabic, Korean, etc. .. Japanase Translate

    Text automatically translated from: Turkish to: English
    Translated text
    Original link: turkmmo.com/forumumuz-hakkinda/133378-forumumuz-hakkinda.html

    Arabic to translate link:

    Japanase translate links

    Arabic and Japanase not open a link. My forum Turkish language.

    Vbseo "Keep Non-Türkçe Characters in URLs" did not select the language for this style comes in the broken link.

    I selected "Replace Non-Türkçe Characters in URLs" option.
    In this way, a way to solve the problem yet?
    Original text

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    You MUST set to "Keep Türkçe Characters in Non-URLS" just as ti is described in integration manual (there is about English but it is same - you just have internationalized vBSEO). Otherwise vBESO will remove each not Turkish character which for Japanese leaves nothing... That is why you have issue with Japanese or Arabic (and probably some other languages too).

    If you still do not want to have Turkish characters in your URL you have to:
    1. open /includes/config_vbseo.php
    2. Find:
    PHP Code:
    // ****** CUSTOM CHARACTER REPLACEMENTS ******
    // The following array enables you to select a replacement for characters other than the ones replaced
    // by default.
    $vbseo_custom_char_replacement = array(); 
    3. Put there replacement pairs for Turkish characters.

    I.e. for polish letters it looks like this:
    PHP Code:
        $vbseo_custom_char_replacement = array(
    'ˇ' => 'A',
    '¦' => 'S',
    '¬' => 'Z',
    '±' => 'a',
    '¶' => 's',
    'Ľ' => 'z',
    'ą' => 'a',
    'ę' => 'e',
    'ć' => 'c',
    'ż' => 'z',
    'ś' => 's',
    'ź' => 'z',
    'ó' => 'o',
    'ł' => 'l',
    'ń' => 'n',
    'Ą' => 'A',
    'Ę' => 'E',
    'Ć' => 'C',
    'Ż' => 'Z',
    'Ś' => 'S',
    'Ź' => 'Z',
    'Ó' => 'O',
    'Ł' => 'L',
    'Ń' => 'N'
    ); 
    I'm sure that if you search on vBSEO forum or ask there you will get appropriate replacements pairs for Turkish characters

    If you have any other questions about this issue - please just ask

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •