PDA

View Full Version : Miscellaneous Hacks - Display Reputation POINTS in User CP


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>

BearOlympic
07-08-2012, 06:12 PM
Thanks.
Installed with a small change so users could understand what are those numbers:
<p class="comment">Points: {vb:raw reputation.reputation}</p>

*I'm not even close to coding, maybe there is a better way)

zascok
07-16-2012, 06:11 PM
Any chance to make it work on 4.2? I mean received reputation in profile.

mahsazn
09-10-2012, 11:35 AM
Any chance to make it work on 4.2? I mean received reputation in profile.

it works on 4.2 too

go to USERCP and find :

<p class="comment">{vb:raw reputation.reason}</p>

and add after it:

<p class="comment">{vb:raw reputation.reputation}</p>

hazem_aliraqi
07-17-2015, 09:13 PM
thanks it work with 4.2.2