Quote:
Originally Posted by Scandal
May you have disabled the thumbs down votes, so works only the counter of thumbs up votes
($amount is an overall counter).
So the template edit for you is to find:
Code:
{vb:raw amount}<vb:else />{vb:raw list.users_plus_num}</vb:if>
.. and replace with:
Code:
{vb:raw amount}<vb:else /><vb:if condition="$list['users_plus_num'] !=0 ">{vb:raw list.users_plus_num}</vb:if></vb:if>
(notice: there are two "</vb:if>" at the end)
|
Thanks, If this is fixed in the next update I will wait.
I will not need to do a template change.