Snickers777, А не подскажешь куда влепить код цвета?
Код:
<vb:if condition="$show"['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">
<div class="pibu"><div class="pib">
Репутация: {vb:raw post.reputation} <vb:if condition="$show['reputationlink']">
<span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&p={vb:raw post.postid}"title="{vb:rawphrase add_reputation}" rel="nofollow" id="reputation_{vb:raw post.postid}">[+/-] </a></span>
</vb:if></span></div></div>
</vb:if>
И вот как сделать в разные рамки ? Сказал(а)спасибо и Поблагодарили? И покрасить их. вот код
Код:
<div class="pibu"><div class="pib">{vb:raw template_hook.postbit_userinfo_right_after_posts}</div></div>
</dl>
<vb:if condition="$show['infraction'] OR $show['reppower']">
<dl class="user_rep">
<vb:if condition="$show['infraction']">
<dt>{vb:rawphrase infractions}</dt>
<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
<dt>{vb:rawphrase reppower}</dt>
<dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
</vb:if>
</vb:if>
</dl>
</vb:if>