How change the number of views with "1.3K" at "1300" at home page
is it possible to change the view number of views with "1.3K" at "1300", when using plug-in Voting
Tagged:
0

Answers
Wrap(T('Views')) . Gdn_Format::BigNumber($Discussion->CountViews)try to remove the BigNumber() function.. Gdn_Format::BigNumber($Discussion->CountViews)disappear completely numbers from views
The removal part is shown in bold in my previous comment.