Quote:
Originally Posted by nucky
On a side note, I've been struggling to display the file size in a human readable format. I tried using the human-readable template function to display the file size for those files, but it always displays the same string.
Shouldn't it work by using?:
Code:
Size: {size:human_readable()}
|
For various reasons "size" doesn't work in templates. Use
Code:
{:'human_readable(booksize())'}
instead