التصويت المساعد - إخفاء الأصوات "الفارغة" في قائمة الموضوعات؟

Is there an easy way to make it so “0 votes” isn’t displayed in the topic listing, but that indicator shown only when there is at least 1 vote? For a busy category with the “distribute votes to your top concerns” model, there will always be a lot of zeroes and that doesn’t look great.

4 إعجابات

There wasn’t, but there is now!

This commit allows you to do:

.vote-count-0 {
  display: none;
}
11 إعجابًا

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.