i3laze

Reviews(2)
 
byi3laze, October 20, 2009
Fenri's Latest Articles
Nice out-of-the-box solution!
I liked font style and losts of options for date format!

Could you make an option to display the date above the text?
Owner's reply

The option is added to the new version.

byi3laze, May 29, 2009
VFM File Repository
The subject is the easiest solution to share all your files & subfolders with one click (with permissions!).

Had an interesting issue on deployment:
My site's codepage is UTF8. All my stored files are named with cp1251 codepage (windows-1251, cyrillic). So i spent some hours patching VFM with:
echo iconv('windows-1251', 'utf-8', $entry['title']);

Unfortunatelly, ZIP-function doesn't work for checkboxed files&folders with non-Latin names (checked this function after patching, so i'm not sure about original VFM).