Atachment mod. Req. patch 1.2 Hides the option to attache a file, if the max. file size is set to 1 Kb Peter http://twopees.flappie.nl Sources/Post.pl $filesize_info = $limit != 0 ? qq~Maximum attachment size: $limit KB~ : qq~Maximum attachment size: No limit.~; $attacher = $limit != 1 ? qq~ Attach: Allowed file types: @ext.
Maximum attachment size: $limit KB
~ : qq~~;
Attach: Allowed file types: @ext.
Maximum attachment size: $limit KB
$attacher &CheckIcon; $attacher2 = $limit != 1 ? qq~
If you had an attachment in your post, you will need to reselect the attachment to make sure it sends from the preview. ~ : qq~~; If you had an attachment in your post, you will need to reselect the attachment to make sure it sends from the preview. $attacher2