yes that’s the way it is supposed to work – try the plugin
https://wordpress.org/plugins/gd-bbpress-attachments/
I have already activated gd bbpress attachments, but nothing changed. Is there anything in settings I don’t understand?
I don’t know, I’ve never used it !
Is there anybody here who has that experience? Or please, recommend another forum with possibility to attach files.
you could try adding the following to your functions file
add_filter( 'd4p_is_bbpress', '__return_true' );
or seeing if your theme or other plugins are affecting
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.