Pasul 1: Panoul de Control - Design - Administrarea design-ului (şabloane) - Secţiuni globale [Primul, sau Al doilea recipient] - creaţi un block nou (aici găsiţi explicaţia cum de-l creat) şi băgaţi în el codul:
Code
<table width="100%">
<tbody>
<tr>
<td><center><div class="avaa">
<?if($USER_AVATAR_URL$)?>
<img src="$USER_AVATAR_URL$" max-height="150" max-width="150">
<?else?>
<img src="http://fierbinte.ucoz.ro/Forum/Iconite/Fara_avatar/4.png" width="150" height="150">
<?endif?>
</div></center>
<?if($USER_LOGGED_IN$)?><div id="about_pr">
<center style="margin-top:1px;"><span style="font-size: 8pt;margin-left:5px;margin-top:2px;"><b>($USER_FULL_NAME$)</b></span></center><img src="http://fierbinte.ucoz.ro/Prieteni/Iubesc.png"style="margin-top:1px;margin-bottom:1px;" border="0" alt="" /> <br>
<span style="font-size: 8pt;margin-left:5px;">ID: <div style="float: right;margin-right:5px;"><b>$USER_ID$</b></div></span> ---------------------------- <br>
<span style="font-size: 8pt;margin-left:5px;">Sex: <div style="float: right;margin-right:5px;"><b>$USER_GENDER$</b></div></span> ----------------- <br>
<span style="font-size: 8pt;margin-left:5px;">Prezent de: <div style="float: right;margin-right:5px;"><b>$USER_REG_DAYS$ <?if($USER_REG_DAYS$%10=0||$USER_REG_DAYS$%10>4||$USER_REG_DAYS$%100>10&&$USER_REG_DAYS$%100<15)?>Zile<?else?><?if($USER_REG_DAYS$%10=1)?>zi<?else?>ore<?endif?><?endif?></b></div></span></span> ----------- <br>
<span style="font-size: 8pt;margin-left:5px;">Grupa: <div style="float: right;margin-right:5px;"><b>$USER_GROUP$</b></div></span> ------ <br>
<div style="vertical-align: bottom;margin-bottom:2px;"><span style="font-size: 8pt;margin-left:5px;">IP: <div style="float: right;margin-right:5px;"> --------- <b>$IP_ADDRESS$</b></div></span> </div>
</div></td>
</tr>
</tbody>
</table>
<table width="103%">
<tbody>
<tr><td width="50%">
<input class="buttonprofile" style="width:100%;" target="_blank" type="button" onclick="document.location.href='/index/8'; return false; target: blank;" value="Profil"/>
<input class="buttonprofile"style="width:100%;" type="button" onclick="document.location.href='$PM_URL$'; return false;" value="MP (<?if($IS_NEW_PM$)?>$IS_NEW_PM$<?else?>0<?endif?>)"/>
</td>
<td width="50%">
<input class="buttonprofile"style="width:100%;height:43;" type="button" onclick="document.location.href='$LOGOUT_LINK$'; return false;" value="Ieşire"/>
</td>
</tr>
</tbody>
</table><?else?>
$LOGIN_FORM$
</td>
</tr>
</tbody>
</table><?endif?>
Pasul 2: Panoul de Control - Design - Administrarea design-ului (şabloane) - Utilizatori [Formular înregistrare utilizator/Formular de autentificare] - schimbaţi tot codul de acolo cu:
Code
<?if($PAGE_ID$="login")?><div><?endif?>
<table id="about_pr_2" style="padding:0;" border="0" cellspacing="1" cellpadding="0" width="100%">
<?if($ERROR$)?><td colspan="2" style="color:red;text-align:center;">$ERROR$</td><?endif?>
<tr><td><input class="loginField" type="text" name="user" onfocus="if(this.value=='E-Mail/Numele')this.value=''" onblur="if(this.value=='')this.value='E-Mail/Numele'" value="E-Mail/Numele" size="20" style="width:100%;" maxlength="50"/></td></tr>
<tr><td><input class="loginField" type="password" name="password" size="20" style="width:100%" onfocus="if(this.value=='Parola')this.value=''" onblur="if(this.value=='')this.value='Parola'" value="Parola" maxlength="15"/></td></tr>
</table>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr><td align="center" width="100%" valign="top">
<input style="width:100%;margin-top:2px;" width="100%" class="loginButton" name="sbm" type="submit" value="Intră"/>
<?if($PAGE_ID$="login" && $HIDDEN_ALLOWED$)?>
<input id="hid$PAGE_ID$" type="checkbox" name="hidden" value="1" /><label for="hid$PAGE_ID$">Ascuns</label><?endif?>
<div style="font-size:7pt;text-align:center;margin-top:3px;"><a href="$REMINDER_LINK$">Am uitat parola</a> | <a href="$REGISTER_LINK$">Înregistrare</a></div></td></tr>
</table>
<?if($PAGE_ID$="login")?></div><?endif?>
Pasul 2: Panoul de Control - Design - Administrarea design-ului (CSS) - adăugaţi codul de mai jos.
Code
#about_pr_2 {background:#f1f1f1;border:1px solid #3e81b2;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-top:5px;}
#about_pr {background:#f1f1f1;border:1px solid #3e81b2;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-top:5px;}
.avaa {text-align:center;border: 10px solid #36638e;width:150px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.buttonprofile {background:#f1f1f1;border:1px solid #cbcbcb;line-height:25px;width:100%;color:8B8881;text-align:center;margin-bottom:3px;}
.loginField {background:#f1f1f1;border:1px solid #cbcbcb;color:#8B8881;height:20px;}
.loginButton {background:#f1f1f1;border:1px solid #cbcbcb;color:#8B8881;width:97%;height:25%;float:left;}
Rezultatul: