Loading...
 
Skip to main content

History: UserPagesting

Preview of version: 13

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


3. Can't search Chinese characters
- cause : TikiWiki use MySQL fulltext function

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 ,

$user_encode=urlencode($user);

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
- Try to take out some parse rule and add new parse rule

6. modify lib/tikilib.php
parse_html()

7. For Outlook express didn't handle unicode subject well, we need to change the mail function behavior in tikiwiki from unicode to big5
edit tikilib.php,k search charset , use the function iconv(From charset, To charset, $String)

~pp~
~/pp~


My website in progress
http://stingtao.idv.tw
http://play.stingtao.idv.tw
http://tikiwiki.stingtao.idv.tw

History

Information Version
sting 17
View
sting 16
View
sting 15
View
sting 14
View
sting 13
View
sting 12
View
sting 11
View
luciash d' being 🧙 10
View
sting 9
View
sting 8
View
sting 7
View
sting 6
View