第一种方法1.请在4月23号22点以前的重新下载
第二种手动修改[4月23号22点以前装的可手动修改]
打开:templatesdefaultsnshow.htm
找到:
代码:
<ahref="pm.php?action=send&uid=$post[authorid]"target="_blank"id="ajax_uid_$post['pid']"onclick="ajaxmenu(event,this.id,9000000,null,0)">{langsend_pm}</a>
<ahref="my.php?item=buddylist&newbuddyid=$post[authorid]&buddysubmit=yes"target="_blank"id="ajax_buddy_$post['count']"onclick="ajaxmenu(event,this.id,null,0)">{langadd_to_buddylist}</a>
替换为:
代码:
<ahref="###"onclick="pmwin('open','uid=$post[authorid]')">{langsend_pm}</a><ahref="my.php?item=buddylist&newbuddyid=$post[authorid]&buddysubmit=yes"target="_blank"id="ajax_buddy_$post['count']"onclick="ajaxmenu(event,this.id,3000,0)">{langadd_to_buddylist}</a>
==========================================================================
安装方法:[附件里有修改好的!请在4月23号22点以前的重新下载]
==========================================================================
1、修改register.php(主目录下文件)
①查找:
代码:
if($password!=$password2){
showmessage('profile_passwd_notmatch');
}
下面加:
代码:
if($qq=preg_match("/^([0-9]+)$/",$qq)&&strlen($qq)>=5&&strlen($qq)<=12&&intval($qq)>0?$qq:''){
}else{
showmessage('请填写QQ号码,返回重新填写','javascript:history.back()');
}
2、templates/default/register.htm(模块文件)
①查找:
代码:
<tr>
<th><labelfor="password2">{langpassword_confirm}*</label></th>
<td>
<inputtype="password"name="password2"size="25"id="password2"onBlur="checkpassword2()"
tabindex="5"/>
<spanid="checkpassword2"></span>
</td>
</tr>
下面加:
代码:
<tr>
<th><labelfor="qq">QQ*</label></th>
<td><inputtype="text"id="qq"name="qq"size="25"tabindex="23"/></td>
</tr>
②再查找:
代码:
<tr>
<th><labelfor="qq">QQ</label></th>
<td><inputtype="text"id="qq"name="qq"size="25"tabindex="23"/></td>
</tr>
把以上代码删掉!!(删除高级选项里的)
当前1/2页12下一页阅读全文
【个人信息美化 For Discuz6.1.0 qq必填第1/2页】相关文章:
★ 命令行第1/2页
★ 提示Outlook/Foxmail收取163邮件失败:ERR 您没有权限使用pop3功能