找回密码
 立即注册

QQ登录

只需一步,快速开始

DISCUZX3.2 修改注册用户名长度解决方案

1./source/class/目录下的class_member.php文件中, 找到如下代码:
  1.         if($usernamelen < 3) {
  2.                                         showmessage('profile_username_tooshort');
  3.                                 } elseif($usernamelen > 15) {
  4.                                         showmessage('profile_username_toolong');
  5.                                 }
复制代码


改成:
     
  1.   if($usernamelen < 3) {
  2.                                         showmessage('profile_username_tooshort');
  3.                                 } elseif($usernamelen > 20) {
  4.                                         showmessage('profile_username_toolong');
  5.                                 }
复制代码


2./source/language/目录下的lang_message.php文件中, 找到如下代码:
  1. 'profile_username_toolong' => '抱歉,您的用户名超过 15 个字符,请输入一个较短的用户名',
复制代码

改成:
  1. 'profile_username_toolong' => '抱歉,您的用户名超过 20个字符,请输入一个较短的用户名',
复制代码

3./source/language/mobile/目录下的lang_template.php文件中, 找到如下代码:
  1. 'reg_username' => '用户名必须为大于3位小于15位',
复制代码

改成:
  1. 'reg_username' => '用户名必须为大于3位小于20位',
复制代码

4.站/source/module/forum/Forum_ajax.php 文件中, 找到如下代码:
  1. if($usernamelen < 3) {
  2.                 showmessage('profile_username_tooshort', '', array(), array('handle' => false));
  3.         } elseif($usernamelen > 15) {
  4.                 showmessage('profile_username_toolong', '', array(), array('handle' => false));
  5.         }
复制代码

改成:
  1. if($usernamelen < 3) {
  2.                 showmessage('profile_username_tooshort', '', array(), array('handle' => false));
  3.         } elseif($usernamelen > 20) {
  4.                 showmessage('profile_username_toolong', '', array(), array('handle' => false));
  5.         }
复制代码


5.替换同名文件,更新缓存,注册用户名最大 就是10个中文 20个字符了

本教程由无限星辰工作室CRX349独家整理和提供,转载请注明地址,谢谢。本文地址:https://www.xmspace.net/thread-424-1-1.html
无限星辰工作室  好集导航 Discuz全集下载  星辰站长网  集热爱361  一品文学  手机小游戏合集   海外空间网 星辰api  星辰支付二维码管理平台 阿里云服务器 腾讯云服务器
服务Discuz!建站|DiscuzQ配置|二开|小程序|APP|搬家|挂马清理|防护|Win/Linux环境搭建|优化|运维|
服务理念:专业 诚信 友好QQ842062626 服务项目 Q群315524225

发表于 2016-3-21 20:27:45 | 显示全部楼层 |阅读模式

回复 | 使用道具 举报

该帖共收到 0 条回复!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

美图秀

    • fastadmin 后台界面使用字段数组类型
    • Discuz!x3.5 修改标题高亮颜色
    • Discuz!x3.5 应用中心 下载应用一直下载中
    • 帖子定时显示
    • 论坛辅助审核
拖动客服框
Online Service
点击这里给我发消息
点击这里联系我们
微信扫一扫
在线客服
快速回复 返回顶部 返回列表