Hi @radiostv,
As a temporary solution, I can suggest you the following changes.
Put the following code in class.wpForoAttachUploadHandler.php file as shown in the screenshot. The file is located in the wp-content/plugins/wpforo-advanced-attachments/includes/ folder.
$files = array_diff($files, array('.', '..', 'thumbnail'));
$files = array_slice($files, 0, 20);