some problem about tags
darkseeker |
|
---|---|
I like this cms,but i found that the url of tags has been "urlencode" twice,then it makes a problem. for example,my tag "测试"(means "test" in chinese) based on this cms,its url is "plug.php?e=tags&a=pages&t=%25E6%25B5%258B%25E8%25AF%2595" but the url should be "plug.php?e=tags&a=pages&t= %E6%B5%8B%E8%AF%95",which would work correctly. so,what can I do now? or,can anybody tell me where to edit the detail of "{INDEX_TAG_CLOUD}",then I may found a solution myself. thank u very much! Added 33 minutes later: problem solved... I add a urldecode before "tag_u" in tags.index.php |
|
Bu gönderi darkseeker tarafından düzenlendi (2011-03-19 14:46, 14 yıllar önce) |
Trustmaster |
|
---|---|
The problem has already been discussed in comments for 0.6.14, the official fix is comming in 0.6.15 which is actually this:
May the Source be with you!
|
darkseeker |
|
---|---|
well,I know thanks very much! |