Quote:
Originally Posted by AURFSCAN
Scandal...Hi
When you thumbs down, it dispays -1 (minus number)
I would like it that when you thumbs up, it displays +1 (positive number) instead of just 1
Can you pm me the edit or put it here, else maybe an update if others want it.
cheers
|
Open template
sc_thumbs_box and find:
add before:
Code:
<vb:if condition="$amount > 0">+</vb:if>
also find (in the same or the next line):
Code:
{vb:raw list.users_plus_num}</vb:if>
add before:
Done!