![]() |
[How To?] Show 1k instead of 1,000 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [How To?] Show 1k instead of 1,000 (/thread-209202.html) |
Show 1k instead of 1,000 - Sasori - 2017-03-21 Hello, I want to show 1k instead of 1,000 in all threads and posts of mybb. 1,000 to 1k 1,500 to 1,5k 2,003 to 2k... 200,000 to 200k... It is possible? Thanks in advance. RE: Show 1k instead of 1,000 - dragonexpert - 2017-03-21 A plugin would be required for this. RE: Show 1k instead of 1,000 - .m. - 2017-03-21 if you want to replace numeric values within the messages (posts / threads) then word filters can be used. admin panel >> configuration >> word filters RE: Show 1k instead of 1,000 - Waleed B. - 2017-03-21 (2017-03-21, 11:13 AM).m. Wrote: if you want to replace numeric values within the messages (posts / threads) then word filters can be used. Wouldn't that require him to make a word filter for all numbers from 1,000 to 1,499 to output asĀ 1K then filter all numbers from 1,500 to 1,999 to output as 1.5K and so on-- RE: Show 1k instead of 1,000 - .m. - 2017-03-22 ^ well, I assumed that " 2,003 to 2k... " in the original post was a typo .. and considered only exact figures for the conversion RE: Show 1k instead of 1,000 - s3_gunzel - 2017-03-22 (2017-03-21, 11:01 AM)dragonexpert Wrote: A plugin would be required for this. Not necessarily; if it's at a templating level a little bit of text.replace javascript would do the trick. |