Comment 'Hello @Claudio Acos...' to 'Visual access control in Forum (view, home, channels)'
  • Hello @Claudio Acosta !

    You may create the RAW block with the JavaScript code which removes the images from the forum code. It will look like:

    <script>
    $("#bx-grid-table-bx_forum .bx-base-pofile-unit-thumb").remove();
    </script>
    

    Put it after all blocks on the necessary page and make it Visible only for Unauthenticated users.