Vbulletin vbseo etiketlerini türkçe karakterden ingilizceye çevirme

Son güncelleme: 08.01.2010 11:44
  • arkadaşlar vbseo etiketlerini türkçe karakterden ingilizce karaktere nasıl çevirebilirim
#07.01.2010 22:43 0 0 0
  • /includes/config_vbseo.php dosyayı aç.

    Ara :

    // ****** 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();


    Değiştir:

    // ****** 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(
    'Č' => 'c',
    'č' => 'c',
    'Ğ' => 'g',
    'Ğ' => 'g',
    'ğ' => 'g',
    'Ş' => 's',
    'ş' => 's',
    'Ö' => 'o',
    'ö' => 'o',
    'Ü' => 'u',
    'ü' => 'u',
    '"' => '',
    'ğ' => 'g',
    'Ş' => 's',
    'ş' => 's',
    'İ' => 'i',
    'ı' => 'i',
    'Ç' => 'c',
    'ç' => 'c',
    'Ü' => 'u',
    'ü' => 'u',
    'Ö' => 'o',
    'ö' => 'o',
    'ı' => 'i',
    'İ' => 'i',
    'é' => 'i',
    'â' => 'a',
    'Ê' => 'e',
    'Â' => 'a',
    '?' => '',
    '*' => '',
    '.' => '',
    ',' => '',
    ';' => '',
    ')' => '',
    '(' => '',
    '{' => '',
    '}' => '',
    '[' => '',
    ']' => '',
    '!' => '',
    '+' => '',
    '"' => '',
    '%' => '',
    '&' => '',
    '#' => '',
    '$' => '',
    '=' => '',
    'ê' => 'e');
#08.01.2010 00:24 0 0 0
  • teşekkürler :)
#08.01.2010 11:44 0 0 0