Jump to content

Recommended Posts

Posted (edited)

Am facut modificari de curand in Gobal Templates la UserinfoPane si nu mai apare imaginea de la SecondaryGroup cum as putea face sa apara iar

 

UserinfoPane

Spoiler

<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>
<font face="arial"><div class="extraUserInfo">
   <dd><font size="2.8px">
<font color="#C5C5C5">╔═══════<font size="1.6px">VG</font>═══════╗</font>
  {$author['_group_formatted']}
<font color="#C5C5C5">╚═══════<font size="1.6px">VG</font>═══════╝</font>
</font></font>


</div></font>
 
 
<if test="postCount:|:$author['member_id']"> <div class="extraUserInfo">
 
 
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt><i class="fa fa-comment"></i> 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><i class="fa fa-check-square-o"></i> 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><i class="fa fa-child"></i> Member ID:</dt>
   <dd>
   {$author['member_id']}</dd>
  </li>
   </dl>
</div>
<div class="extraUserInfo">
 
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt><i class="fa fa-thumbs-o-up"></i> Reputation:</dt>
   <dd>
   {$author['pp_reputation_points']}</dd>
  </li>
   </dl>
</div>
 
 
<div class="extraUserInfo">
 
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt><i class="fa fa-bell"></i> Warn-uri:</dt>
   <dd>
   {$author['warn_level']}</dd>
  </li>
   </dl>
</div>
 
 
 
</ul>
 
 
 

</div>

 

 

Edited by gadeas
Adaugat spoiler
  • gadeas changed the title to Secondary group nu mai apare la userInfoPane

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • 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.