• Page 1 of 1
  • 1
Registration
PredatoR
Posts: 132
Reputation: 0

Message # 1 | 4:28 AM
Is it possible to delete ucoz registracion system and to put your own ?

.:[ If i helped you please pump up my Reputation and give me award :) ]:.
Sanjay_149
Posts: 212
Reputation: 5

Message # 2 | 4:36 AM
PredatoR, I am afraid it is not possible.
Unlike computers, no human brain has ever said:" Hard drive full."
CodeResolution
Posts: 1570
Reputation: 58

Message # 3 | 11:00 AM
PredatoR, you can change your user settings to 'Local Users' but you must be using a premium membership.
Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
SirDarknight
Posts: 247
Reputation: -5

Message # 4 | 12:58 PM
Why are you not editing it ??

CP>Customize Design>Users>user Registration Form

CodeResolution
Posts: 1570
Reputation: 58

Message # 5 | 1:58 PM
SirDarknight, the uNet registration form can only be modified to a limit and isn't very customizable.
Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
PredatoR
Posts: 132
Reputation: 0

Message # 6 | 8:37 AM
SirDarknight , Here you cant edit anything , its impossible ...

Code

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Registration page - $SITE_NAME$</title>
<?$META_DESCRIPTION$?>
<link type="text/css" rel="StyleSheet" href="/_st/my.css" />
</head>
<body>
$ADMIN_BAR$
<script type="text/javascript">
jQuery(document).ready(function(){
$(":radio").addClass('niceRadio');
jQuery(".niceRadio").each(
function() {
changeRadioStart(jQuery(this));
});
});
function changeRadio(el)
{
var el = el,
input = el.find("input").eq(0);
var nm=input.attr("name");
jQuery(".niceRadio input").each(
function() {
if(jQuery(this).attr("name")==nm) {
jQuery(this).parent().removeClass("radioChecked");
}
});
if(el.attr("class").indexOf("niceRadioDisabled")==-1) {
el.addClass("radioChecked");
input.attr("checked", true);
}
return true;
}
function changeVisualRadio(input)
{
var wrapInput = input.parent();
var nm=input.attr("name");
jQuery(".niceRadio input").each(
function() {
if(jQuery(this).attr("name")==nm)
{
jQuery(this).parent().removeClass("radioChecked");
}
});
if(input.attr("checked"))
{
wrapInput.addClass("radioChecked");
}
}
function changeRadioStart(el){
try
{
var el = el,
radioName = el.attr("name"),
radioId = el.attr("id"),
radioChecked = el.attr("checked"),
radioDisabled = el.attr("disabled"),
radioTab = el.attr("tabindex"),
radioValue = el.attr("value");
if (el.attr("onclick")) {
radioClick = "onmouseup='button_activate();'";
}
else { radioClick = "";}
if(radioChecked)
el.after("<span class='niceRadio radioChecked'"+radioClick+">"+
"<input type='radio'"+
"name='"+radioName+"'"+
"id='"+radioId+"'"+
"checked='"+radioChecked+"'"+
"tabindex='"+radioTab+"'"+
"value='"+radioValu e+"' /></span>");
else
el.after("<span class='niceRadio'"+radioClick+">"+
"<input type='radio'"+
"name='"+radioName+"'"+
"id='"+radioId+"'"+
"tabindex='"+radioTab+"'"+
"value='"+radioValue+"' /></span>");
if(radioDisabled)
{
el.next().addClass("niceRadioDisabled");
el.next().find("input").eq(0).attr("disabled","disabled");
}

el.next().bind("mousedown", function(e) { changeRadio(jQuery(this)) });
el.next().find("input").eq(0).bind("change", function(e) { changeVisualRadio(jQuery(this)) });
if(jQuery.browser.msie)
{
el.next().find("input").eq(0).bind("click", function(e) { changeVisualRadio(jQuery(this)) });
}
el.remove();
}
catch(e){
}
return true;
}
</script>
$GLOBAL_AHEADER$
<!-- <middle> -->
<table border="0" cellspacing="0" cellpadding="0" width="960">
<tr>
<td id="leftcol">
$GLOBAL_CLEFTER$
</td>
<td id="maincol">
<div id="maincol_inside"><!-- <body> --><div align="center">$BODY$</div><!-- </body> --></div>
</td>
<td id="rightcol">
$GLOBAL_DRIGHTER$
</td>
</tr>
</table>
<!-- </middle> -->
</td></tr>
<tr><td id="content_bottom"></td></tr>
</table>
</div>
</div>
$GLOBAL_BFOOTER$
</body>
</html>


.:[ If i helped you please pump up my Reputation and give me award :) ]:.
Natashko
Posts: 3366
Reputation: 171

Message # 7 | 2:18 PM
PredatoR, in theory it is possible to change the outlook of the registration form with the help of JavaScripts. But the functionality of the page will remain the same.
The registration form and the fields in it are the same for all websites that support uID. It is possible to change/edit the local registration form. To do so go to CP->Design->Design management->User registration form
It is possible to change "Allowed methods of users authorization" from uNet users to Local users, by buying any package or a service that costs more than 2 dollars.
http://forum.ucoz.com/forum/7-52-1#200
Let's continue the discussion there
  • Page 1 of 1
  • 1
Search: