home

更改注册时的 13岁选择

Tags: ,

更改注册时的 13岁选择
注册前会让你选:

我同意以上条文(而且我已满13岁)

我同意以上条文(但是我未满13岁)

我不同意

是不是觉得很烦人呢!

去掉的方法是:

  1. #
  2. #-----[ OPEN ]------------------------------------------
  3. #
  4.  
  5. /includes/usercp_register.php
  6.  
  7. #
  8. #-----[ FIND ]------------------------------------------
  9. #
  10.  
  11. "AGREE_UNDER_13" => $lang['Agree_under_13'],
  12.  
  13.  
  14. #
  15. #-----[ REPLACE, WITH  ]-----------------------------
  16. #
  17.  
  18. //"AGREE_UNDER_13" => $lang['Agree_under_13'],
  19.  
  20. #
  21. #-----[ OPEN ]------------------------------------------
  22. #
  23.  
  24. /language/lang_chinese_simplified/
  25.  
  26. #
  27. #-----[ FIND ]------------------------------------------
  28. #
  29.  
  30. $lang['Agree_over_13'] =我同意并且我<b>大于</b>13岁";
  31.  
  32. #
  33. #-----[ REPLACE, WITH  ]-----------------------------
  34. #
  35.  
  36. $lang['Agree_over_13'] =我同意";
  37.  
  38. #
  39. #-----[ OPEN ]------------------------------------------
  40. #
  41.  
  42. templates/your style/agreement.tpl
  43.  
  44. #
  45. #-----[ DEL ]------------------------------------------
  46. #
  47.  
  48. <a href="{U_AGREE_UNDER13}" class="genmed">{AGREE_UNDER_13}</a><br /><br />
  49.  
  50. #
  51. #-----[ SAVE/CLOSE ALL FILES ]---------------------------------
  52. #
  53. # EoM

Created By: sb123

Form Page: 更改注册时的 13岁选择


留言中至少要有一个中文字

Leave a Reply