Jump to content

Recommended Posts

Posted (edited)

Salut, inca o problema nu mai imi merge chestia cu posturi ranku ... si pana acum imi mergea de ce ? ... :|

si daca puteti sa ma ajutati sa modific si asta :|

Capture.PNG

Capture.PNG

Edited by Fantasy-.-

Posted

Vezi dacă ai codurile în userInfoPane pentru prima problemă.

 

Pentru a doua ai boardIndexTemplate, caută

Contact


BTW, o problemă per topic ar fi ideal !

"Sufletele cele mai întunecate nu sunt cele care aleg să existe în iad, ci acelea care aleg să evadeze și se mută în tăcere printre noi." - Samuel Loomis (Halloween)

Posted (edited)

Am totul in userinfopane uite si nu merge :|:(

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']}' />
</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>
<if test="rankimage:|:$author['member_rank_img']">
<li class='group_icon'>
<if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'">
<img src='{$author['member_rank_img']}' alt='' />
<else />
</if>
</li>
</if>


<if test="postCount:|:$author['member_id']"> <div class="extraUserInfo">


      
</div></if>
<if test="authorwarn:|:$author['show_warn']">
<div style="background: rgb(42, 42, 42) none repeat scroll 0% 0%; padding: 1px;" class="extraUserInfo">
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt><i class="fa fa-hand-o-right"> </i> Rank:</dt>
   <dd>
   {$author['_group_formatted']} </dd>
  </li>
   </dl>
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt><i class="fa fa-file"> </i> Posts:</dt>
   <dd>
   {$author['posts']} </dd>
  </li>
   </dl>
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt><i class="fa fa-user"> </i> Member ID:</dt>
   <dd>
   {$author['member_id']} </dd>
  </li>
   </dl>
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt><i class="fa fa-user-plus"> </i> Joined:</dt>
   <dd>
   {parse date="$author['joined']" format="joined"} </dd>
  </li>
   </dl>
    <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt><i class="fa fa-thumbs-up"> </i> Reputation:</dt>
   <dd>
   {$author['pp_reputation_points']} </dd>
  </li>
   </dl>
   <dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt><i class="fa fa-exclamation-circle"> </i> Warn points:</dt>
   <dd>
   {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['warn_level'] ) )"} </dd>
  </li>
   </dl>
</div>
</if>
</ul>

<if test="$author['member_id'] == 2">
<div style="background: rgb(41, 41, 41) none repeat scroll 0% 0%; padding: 5px;" class="5am">
<a href="{parse url="showuser={$this->memberData['member_id']}"><div class="mentionbtn"> <i class="fa fa-user"></i>  </div></a>
<a href="/forum/index.php?app=members&module=messaging&section=send&do=form&fromMemberID=2" title="{$author['members_display_name']}"><div class="mentionbtn"> <i class="fa fa-envelope"></i>  </div></a>
<if test="authorwarn:|:$author['show_warn']">
<if test="hasWarningId:|:$options['wl_id']">
					<img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />
				</if>
<a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'><div class="warnbtn"> <i class="fa fa-exclamation-triangle"></i> </div></a>

</if> 
</div>
</if>

</div>

 

 

Edited by gadeas
Adaugat spoiler
  • gadeas locked this topic
Guest
This topic is now closed to further replies.
  • 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.