History: UserPagesting
Preview of version: 7
in Tikiwiki,
1. for most URL that contains unicode Traditional Chinese characters, IE 5 nor 6 can handle it well. To correct that, you have to edit the function {string|escape:url}.
2. PDF generation can't see Chinese characters
3. Can't search Chinese characters
4. To enable Chinese login ID:
- modify tiki-register.php
//Marked by Sting, allow Chinese login name
// if(!preg_match_all("/A-Z0-9a-z\_\-+/",$_REQUEST"name",$matches)) {
// $smarty->assign('msg',tra("Invalid username"));
// $smarty->display("styles/$style_base/error.tpl");
// die;
// }
- modif Smarty/plugins/modifier.userlink.php ,
return "<a class='$class' href='tiki-user_information.php?view_user=$user_enc
ode'>$user</a>";
5. No Good way to do NewUserPage similar concept for Chinese page title
6. modify lib/tikilib.php
parse_html()
http://stingtao.idv.tw
http://play.stingtao.idv.tw
http://tikiwiki.stingtao.idv.tw