• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » General Information » First Steps with uCoz » Help with rules
Help with rules
Eona
Posts: 1
Reputation: 0

Message # 1 | 0:59 AM
I created a site with rules of registration on it. why can people that join the site not see the rules
Xayaan
Posts: 558
Reputation: 13

Message # 2 | 4:49 AM
Eona, Add This Code So That The New User Can See Registration
Code
<html xmlns="http://www.w3.org/1999/xhtml">  
  <head>  
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />  
  <script type="text/javascript" src="/js/openLayerA.js"></script>
  <title>Registration</title>  
  <style>  
  body {margin:0;font-family: Tahoma, sans-serif;font-size: 11px;background-color: #f2f2f5;}  
  a { color: #000000; }  
  a:hover { text-decoration: none; }  
  a img { border: 0px; }  
  td, body {font-family:verdana,arial,helvetica; font-size:8pt;}  
  .manHr {height: 0px; border: 0px solid #e4e4e4; border-top-width: 1px;}  
  hr {height: 0px; border: 0px solid #e4e4e4; border-top-width: 1px;}  
  </style>  
  </head>  

  <body style="padding:10px;">  
  <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" align="center">  
  <tr>  
  <td width="16" height="16" background="/imgs/1.gif"> </td>  
  <td background="/imgs/5.gif"> </td>  

  <td width="16" height="16" background="/imgs/4.gif"> </td>  
  </tr>  
  <tr>  
  <td background="/imgs/2.gif"> </td>  
  <td>  
  <table width="100%" border="0" cellspacing="10" cellpadding="0">  
  <tr>  
  <td><span style="font-size:14px;"><div align='center'><strong>Registration</strong></div></span></td>  
  </tr>  
  <tr>  
  <td>  

<DIV id="rules">  
<FIELDSET><LEGEND>Rules</LEGEND>  
<b>Your Rule's</b> here  
<HR>  
I have read the rules and i accept them.  
<INPUT type="checkbox" value="0" onclick="document.getElementById('bt').disabled=false" />  
<INPUT id="bt" type="button" disabled value="Continue registration" onclick="$('#rules').slideUp(); $('#regpage').slideToggle();" />  
</DIV>  
<DIV id="regpage" style="display:none;">  
$BODY$  
</DIV>  

   
  </td>  
  </tr>  

  <tr>  
  <td><div align='center'><span style="font-size:10px;"></span></div></td>  
  </tr>  
  </table>  

  </td>  
  <td background="/imgs/6.gif"> </td>  
  </tr>  
  <tr>  

  <td background="/imgs/3.gif"> </td>  
  <td height="16" background="/imgs/8.gif"> </td>  
  <td background="/imgs/7.gif"> </td>  
  </tr>  
  </table>  
  </body>  
  </html>  
<script>$POWERED_BY$</script>  
</body>  
</html>


and in the
Code
<b>Your Rule's</b> here
Write The Rules You Want To Display For The New Users To See While Registering
The Registration Form Will Appear Like This :

PAGE 1


PAGE 2


Ask Me If You Have Any questions Regarding This Topic And Please Use Search Before Asking In A Thread
Thank You
Hope I Helped
Best Regards
Attachments: 6092217.png (19.7 Kb) · 5653660.png (40.4 Kb)

My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio
Sunny
Posts: 9296
Reputation: 456

Message # 3 | 2:37 PM
Eona, provide your website address.
I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » General Information » First Steps with uCoz » Help with rules
  • Page 1 of 1
  • 1
Search: