Tekil Mesaj gösterimi
  #2 (permalink)  
Alt 12-05-2008
desperado2 desperado2 isimli üyemiz çevrimdışıdır. (Offline)
Webmaster
 
Üyelik tarihi: Jan 2008
Yaş: 23
Mesajlar: 41
iTrader: (0)
Tecrübe Puanı: 14
desperado2 üyemiz henüz acemi
Standart Cevap: vbseo da türkçe karakter sorunu

ftp'den includes/vbseo config.php dosyasını bilgisayarına indir

aç ve aşağıdaki kodu bul

Kod:

// ****** 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',
kodu silip yerine aşağıdaki kodu ekle

Kod:

// ****** 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',
'Ş' => 's',
'ş' => 's',
'İ' => 'i',
'ı' => 'i',
'Ç' => 'c',
'ç' => 'c',
'Ü' => 'u',
'ü' => 'u',
'Ö' => 'o',
'ö' => 'o',
'ı' => 'i',
'İ' => 'i',
'é' => 'i',
'â' => 'a',
'Ê' => 'e',
'Â' => 'a',
'ê' => 'e');
kolay gelsin
Alıntı ile Cevapla