FistR Posted November 30, 2014 Report Share Posted November 30, 2014 Даный Хук Репутация в темах . Скриншот Quote Link to comment Share on other sites More sharing options...
Efremov Posted November 30, 2014 Report Share Posted November 30, 2014 В поиске искали? Quote Link to comment Share on other sites More sharing options...
FistR Posted November 30, 2014 Author Report Share Posted November 30, 2014 В поиске искали? Да Quote Link to comment Share on other sites More sharing options...
Juanelly Posted December 7, 2014 Report Share Posted December 7, 2014 (edited) Это можно и вручную сделать, открываешь шаблон 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 December 7, 2014 by Juanelly Quote Link to comment Share on other sites More sharing options...
Renascense Posted December 7, 2014 Report Share Posted December 7, 2014 Хук >Тык Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.