PDA

View Full Version : Friendly URL vBulletin 4.0 - Fix Việt Hóa URL cho VB 4.1.3. Fix URL Tiếng Việt cho VB



HotFire
02-07-2011, 06:54 PM
1. Upload file do_not_upload/rewrite/apache2/.htaccess trong bản mã nguồn phân phối vào ngang hàng với admincp.

2. ACP >> vBulletin Options >> Server Settings and Optimization Options

Friendly URLs : Mod Rewrite Friendly URLs

3. Mở file includes/class_friendly_url.php và tìm


$fragment = preg_replace(self::CLEAN_URL_REGEX, '-', strip_tags($fragment)); $fragment = trim(preg_replace('#-+#', '-', $fragment), '-');



Thay thế thành

$translite_simbols = array ( '#(à|á|ạ|ả|ã|â|ầ|ấ|ậ|ẩ|ẫ|ă|ằ| ắ|ặ|ẳ|ẵ)#', '#(è|é|ẹ|ẻ|ẽ|ê|ề|ế|ệ|ể|ễ)#', '#(ì|í|ị|ỉ|ĩ)#', '#(ò|ó|ọ|ỏ|õ|ô|ồ|ố|ộ|ổ|ỗ|ơ|ờ| ớ|ợ|ở|ỡ)#', '#(ù|ú|ụ|ủ|ũ|ư|ừ|ứ|ự|ử|ữ)#', '#(ỳ|ý|ỵ|ỷ|ỹ)#', '#(đ)#', '#(À|Á|Ạ|Ả|Ã|Â|Ầ|Ấ|Ậ|Ẩ|Ẫ|Ă|Ằ| Ắ|Ặ|Ẳ|Ẵ)#', '#(È|É|Ẹ|Ẻ|Ẽ|Ê|Ề|Ế|Ệ|Ể|Ễ)#', '#(Ì|Í|Ị|Ỉ|Ĩ)#', '#(Ò|Ó|Ọ|Ỏ|Õ|Ô|Ồ|Ố|Ộ|Ổ|Ỗ|Ơ|Ờ| Ớ|Ợ|Ở|Ỡ)#', '#(Ù|Ú|Ụ|Ủ|Ũ|Ư|Ừ|Ứ|Ự|Ử|Ữ)#', '#(Ỳ|Ý|Ỵ|Ỷ|Ỹ)#', '#(Đ)#', "/[^a-zA-Z0-9\-\_]/", ) ; $replace = array ( 'a', 'e', 'i', 'o', 'u', 'y', 'd', 'A', 'E', 'I', 'O', 'U', 'Y', 'D', '-', ) ; $fragment = preg_replace($translite_simbols, $replace, $fragment); $fragment = preg_replace('/(-)+/', '-', $fragment);
Ai làm ko đc thì down file bên dưới về chép đè lên folder : includes/class_friendly_url.php là đc, file đó là mình dùng bản vb 4.0.3 ở đây :

http://www.vietvbb.vn/up/attachment.php?attachmentid=26832&d=1270886686
Đã Fix URL cho bản vbb 4.1.4 tại đây các bạn download về up lên web nhé :

http://download355.mediafire.com/g28yin48v8kg/y9ypdi0n80jjlf0/muabanlaptop+-+class_friendly_url+-+vbbforum+4.13+-+4.14+.zip
Demo Online : http://muabanlaptop.org/hdp/showthread.php/76-Friendly-URL-vBulletin-4-0-Fix-Viet-Hoa-URL-cho-VB-4-1-3-Fix-URL-Tieng-Viet-cho-VB-4-1-4
Chuc Cac Ban Fix Thanh Cong

VNSAF
02-07-2011, 09:46 PM
1. Upload file do_not_upload/rewrite/apache2/.htaccess trong bản mã nguồn phân phối vào ngang hàng với admincp.

2. ACP >> vBulletin Options >> Server Settings and Optimization Options

Friendly URLs : Mod Rewrite Friendly URLs

3. Mở file includes/class_friendly_url.php và tìm


$fragment = preg_replace(self::CLEAN_URL_REGEX, '-', strip_tags($fragment)); $fragment = trim(preg_replace('#-+#', '-', $fragment), '-');



Thay thế thành

$translite_simbols = array ( '#(à|á|ạ|ả|ã|â|ầ|ấ|ậ|ẩ|ẫ|ă|ằ| ắ|ặ|ẳ|ẵ)#', '#(è|é|ẹ|ẻ|ẽ|ê|ề|ế|ệ|ể|ễ)#', '#(ì|í|ị|ỉ|ĩ)#', '#(ò|ó|ọ|ỏ|õ|ô|ồ|ố|ộ|ổ|ỗ|ơ|ờ| ớ|ợ|ở|ỡ)#', '#(ù|ú|ụ|ủ|ũ|ư|ừ|ứ|ự|ử|ữ)#', '#(ỳ|ý|ỵ|ỷ|ỹ)#', '#(đ)#', '#(À|Á|Ạ|Ả|Ã|Â|Ầ|Ấ|Ậ|Ẩ|Ẫ|Ă|Ằ| Ắ|Ặ|Ẳ|Ẵ)#', '#(È|É|Ẹ|Ẻ|Ẽ|Ê|Ề|Ế|Ệ|Ể|Ễ)#', '#(Ì|Í|Ị|Ỉ|Ĩ)#', '#(Ò|Ó|Ọ|Ỏ|Õ|Ô|Ồ|Ố|Ộ|Ổ|Ỗ|Ơ|Ờ| Ớ|Ợ|Ở|Ỡ)#', '#(Ù|Ú|Ụ|Ủ|Ũ|Ư|Ừ|Ứ|Ự|Ử|Ữ)#', '#(Ỳ|Ý|Ỵ|Ỷ|Ỹ)#', '#(Đ)#', "/[^a-zA-Z0-9\-\_]/", ) ; $replace = array ( 'a', 'e', 'i', 'o', 'u', 'y', 'd', 'A', 'E', 'I', 'O', 'U', 'Y', 'D', '-', ) ; $fragment = preg_replace($translite_simbols, $replace, $fragment); $fragment = preg_replace('/(-)+/', '-', $fragment);
Ai làm ko đc thì down file bên dưới về chép đè lên folder : includes/class_friendly_url.php là đc, file đó là mình dùng bản vb 4.0.3 ở đây :

http://www.vietvbb.vn/up/attachment.php?attachmentid=26832&d=1270886686
Đã Fix URL cho bản vbb 4.1.4 tại đây các bạn download về up lên web nhé :

http://download355.mediafire.com/g28yin48v8kg/y9ypdi0n80jjlf0/muabanlaptop+-+class_friendly_url+-+vbbforum+4.13+-+4.14+.zip
Demo Online : http://muabanlaptop.org/hdp/showthread.php/76-Friendly-URL-vBulletin-4-0-Fix-Viet-Hoa-URL-cho-VB-4-1-3-Fix-URL-Tieng-Viet-cho-VB-4-1-4
Chuc Cac Ban Fix Thanh Cong

Up file lên đây luôn đi bạn ơi!

hau_ooo
02-07-2011, 09:48 PM
:MatCuoi (45): Khi nâng cấp mình giữ nguyên file class_friendly_url.php dùng vẫn ok