[phpBB3] How to rewrite URL in forum category / topics
[phpBB3] How to rewrite URL in forum category / topics
Hi inveo admin
My name is Tung, i from Vietnam. I have using your SEO modules for phpBB 3.2.x
Now i have question
1. How to rewrite url for category/forum special (you can see phpBB-seo premod before, this can custom url category/forum with special url)
I see in your module is read category/forum name rewrite to url.
2. How to your modules support UTF-8 character?
I using with UTF-8 character, when i create forum, i missing few charater in url.
Can you help me?
My name is Tung, i from Vietnam. I have using your SEO modules for phpBB 3.2.x
Now i have question
1. How to rewrite url for category/forum special (you can see phpBB-seo premod before, this can custom url category/forum with special url)
I see in your module is read category/forum name rewrite to url.
2. How to your modules support UTF-8 character?
I using with UTF-8 character, when i create forum, i missing few charater in url.
Can you help me?
Re: [phpBB3] How to rewrite URL in forum category / topics
1) You may customize the SEO formats in includes/msu_tweak.ini file.
2) The UTF-8 encoding is used by default. If you miss some characters in the URLs then there could be an issue with transliteration (post missing characters here).
2) The UTF-8 encoding is used by default. If you miss some characters in the URLs then there could be an issue with transliteration (post missing characters here).
Re: [phpBB3] How to rewrite URL in forum category / topics
1. includes/msu_tweak.ini file - I see only config: uri_delimiter, uri_extension, max_words_in_level, excluded_words_length
Not see anyconfig for special character
2. Miss character detail:
All special character: ~!@#$%^&*()=,./;'"<>?:|\{}[] will remove
If have more "----" will change to "-"
Not see anyconfig for special character
2. Miss character detail:
Code: Select all
"a" => "á|à|ạ|ả|ã|ă|ắ|ằ|ặ|ẳ|ẵ|â|ấ|ầ|ậ|ẩ|ẫ|A|Á|À|Ạ|Ả|Ã|Ă|Ắ|Ằ|Ặ|Ẳ|Ẵ|Â|Ấ|Ầ|Ậ|Ẩ|Ẫ",
"o" => "ó|ò|ọ|ỏ|õ|ô|ố|ồ|ộ|ổ|ỗ|ơ|ớ|ờ|ợ|ở|ỡ|O|Ó|Ò|Ọ|Ỏ|Õ|Ô|Ố|Ồ|Ộ|Ổ|Ỗ|Ơ|Ớ|Ờ|Ợ|Ở|Ỡ",
"e" => "é|è|ẹ|ẻ|ẽ|ê|ế|ề|ệ|ể|ễ|E|É|È|Ẹ|Ẻ|Ẽ|Ê|Ế|Ề|Ệ|Ể|Ễ",
"u" => "ú|ù|ụ|ủ|ũ|ư|ứ|ừ|ự|ử|ữ|U|Ú|Ù|Ụ|Ủ|Ũ|Ư|Ứ|Ừ|Ự|Ử|Ữ",
"i" => "í|ì|ị|ỉ|ĩ|I|Í|Ì|Ị|Ỉ|Ĩ",
"y" => "ý|ỳ|ỵ|ỷ|ỹ|Y|Ý|Ỳ|Ỵ|Ỷ|Ỹ",
"d" => "đ|D|Đ",
"b" => "B",
"c" => "C",
"f" => "F",
"g" => "G",
"h" => "H",
"j" => "J",
"k" => "K",
"l" => "L",
"m" => "M",
"n" => "N",
"p" => "P",
"q" => "Q",
"r" => "R",
"s" => "S",
"t" => "T",
"v" => "V",
"w" => "W",
"x" => "X",
"z" => "Z",
All special character: ~!@#$%^&*()=,./;'"<>?:|\{}[] will remove
If have more "----" will change to "-"
Vietnamese language pack for Magic SEO URL modules
I see you ext not have any file for translate (you encrypt file)
I want translate, how to :">
I want translate, how to :">
Re: [phpBB3] How to rewrite URL in forum category / topics
We will check the transliteration of the listed characters. The special characters are removed to keep the URLs clean.
Re: [phpBB3] How to rewrite URL in forum category / topics
inveo wrote:We will check the transliteration of the listed characters. The special characters are removed to keep the URLs clean.
Now i want do action, how?