Quote:
Originally Posted by Mr_Running
I like the idea :up:
Current I only have this mod set up for Album Pictures and Picture Comments.
The above template change does not seem to work as it is displaying (zero) 0...
at least for me.
|
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)
Coming soon: Thumbs Up? available for vBulletin Blog entries and comments.