Jump to content

Recommended Posts

Posted

xUSAfjT.png

Salut am si eu aceasta problema , am bagat si css-ul am schimbat mai multe userinfopane si la fel fac toate.

Semnatura abuziva nu este permisa.

  • Moderators
Posted

Eu nu vad nici-o problema. Arata ca si un userInfoPane normal cu toate datele ce ar trebui sa apara.

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

trebuia sa fie in chenar . la asta ma refer nu se pune chenarele .

Semnatura abuziva nu este permisa.

Posted

pe alta tema merge :) dar pe asta nu . si eu vreau sal fac si pe asta.

Semnatura abuziva nu este permisa.

Posted

Nu merge deoarece codul de pairsJustified si extraUserInfo există deja.

Caută în Css pairsJustified si sterge tot ce are acest tag. La fel fă si cu extraUserInfo.

Codul ar trebui SĂ SEMENE cu acesta... Nu este exact ăsta da seamănă:

.extraUserInfo{
  font-size:12px;
  padding:4px 0px;
font-family: Calibri;
}
.pairsJustified{
  margin:1px 0 0;
  font-size:12px;
  border-bottom:1px solid grey;
  overflow:hidden;
  line-height:2;
list-style-type: none;
}
.pairsJustified:hover{
  border-bottom:1px solid white;
}
.pairsJustified dt{
  font-size:12px !important;
  float:left;
  padding-left:5px;
  text-align:left;
  max-width:100%;
  color:#ababab;
  text-shadow:0 1px #000;
}
.pairsJustified dd{
  float:right;
  font-size:11px !important;
  text-align:right;
  max-width:100%;
  padding-right:5px;
  text-shadow:0 1px #000;
}

După ce stergi ce am zis poţi folosi si codul de mai sus dat de mine, este drăguţ si ăla.

Posted

am sters si ala si extrauserinfo si l-am pus si pe al tau dar degaba . 

Semnatura abuziva nu este permisa.

Posted

Incearca asta :

userInfoPane: 

<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">RG</font>═══════╗</font>
  {$author['_group_formatted']}
<font color="#C5C5C5">╚═══════<font size="1.6px">RG</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-plus-square-o"></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>

CSS:

 .extraUserInfo{
  font-size:12px;
  padding:4px 0px;
font-family: Calibri;
}
.pairsJustified{
  margin:1px 0 0;
  font-size:12px;
  border-bottom:1px solid grey;
  overflow:hidden;
  line-height:2;
list-style-type: none;
}
.pairsJustified:hover{
  border-bottom:1px solid white;
}
.pairsJustified dt{
  font-size:12px !important;
  float:left;
  padding-left:5px;
  text-align:left;
  max-width:100%;
  color:#ababab;
  text-shadow:0 1px #000;
}
.pairsJustified dd{
  float:right;
  font-size:11px !important;
  text-align:right;
  max-width:100%;
  padding-right:5px;
  text-shadow:0 1px #000;
}

 

  • Upvote 1

Cautam Administratori / S-Moderatori / Moderatori !

Recurtam servere de orice fel !

www.starcs.ro

 

Posted

Dacă ai pus codul cu extrauserinfo si nu merge, cred că userInfoPane-ul are alte clase la div-uri. Dă-mi ce ai în ipb_styles.css si 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.