Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 在注册时必须填生日及性别FOR5.0正式版(9月8日已更新)

[复制链接]
广州农民 发表于 2006-9-8 09:18:04 | 显示全部楼层
顶。如果改注册必需要填来自那里怎么改?一起麻烦你弄弄。谢谢
回复

使用道具 举报

chxf 发表于 2006-9-8 11:15:18 | 显示全部楼层
收藏了
回复

使用道具 举报

 楼主| sxrm 发表于 2006-9-8 17:28:09 | 显示全部楼层
原帖由 广州农民 于 2006-9-8 09:18 发表
顶。如果改注册必需要填来自那里怎么改?一起麻烦你弄弄。谢谢


修改register.htm
查找:
  1.         <tr>
  2.         <td class="altbg1"><span class="bold">{lang email}</span></td>
  3.         <td class="altbg2"><div class="input"><input type="text" name="email" size="25" id="email" onBlur="checkemail()"></div><div id="checkemail" class="notice"><!--{if $regverify == 1}-->&nbsp; <span class="smalltxt">{lang register_email_comment}</span><!--{/if}-->
  4.         <!--{if $accessemail}-->&nbsp; <span class="smalltxt">{lang register_email_invalid}</span><!--{elseif $censoremail}-->&nbsp; <span class="smalltxt">{lang register_email_censor}</span><!--{/if}--></div>
  5.         </td>
  6.         </tr>
复制代码


在下面添加
  1.         <tr>
  2.         <td class="altbg1"><span class="bold">{lang location}</span></td>
  3.         <td class="altbg2"><input type="text" name="locationnew" size="25"></td>
  4.         </tr>
复制代码


把下面的这段删除(防止高级设置重复)
  1.         <tr>
  2.         <td class="altbg1"><span class="bold">{lang location}</span></td>
  3.         <td class="altbg2"><input type="text" name="locationnew" size="25"></td>
  4.         </tr>
复制代码


修改register.php
查找:
  1.         if($password != $password2) {
  2.                 showmessage('profile_passwd_notmatch');
  3.         }
复制代码


在下面添加
  1. if(!$locationnew) {
  2.                 showmessage("请填写来自那里,返回重新填写");
  3.         }
复制代码
回复

使用道具 举报

 楼主| sxrm 发表于 2006-9-8 17:35:25 | 显示全部楼层

回复 #5 HY清风 的帖子

已经修正
回复

使用道具 举报

wyjwjl 发表于 2006-9-9 15:37:21 | 显示全部楼层
Parse error: parse error in d:\usr\web\www\forumdata\templates\1_register.tpl.php on line 314
回复

使用道具 举报

蓝宇 发表于 2006-9-9 16:55:21 | 显示全部楼层
强,支持
回复

使用道具 举报

marco608 发表于 2006-9-10 15:11:06 | 显示全部楼层
我按教程修改。

最后只添加了性别为必填,没有生日为必填的?
回复

使用道具 举报

marco608 发表于 2006-9-10 15:18:08 | 显示全部楼层
原来我修错了一处,已经修正。

谢谢!

^_^
回复

使用道具 举报

haoyinji 发表于 2006-9-10 18:41:43 | 显示全部楼层
OK,搞定,谢谢LZ!^_^
回复

使用道具 举报

情比金坚 发表于 2006-9-10 20:49:25 | 显示全部楼层
晕,楼主请分享一下,如何在用户信息栏里显示性别吧
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-22 15:25 , Processed in 0.026953 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表