[phpBB3] How to rewrite URL in forum category / topics

Custom URLs and redirections.
olalavui
Posts: 5
Joined: Sat Jun 17, 2017 7:14 pm
Contact:

[phpBB3] How to rewrite URL in forum category / topics

Postby olalavui » Sat Jun 17, 2017 7:29 pm

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?

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [phpBB3] How to rewrite URL in forum category / topics

Postby inveo » Sun Jun 18, 2017 5:18 am

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).

olalavui
Posts: 5
Joined: Sat Jun 17, 2017 7:14 pm
Contact:

Re: [phpBB3] How to rewrite URL in forum category / topics

Postby olalavui » Mon Jun 26, 2017 7:44 am

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:

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 "-"

olalavui
Posts: 5
Joined: Sat Jun 17, 2017 7:14 pm
Contact:

Vietnamese language pack for Magic SEO URL modules

Postby olalavui » Mon Jun 26, 2017 8:10 am

I see you ext not have any file for translate (you encrypt file)

I want translate, how to :">

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [phpBB3] How to rewrite URL in forum category / topics

Postby inveo » Tue Jun 27, 2017 4:37 am

We will check the transliteration of the listed characters. The special characters are removed to keep the URLs clean.

olalavui
Posts: 5
Joined: Sat Jun 17, 2017 7:14 pm
Contact:

Re: [phpBB3] How to rewrite URL in forum category / topics

Postby olalavui » Tue Aug 22, 2017 12:24 am

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?