Jump to content

Modificare Userinfo


Game Over^

Recommended Posts

ACP > LOOK & FEEL > TEMA TA > CSS > Ipb_Styles.Css 

Adaugi :

.extraUserInfo{

  font-size:11px;
  padding:4px 0px;
}


.pairsJustified {
margin: 3px 3px 2px;
font-size: 9px;
border-bottom: 1px dashed #262626;
overflow: hidden;
line-height: 1.5;
}


.pairsJustified:hover {
border-bottom: 1px solid #4e4e4e;}

.pairsJustified dt {
padding-right: 5px;
float: left;
text-align: left;
max-width: 100%;
margin-right: 5px;
font-size: 10px;
color: #5e5e5e;
text-shadow: 0 1px #000;
}


.pairsJustified dd {
float: right;
font-size: 10px;
color: #5e5e5e;
text-shadow: 0 1px #000;
text-align: right;
max-width: 100%;
}

Dupa dai pe tab-ul Templates » Global Templates » UserInfoPane și inlocuiești cu:

<div itemscope itemtype="http://schema.org/Person" class='user_details'> 
<span class='hide' itemprop="name">{$author['members_display_name']}</span>
<ul class='basic_info'>
<if test="membertitle:|:$author['member_title']">
<p class='desc member_title'>{$author['member_title']}</p>
</if>
<if test="avatar:|:$author['member_id']">
<li class='avatar'>
<if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
<a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'>
</if>
<if test="hasVariable:|:$this->settings['member_topic_avatar_max']">
<img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />
<else />
<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
</if>
<if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
</a>
</if>
</li>
<else />
<li class='avatar'>
<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
</li>
</if>
 

<div class="extraUserInfo">
 
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt>Group:</dt>
   <dd>
   {$author['_group_formatted']}</dd>
  </li>
   </dl>
</div>




<if test="postCount:|:$author['member_id']"> <div class="extraUserInfo">
 
 
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt>Posts:</dt>
   <dd>
   {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </dd>
  </li>
   </dl>
</div></if>

<div class="extraUserInfo">
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt>Joined:</dt>
   <dd>
  {parse date="$author['joined']" format="joined"}</dd>
  </li>
   </dl>
</div>

<div class="extraUserInfo">
 
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt>Member ID:</dt>
   <dd>
   {$author['member_id']}</dd>
  </li>
   </dl>
</div>
<div class="extraUserInfo">
 
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt>Reputation:</dt>
   <dd>
   {$author['pp_reputation_points']}</dd>
  </li>
   </dl>
</div>

</ul>


 
</div>

Iar rezultatul va fii : 54c8f2d099847.png

 

Baftă .

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.