Sitemiz sadece phpBB 3.0 sürümüne destek vermektedir. Konu açmadan, ileti yazmadan önce lütfen site kuralları sayfamıza göz atınız.

[ OPEN ]
phpbb_seo/phpbb_seo_class.php
[ FIND ]
$this->seo_path['phpbb_script'] = $script_path;
AFTER ADD
//-- [+] Turkish fix ----------------------------------------------------
//-- add
//
// --> Custom str_Replace arrays, to handle special cases properly
$this->seo_opt['url_find'] = array(
utf8_chr(286),utf8_chr(287), // g
utf8_chr(304),utf8_chr(305), // i
utf8_chr(350),utf8_chr(351), // s
);
$this->seo_opt['url_replace'] = array('g', 'g', 'i', 'i','s', 's');
//
//-- [-] Turkish fix ----------------------------------------------------
[ FIND ]
$url = preg_replace('`\[.*\]`U','',$url);
[ AFTER ADD ]
//-- [+] Turkish fix ----------------------------------------------------
//-- add
//
$url = str_replace( $this->seo_opt['url_find'], $this->seo_opt['url_replace'], $url );
//
//-- [-] Turkish fix ----------------------------------------------------





Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 1 misafir