mahsazn
01-02-2011, 10:00 PM
to display the points for every reputation (received & given) in user CP
(it is based on a mod (https://vborg.vbsupport.ru/showthread.php?t=166125&highlight=reputation) for vb 3.6.x)
>> Install this mod (https://vborg.vbsupport.ru/showthread.php?t=251044&highlight=reputation) first
***
In the Template usercp_reputationbits find:
<p class="comment">{vb:raw reputation.reason}</p>
and add after it:
<p class="comment">{vb:raw reputation.reputation}</p>
Go to usercp_reputationbits_given and find:
<p class="comment">{vb:raw reputation.reason}</p>
and add after it:
<p class="comment">{vb:raw reputation.reputation}</p>
(it is based on a mod (https://vborg.vbsupport.ru/showthread.php?t=166125&highlight=reputation) for vb 3.6.x)
>> Install this mod (https://vborg.vbsupport.ru/showthread.php?t=251044&highlight=reputation) first
***
In the Template usercp_reputationbits find:
<p class="comment">{vb:raw reputation.reason}</p>
and add after it:
<p class="comment">{vb:raw reputation.reputation}</p>
Go to usercp_reputationbits_given and find:
<p class="comment">{vb:raw reputation.reason}</p>
and add after it:
<p class="comment">{vb:raw reputation.reputation}</p>