ProNull Posted April 22, 2012 Report Share Posted April 22, 2012 Как сделать репу как тут? Quote Link to comment Share on other sites More sharing options...
Respected Posted May 6, 2012 Report Share Posted May 6, 2012 ProNull, Установи Затем найди шаблон tbSruiHook глобальных! Замени всё на этот код: {parse variable="tb_srtv_style" default=" style='float:none;text-align:center;'"} <if test="$author['pp_reputation_points'] > 0"> <div class='reputation positive'{parse variable="tb_srtv_style"}> </if> <if test="$author['pp_reputation_points'] < 0"> <div class='reputation negative'{parse variable="tb_srtv_style"}> </if> <if test="$author['pp_reputation_points'] == 0"> <div class='reputation zero'{parse variable="tb_srtv_style"}> </if> <div style='font-size:1.1em'>{$this->lang->words['reputation']}: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</div> <if test="$author['author_reputation'] && $author['author_reputation']['text']"> <span class='title' style='font-weight:normal'>{$author['author_reputation']['text']}</span> </if> <br /><if test="$author['author_reputation'] && $author['author_reputation']['image']"> <span class='image'><img src='{$author['author_reputation']['image']}' alt='{$this->lang->words['reputation']}' /></span> </if> </div> [/CODE] Усё :) ProNull 1 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.