includes klasörü içindeki class_zointstags.php 'yi açın.
274. satırdaki alttaki kodu bulun:
$tags = str_replace('-', ' ', $tags);altına ekleyin:
$tags = str_replace('ı', 'i', $tags);
$tags = str_replace('İ', 'i', $tags);
$tags = str_replace('ğ', 'g', $tags);
$tags = str_replace('Ğ', 'g', $tags);
$tags = str_replace('ü', 'u', $tags);
$tags = str_replace('Ü', 'u', $tags);
$tags = str_replace('ç', 'c', $tags);
$tags = str_replace('Ç', 'c', $tags);
$tags = str_replace('Ş', 's', $tags);
$tags = str_replace('ş', 's', $tags);
$tags = str_replace('ä', 'ae', $tags);
$tags = str_replace('Ä', 'a', $tags);
$tags = str_replace('ß', 'b', $tags);zoint tag ayarlarına girin ve Character Replacements kısmını bulun. içerisindekileri silin.ve içine alttakileri ekleyin:
Ğ g
Ü u
Ş s
İ i
Ö o
Ç c
ğ g
ü u
ş s
ı i
ö o
ç c
Ğ g
Ş s
İ i
ğ g
ş s
ı i
u00fc u
u00dc u
u015f s
u015e s
u0131 i
u0130 i
u00e7 c
u00c7 c
u00f6 o
u00d6 o
u011f g
ä a
Ä A
ß b
252 u
305 i
246 o
287 g
tagları
http://www.siteadresi.com/forum/admincp/zointstags.php sayfasına girerek önce resetleyin sonra tekrar oluşturun..
Alıntıdır...