Raei
12-24-2007, 10:00 PM
to display the number of points for every reputation record in USERCP
https://vborg.vbsupport.ru/attachment.php?attachmentid=73772&stc=1&d=1198623429
In the Template USERCP, look where it says this:
<td class="thead">$vbphrase[comment]</td>
and add this after it
<td class="thead">$vbphrase[points]</td>
In the Template usercp_reputationbits, look where it says this:
<td class="$reputationbgclass" width="50%"><span class="smallfont">$reputation[reason]</span></td>
and add this after it
<td class="alt1Active" width="50%"><span class="smallfont">$reputation[reputation]</span></td>
or replace the current templates with attached
https://vborg.vbsupport.ru/attachment.php?attachmentid=73772&stc=1&d=1198623429
In the Template USERCP, look where it says this:
<td class="thead">$vbphrase[comment]</td>
and add this after it
<td class="thead">$vbphrase[points]</td>
In the Template usercp_reputationbits, look where it says this:
<td class="$reputationbgclass" width="50%"><span class="smallfont">$reputation[reason]</span></td>
and add this after it
<td class="alt1Active" width="50%"><span class="smallfont">$reputation[reputation]</span></td>
or replace the current templates with attached