Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Topic closed
[superseded] rah_format_size
This plugin has been superseded by rah_function. Since Textpattern version 4.5.0 r4027 the core has offered it’s own file size formatting function, format_filesize. As there is a general function available for this, rah_function can now be used to do the same and more as the old rah_format_size could.
As of r4027 rah_function can be used to format a numeric byte value:
<txp:rah_function call="format_filesize" bytes="107895" />
You can use the following to calculate a contained statements size using rah_function:
<txp:rah_function call="strlen, format_filesize">
...contained statement...
</txp:rah_function>
Last edited by Gocom (2012-07-30 14:21:52)
Offline
Re: [superseded] rah_format_size
Nice.
I see you’ve included an option for YB (which I still think should stand for Yompabytes instead of the boring Yottabytes) so people can display the size of my next plugin successfully ;-)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Pages: 1
Topic closed