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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

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

[复制链接]
云游四海 发表于 2006-10-31 10:33:49 | 显示全部楼层
把memcp_profile.htm里面的
  1. <tr>
  2. <td class="altbg1" width="21%"><span class="bold">{lang gender}</span></td>
  3. <td class="altbg2">
  4. <input class="radio" type="radio" name="gendernew" value="1" $gendercheck[1]> {lang male} &nbsp;
  5. <input class="radio" type="radio" name="gendernew" value="2" $gendercheck[2]> {lang female} &nbsp;
  6. <input class="radio" type="radio" name="gendernew" value="0" $gendercheck[0]> {lang secret}
  7. </td></tr>
复制代码

删掉。
就能解决注册后还可以修改性别的问题。好像是

解决性别总是默认选择的问题,register.htm里面
  1. <input type="radio" name="gendernew" value="1"checked> <img src="images/boy.gif">{lang male}
复制代码

把上一句里面的

  1. checked
复制代码

去掉就OK了!

[ 本帖最后由 云游四海 于 2006-10-31 10:44 编辑 ]
回复

使用道具 举报

 楼主| sxrm 发表于 2006-11-26 23:43:35 | 显示全部楼层
原帖由 jary 于 2006-10-19 17:32 发表
升级后注册时老是说生日有问题,注册不了啊

升级后还可以使用的
回复

使用道具 举报

liulin8767 发表于 2006-11-28 15:24:49 | 显示全部楼层
profile_year_invalid


啊不是吧。没成功。我也没备份  完了      

一提交就出现这个情况。。。5555555555555
回复

使用道具 举报

 楼主| sxrm 发表于 2006-12-4 20:45:43 | 显示全部楼层
可以用的啊
回复

使用道具 举报

mantian01 发表于 2006-12-18 09:18:24 | 显示全部楼层
解决性别修改问题
memcp_profile.htm

  1. <tr>
  2. <td class="altbg1" width="21%"><span class="bold">{lang gender}</span></td>
  3. <td class="altbg2">
  4. <input class="radio" type="radio" name="gendernew" value="1" $gendercheck[1]> {lang male} &nbsp;
  5. <input class="radio" type="radio" name="gendernew" value="2" $gendercheck[2]> {lang female} &nbsp;
  6. <input class="radio" type="radio" name="gendernew" value="0" $gendercheck[0]> {lang secret}
  7. </td></tr>
复制代码

改成
  1. <tr>
  2. <input type="HIDDEN" name="gendernew" value=$member['gender']>
  3. <td class="altbg1" width="21%"><span class="bold">{lang gender}</span></td>
  4. <td class="altbg2">
  5. <!--{if $gendercheck[1]}-->
  6. <img src="images/boy.gif">{lang male}
  7.         <!--{elseif $gendercheck[2]}-->
  8. <img src="images/girl.gif"> {lang female}
  9.         <!--{elseif $gendercheck[0]}-->
  10.         {lang secret}
  11. <!--{/if}-->
  12. </td></tr>
复制代码


解决取消check不选择问题
register.php

  1.         if($password != $password2) {
  2.                 showmessage('profile_passwd_notmatch');
  3.         }
复制代码

下面增加
  1.         if(!$gendernew) {
  2.                 showmessage("请选择好性别,注册后无法更改。");
  3.         }
复制代码

register.htm

        <tr>
        <td class="altbg1">{lang gender}:</td>
        <td class="altbg2">
        <input type="radio" name="gendernew" value="1"checked> <img src="images/boy.gif">{lang male}   
        <input type="radio" name="gendernew" value="2"> <img src="images/girl.gif"> {lang female}   <span class="smalltxt"><span class="bold">   请选择好性别,注册后无法更改。</span></span>
        </td></tr>
删除红色的checked

[ 本帖最后由 mantian01 于 2006-12-20 11:47 编辑 ]
回复

使用道具 举报

青玫瑰 发表于 2006-12-28 08:38:31 | 显示全部楼层
留个脚印。。空了试试~!~~~~~
回复

使用道具 举报

itotti 发表于 2007-1-4 14:04:52 | 显示全部楼层
您设置的出生年月日无效,请返回修改。


LZ,我明明是按您说的一步步的改的
回复

使用道具 举报

rpai 发表于 2007-1-4 19:08:32 | 显示全部楼层
不容易啊,现在没问题了吧~
回复

使用道具 举报

 楼主| sxrm 发表于 2007-1-15 23:14:41 | 显示全部楼层

回复 #56 mantian01 的帖子

谢谢提醒。。。。
回复

使用道具 举报

bearhou 发表于 2007-1-23 15:33:17 | 显示全部楼层
太感谢了!今天我论坛200个垃圾帖子,可算找到解救的办法了!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-22 15:46 , Processed in 0.032748 second(s), 2 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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