DoDevil Posted February 17, 2013 Share Posted February 17, 2013 (edited) ------------------------------------------------ Credit การทำมั่วๆ by Grin 1. เข้าไปใน folder js หาไฟล์ที่ชื่อว่า admin.js หา function str2url แล้วหาบรรทัดที่เขียนว่า โค๊ด: str = str.replace(/[^a-z0-9\s\'\:\/\[\]-]/g,''); จากนั้นแทนที่ด้วย โค๊ด: str = str.replace(/[^a-z0-9ก-๙\s\'\:\/\[\]-]/g,''); 2. แก้ไฟล์ .htaccess แบบมักง่ายที่สุด replace คำว่า [_a-zA-Z0-9-] และ [a-zA-Z0-9-] เป็น . ใน RewriteRule แต่ละอัน 3. Folder Class หา Validate.php แล้วหา function ชื่อว่า isLinkRewrite จากนั้นแก้ โค๊ด: return empty($link) OR preg_match('/^[_a-z0-9-]+$/ui', $link); เป็น โค๊ด: return empty($link) OR preg_match('/^[_a-z0-9ก-๙-]+$/ui', $link); ก็เสร็จเรียบร้อยแล้วครับ ก็จะได้ SEF url ที่สวยงามดังภาพ Embarrassed แต่ต้องไปเซ็ตในสินค้าก่อนด้วยนะครับ Hompage Deklao.com ສາລະບັນເທີງເພື່ອສັງຄົມລາວ ຂ່າວ Video ຟັງເພັງອອນໄລ gossip Edited February 17, 2013 by DoDevil (see edit history) Link to comment Share on other sites More sharing options...
torrzaa Posted February 20, 2013 Share Posted February 20, 2013 1.5 ยังต้องทำแบบนี้อยู่อีกเหรอครับ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now