Buna seara.
As dori profil care il aveti actul pe forum pentru aceeasi versiune phpbb2. (Daca se poate)
As dori profil care il aveti actul pe forum pentru aceeasi versiune phpbb2. (Daca se poate)
Cod:
<td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
<span class="name"><a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
<span class="postdetails poster-profile">
{postrow.displayed.POSTER_RANK}<br />
{postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
<!-- BEGIN profile_field -->
{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
<!-- END profile_field -->
{postrow.displayed.POSTER_RPG}
</span><br />
<img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
</td>
Cod:
<td class="profil-mare" valign="top" width="150">
<div class="chenar-profil-franta">
<span class="name"><a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -30px;" id="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
<div class="profile">
<br />
{postrow.displayed.POSTER_AVATAR}<br />
<div class="detalii" style="margin-top: 10px;"> Rank: {postrow.displayed.POSTER_RANK}</div>
<!-- BEGIN profile_field -->
<div class="detalii">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</div>
<!-- END profile_field -->
{postrow.displayed.POSTER_RPG}
</div>
</div>
</td>
Cod:
td.profil-mare {
background: #fff url(http://i36.servimg.com/u/f36/11/96/49/61/backgr10.png)!important;
background-repeat: repeat-x!important;
border: 1px solid #bbb;
font-size: 12px;
height: 300px;
min-height: 300px;
padding: 5px;
text-align: center;
}
div.chenar-profil-franta {
background: #fff url(http://i36.servimg.com/u/f36/11/96/49/61/backgr10.png)!important;
background-repeat: repeat-x!important;
border: 1px solid #bbb;
border-radius: 5px;
box-shadow: 0 0 1px #fff;
min-heigh: 380px!important;
padding: 5px;
}
div.detalii {
background: #fff url(http://i36.servimg.com/u/f36/11/96/49/61/backgr10.png)!important;
background-color: #ddd;
background-repeat: repeat-x!important;
border: 1px solid #bbb;
border-left: none;
border-right: none;
color: #000!important;
font-size: 12px;
font-weight: 600;
margin-bottom: -1px;
padding: 7px;
text-align: center;
}