• Page 1 of 2
  • 1
  • 2
  • »
Cant change registation design!
Dusten
Posts: 9
Reputation: 0

Message # 1 | 1:02 AM
This should explain all of what is happening....

Attachments: 5324697.png (62.9 Kb)
Dartz
Posts: 1931

Message # 2 | 1:30 AM
You aren't allowed to create multiple threads if the theme is identical.

Why deleting registration page? And why you need another e-mail field?


[... With uCoz since December 2 2007 ...]
Dusten
Posts: 9
Reputation: 0

Message # 3 | 1:33 AM
I am not deleteing registration page... I just want to be able to edit it. But I cant and I dont know why sad
Dartz
Posts: 1931

Message # 4 | 1:40 AM
And what problem occurs when you are trying to save changes?
Content appears again? That's protection. If you want to change
field names go to Substitution of default phrases in Settings or
if you want to remove fields go to Module Settings in Users mod.

[... With uCoz since December 2 2007 ...]
Dusten
Posts: 9
Reputation: 0

Message # 5 | 1:43 AM
So what if I want to add $SUBSCRIPTION_SIGN$ $SUBSCRIPTION_FL$ on the page and when I save the code that doesnt appear on the page??? (I can delete all the content and save it and the page still looks like normal. Then I can add codes to it and it still does NOTHING) sad :(
Dartz
Posts: 1931

Message # 6 | 9:48 AM
There already is $SUBSCRIPTION_SIGN$ and $SUBSCRIPTION_FL$ .
If it doesn't appear that's because you didn't enable the feature.

Go to Control Panel -> Users -> Module Settings and Enable:
' Enable "Mailing list subscription" (Mass mail dispatch) feature '

As obligation you must create at least 1 category to make it work.
Control Panel -> Users -> Mailing list subscription -> New category.


[... With uCoz since December 2 2007 ...]
Dusten
Posts: 9
Reputation: 0

Message # 7 | 10:43 PM
Ok I have done all of that.... But I can edit all the code and it wont do anything why???? I think something is wrong with the (my) control panel. sad

Added (2010-04-11, 4:43 PM)
---------------------------------------------
I have tried everything to edit the registation page and nothing seems to work. (There is two place you can edit One si the forms like e-mail, website, name, password etc. And the other code you can edit is the WHOLE template of the registation page)

Dartz
Posts: 1931

Message # 8 | 1:21 AM
You can't edit template via: CP -> Customize Design -> User registration form.

Why? - That's a form not a template. Template can be edited via CSS only.


[... With uCoz since December 2 2007 ...]
Dusten
Posts: 9
Reputation: 0

Message # 9 | 1:48 AM
Ok well is there anyway you can check to see my site is working right??? URL: www.freedomtrans.ucoz.com

Also all I want to do is change some forms but I cant....

This is what I am trying to edit to add new forms (But the site will not save/or change the page when I do save the code)

Code
<table border="0" cellspacing="1" cellpadding="2" width="100%" class="manTable" id="siM63">
<?if($ERROR$)?>
<tr id="siM1"><td colspan="2" align="center" class="manTdError" id="siM2">$ERROR$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($LOGIN_FL$)?>
<tr id="siM42"><td class="manTd1" width="35%" id="siM43">$LOGIN_SIGN$</td><td class="manTd2" id="siM44">$LOGIN_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($PASSWORD_FL$)?>
<tr id="siM45"><td class="manTd1" id="siM46">$PASSWORD_SIGN$</td><td class="manTd2" id="siM47">$PASSWORD_FL$</td></tr>
<?endif?>
<?if($PASSWORD1_FL$)?>
<tr id="siM48"><td class="manTd1" id="siM49">$PASSWORD1_SIGN$</td><td class="manTd2" id="siM50">$PASSWORD1_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?else?><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($GROUP_FL$)?>
<tr id="siM70"><td class="manTd1" id="siM71">$GROUP_SIGN$</td><td class="manTd2" id="siM72">$GROUP_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($NAME_FL$)?>
<tr id="siM51"><td class="manTd1" id="siM52">$NAME_SIGN$</td><td class="manTd2" id="siM53">$NAME_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($EMAIL_FL$)?>
<tr id="siM54"><td class="manTd1" id="siM55">$EMAIL_SIGN$</td><td class="manTd2" id="siM56">$EMAIL_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($WWW_FL$)?>
<tr id="siM3"><td class="manTd1" id="siM4">$WWW_SIGN$</td><td class="manTd2" id="siM5">$WWW_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($ICQ_FL$)?>
<tr id="siM6"><td class="manTd1" id="siM7">$ICQ_SIGN$</td><td class="manTd2" id="siM8">$ICQ_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($AOL_FL$)?>
<tr id="siM9"><td class="manTd1" id="siM10">$AOL_SIGN$</td><td class="manTd2" id="siM11">$AOL_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($MSN_FL$)?>
<tr id="siM12"><td class="manTd1" id="siM13">$MSN_SIGN$</td><td class="manTd2" id="siM14">$MSN_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($YAHOO_FL$)?>
<tr id="siM15"><td class="manTd1" id="siM16">$YAHOO_SIGN$</td><td class="manTd2" id="siM17">$YAHOO_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($BIRTHDAY_FL$)?>
<tr id="siM30"><td class="manTd1" id="siM31">$BIRTHDAY_SIGN$</td><td class="manTd2" id="siM32">$BIRTHDAY_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($GENDER_FL$)?>
<tr id="siM27"><td class="manTd1" id="siM28">$GENDER_SIGN$</td><td class="manTd2" id="siM29">$GENDER_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($COUNTRY_FL$)?>
<tr id="siM18"><td class="manTd1" id="siM19">$COUNTRY_SIGN$</td><td class="manTd2" id="siM20">$COUNTRY_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($STATE_FL$)?>
<tr id="siM21"><td class="manTd1" id="siM22">$STATE_SIGN$</td><td class="manTd2" id="siM23">$STATE_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($CITY_FL$)?>
<tr id="siM24"><td class="manTd1" id="siM25">$CITY_SIGN$</td><td class="manTd2" id="siM26">$CITY_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($AVATAR_FL$)?>
<tr id="siM36"><td class="manTd1" valign="top" id="siM37">$AVATAR_SIGN$</td><td class="manTd2" id="siM38">$AVATAR_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($SIGNATURE_FL$)?>
<tr id="siM33"><td class="manTd1" id="siM34">$SIGNATURE_SIGN$</td><td class="manTd2" id="siM35">$SIGNATURE_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($SUBSCRIPTION_FL$)?>
<tr id="siM39"><td class="manTd1" id="siM40">$SUBSCRIPTION_SIGN$</td><td class="manTd2" id="siM41">$SUBSCRIPTION_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($OPTIONS_FL$)?>
<tr id="siM63"><td class="manTd1" id="siM64">$OPTIONS_SIGN$</td><td class="manTd2" id="siM65">$OPTIONS_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<?if($SECURITY_CODE_FL$)?>
<tr id="siM60"><td class="manTd1" id="siM61">$SECURITY_CODE_SIGN$</td><td class="manTd2" id="siM62">$SECURITY_CODE_FL$</td></tr><tr><td height="10" class="manTdSep" colspan="2"><hr class="manHr" /></td></tr>
<?endif?>
<tr id="siM64"><td class="manTdBut" colspan="2" align="center" id="siM65"><input class="manFlSbm" id="siF20" type="submit" name="sbm" value="$SUBMIT_SIGN$" /></td></tr>
</table>
Dartz
Posts: 1931

Message # 10 | 2:33 AM
Do you listen? I told you, you don't need to edit this form because you can edit
the field names via: Substitution of default phrases and you can change design
via CSS. You don't need to edit this form.

[... With uCoz since December 2 2007 ...]
Dusten
Posts: 9
Reputation: 0

Message # 11 | 2:59 AM
Fine I do listen Its just that I have done what you have said but the registation page is still the same no matter what i do. But I guess you can only talk back to me and not research into why i cant change the pages fields etc.
Dartz
Posts: 1931

Message # 12 | 3:18 AM
If you have uNet users, you can't change registration form. You can modify
only local users registration form. I assume you was wise enough to know.

[... With uCoz since December 2 2007 ...]
Dusten
Posts: 9
Reputation: 0

Message # 13 | 1:25 PM
Well thank you very much for telling me that! I did not know. So I delete users then i edit.
Dusten
Posts: 9
Reputation: 0

Message # 14 | 0:11 AM
Do I delete all users (even myself?)

I have done all you said deleted users etc etc but still no changes to the page sad

When you delete the code in user registation PAGE it will delete the whole page. But when you delete all the code in user registation FORM it does nothing at all.

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="/.s/src/css/916.css" />
</head>

<body>
$ADMIN_BAR$
<div id="contanier">
    $GLOBAL_AHEADER$
       

    <div id="content">
    <!-- <middle> -->
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
    <td valign="top" style="width:220px;">
    $GLOBAL_CLEFTER$
</td>
    <td valign="top" style="padding:0px 0px 0px 20px;"><?if($MODULE_NAME$)?><h3>$MODULE_NAME$</h3><br><?endif?><!-- <body> --><div align="center">$BODY$</div><!-- </body> --></td>
    </tr>
    </table>
    <!-- </middle> -->
    </div>
</div>

$GLOBAL_BFOOTER$

</body>

</html>

***This is what happens when you delete the above code. But when you try to edit it (to add fields it does nothing)

---So the user registation FORM code when edited or deleted will do nothing to the register page. The user registation PAGE when edit does NOTHING but all code is deleted the whole page in blank in the picture above is what happens. I dont know what to do.

Attachments: 0021372.png (415.0 Kb) · 3735164.png (328.4 Kb)
Post edited by Dusten - Tuesday, 2010-04-13, 0:24 AM
Dartz
Posts: 1931

Message # 15 | 0:21 AM
Dusten, do you have local users enabled in Module Settings?

And why you need to add fields? You can't add fields, you can
only rename already existing ones - that is the reason you do
not need to modify the form.


[... With uCoz since December 2 2007 ...]
  • Page 1 of 2
  • 1
  • 2
  • »
Search: