Site name and description How do I enter Chinese text?

pomelosky

New Member
Excuse me, recently purchased 1.5 version, but the user is the Asian part, how to modify to make the site can be the site name and description How to enter the text?
Currently, only one user in the admin background can make changes.

My WebSite:https://visiolist.tedsky.com/
-

請問一下,日前購入1.5版本,但用戶皆為亞洲部分,該如何修正才能使網站可於網站名稱與描述如何輸入中文字?
目前只能採用管理後台一個一個用戶做修改。

我的網站:https://visiolist.tedsky.com/
 

pomelosky

New Member
Dear Mark:
Hello, the Chinese characters are currently displayed because the Chinese characters are manually changed from the background, and the front-end registration can not be applied for by members if they fill in Chinese characters, the wrong red letter will be displayed.

Would like to know that there is no plan to write Chinese characters?

-

Dear Mark
您好,目前會顯示中文字是因為從後台手動更改,且前端註冊如果填寫中文字也無法進行會員申請,會顯示錯誤的紅字。

想了解說有沒有可以填寫中文文字的方案?
 

Mark

Administrator
Staff member
ahh I understand now, this has been fixed for next release.

For now, you can edit sources/join.php and remove these lines:

$TMPL['description'] = preg_replace('/[^A-Za-z0-9 .,\-]/', '', $TMPL['description']);
$TMPL['title'] = preg_replace('/[^A-Za-z0-9 .,\-]/', '', $TMPL['title']);
 
Top