蓝雨 发表于 2009-11-24 03:37:11

用户名注册超过15个字符修改!

改模板
./templates/default/register.htm
if(unlen < 3 || unlen > 15) {

messagehandle_register(1, unlen < 3 ? profile_username_tooshort : profile_username_toolong);

return;

}

然后改提示 ./templates/default/templates.lang.php
页: [1]
查看完整版本: 用户名注册超过15个字符修改!