Jump to content

Recommended Posts

Posted

Nu e greu sa dai un search .. 

                                                                                    jocuri-468x60.png

                   

                                                                                                   Recomand cu incredere HZone Romania - Webhost Calitate Maxima 

Posted

Look & Feel / Manage Skin Sets & Templates / Tema / Global Templates / userInfoPane

 

Cauta si sterge tot divul:

<div class="extraUserInfo">

In locul lui adaugi:

<div class="extraUserInfo">
            <table class="userpanel" border="0" cellpadding="0" cellspacing="0">
<tr>
  <td>
    <p style="float: left;">Group:</p> <p style="float: right;">{$author['_group_formatted']}</p>
  </td>
</tr>


<if test="postCount:|:$author['member_id']"> 
<tr>
  <td>
    <p style="float: left;">Posts:</p> <p style="float: right;">{parse expression="$this->registry->getClass('class_localization')->formatNumber(intval($author['posts']))"}</p>
  </td>
</tr>
</if>


<tr>
  <td>
    <p style="float: left;">{$this->lang->words['m_joined']}</p> <p style="float: right;">{parse date="$author['joined']" format="joined"}</p>
  </td>
</tr>


<if test="authorwarn:|:$author['show_warn']">
<tr>
  <td>
    <p style="float: left;">Warnings:</p> <p style="float: right;">{parse expression="$this->registry->getClass('class_localization')->formatNumber(intval($author['warn_level']))"}</p>
  </td>
</tr>
</if>


<tr>
  <td>
    <p style="float: left;">Reputation:</p> <p style="float: right;">{$author['pp_reputation_points']}</p>
  </td>
</tr>


       <if test="authorcfields:|:$author['custom_fields'] != """>
       <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
           <foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
           <if test="$field != ''">
   {$field}
           </if>
           </foreach>
       </foreach>
       </if>


   </table>
</div>

Iar in Look & Feel / Manage Skin Sets & Templates / Tema / CSS / ipb_styles.css adaugi:

.userpanel {
font-size: 10px;
color: #5e5e5e;
text-shadow: 0 1px #000;
}


.userpanel td {
border-bottom: 1px solid #262626;
}


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

Este un userInfoPane facut de mine.

 

Dupa asta trebuie sa mergi in Members / Custom Profile Fields iar la cele facute de tine in campul "Topic View Format?" pui:

<tr>
  <td>
<p style="float: left;">{title}:</p> <p style="float: right;">{content}</p>
   </td>
</tr>

www.evict.ro

EVICTro

loading1.gif

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.