Author: Toxyy
Extension Description: Adds
short_number_ext
twig function for use in the template. This function converts numbers over 10,000 to their short forms using K for thousand, M for million, B for billion, and T for trillion.- 123,123 -> 123K
- 123,123,123, -> 123M
- 123,123,123,123 -> 123B
- 123,123,123,123,123 -> 123T
Extension Version: 1.0.1
Requirements:
- phpbb 3.3.x
- PHP >=7.1.3
- Adds
short_number_ext
twig function for use in the template
Usage example:
{{ short_number_ext(forumrow.POSTS) }}
in the forumlist_body.html template file** This is just an example. You can use this function anywhere in any template file.
Installation:
- Download the latest release and unzip it.
- Upload the unzipped files to
/ext/toxyy/shortnumbertwig
and enable it in the ACP
Extension Download: https://github.com/toxyy/shortnumbertwi ... v1.0.1.zip