Jump to content

Помогите Найти Хук

Featured Replies

comment_75366

Это можно и вручную сделать, открываешь шаблон userInfoPane, в нужное тебе место вставить этот код:

<if test="ourReputation:|:$this->settings['reputation_enabled'] && $this->settings['reputation_show_profile']">
  <div class='rep_bar'>
    <if test="RepPositive:|:$author['pp_reputation_points'] > 0">
      <div class='reputation positive' data-tooltip="{parse expression="$author['author_reputation']['text']"}">
    </if>
    <if test="RepNegative:|:$author['pp_reputation_points'] < 0">
      <div class='reputation negative' data-tooltip="{parse expression="$author['author_reputation']['text']"}">
    </if>
    <if test="RepZero:|:$author['pp_reputation_points'] == 0">
      <div class='reputation zero' data-tooltip="{parse expression="$author['author_reputation']['text']"}">
    </if>
        <span class='number'>Репутация: {$author['pp_reputation_points']}</span>
      </div>
  </div>
</if>

Edited by Juanelly

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.