how to not show attachment file names in posts

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

how to not show attachment file names in posts

Post by techman41973 »

In some forums, I've set my permissions to restrict guests from viewing/downloading image
files in my posts. Instead PHPBB shows guests the file name of image/attachment inline, inside the post.
I'd like to modify the php code so that the file name of the image/attachment does not appear inline in the post, when visitors have no
permission to view/download attachments.
I've looked through sections of code including the parse_attachments function, but I'm lost on where I need to modify.
I would appreciate some guidance.