dodamies uz to bliku kur mums vajak un kopējam iekšā šo
Code
<?if($USER_AVATAR_URL$)?><img class="useravatar" src="$USER_AVATAR_URL$"><?else?><img class="useravatar" src="http://skyscript.ucoz.com/images/Nau-Avatara.gif"><?endif?>
<br>
<div class="userinfo">
<b>$USERNAME$</b>! <a href="javascript://" onclick="$('#idinfo').slideToggle('normal');">Info</a>
<div id="idinfo" style="display: none">
<table border="0" cellspacing="0" width="100%">
<tr>
<td class="ForumInfoTableTDsfirst">Tavs IP:</td>
<td class="ForumInfoTableTDsfirst" align="right">$IP_ADDRESS$</td>
</tr>
<tr>
<td class="ForumInfoTableTDs">Grupa:</td>
<td class="ForumInfoTableTDs" align="right">$USER_GROUP$</td>
</tr>
<tr>
<td class="ForumInfoTableTDs">Peronas Numurs:</td>
<td class="ForumInfoTableTDs" align="right">#$USER_ID$</td>
</tr>
<tr>
<td class="ForumInfoTableTDs">Vēstules:</td>
<td class="ForumInfoTableTDs" align="right">$UNREAD_PM$</td>
</tr>
</table>
<div class="myForumNavLinks">
<hr>
<a class="myfNavLink" href="/index/10">Iziet</a> <a class="myfNavLink" href="$PERSONAL_PAGE_LINK$" target="_blank">Profils</a> <a class="myfNavLink" href="/index/14">PM</a><hr>
</div></div>
un CSS, vainu liekam starp < style tegiem> vai arī CSS failā kas jau jums ir
Code
.useravatar {border-collapse:separate;border:3px solid #FFF;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-moz-box-shadow: 0px 0px 3px black;-webkit-box-shadow: 0px 0px 3px black;height:130px;width:130px;}
.userinfo {padding:1px;background:#eeeeee;border:1px solid #bbbbbb;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;width:150px;}
.ForumInfoTableTDsfirst {border-top:dotted 1px #bbbbbb;border-right:solid 0px;border-bottom:dotted 1px #bbbbbb;border-left:solid 0px;}
.ForumInfoTableTDs {border-top:dotted 0px;border-right:solid 0px;border-bottom:dotted 1px #bbbbbb;border-left:solid 0px;}
.myForumNavLinks {padding:2px;}
a.myfNavLink:link {text-decoration:none; color:#0079ff;padding-top:2px;padding-bottom:2px;padding-left:3px;padding-right:3px;background:#eeeeee;border:1px solid #bbbbbb;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
a.myfNavLink:active {text-decoration:none; color:#0079ff;padding-top:2px;padding-bottom:2px;padding-left:3px;padding-right:3px;background:#eeeeee;border:1px solid #bbbbbb;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
a.myfNavLink:visited {text-decoration:none; color:#0079ff;padding-top:2px;padding-bottom:2px;padding-left:3px;padding-right:3px;background:#eeeeee;border:1px solid #bbbbbb;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
a.myfNavLink:hover {text-shadow: 0 0 3px white;text-decoration:none; color:#0079ff;padding-top:2px;padding-bottom:2px;padding-left:3px;padding-right:3px;background:#eeeeee url(http://skyscript.ucoz.com/images/url.png);border:1px solid #0079ff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-box-shadow:inset 0 0 10px #FFF;-webkit-box-shadow:inset 0 0 10px #FFF;box-shadow:inset 0 0 10px #FFF;}