Title: attachment post type
Last modified: August 31, 2016

---

# attachment post type

 *  [borayeris](https://wordpress.org/support/users/borayeris/)
 * (@borayeris)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/attachment-post-type/)
 * Dear Alex,
 * Thank you for the plugin.
 * I found a bug. I cannot unselect aplied group for attachments. Any quick solution?
 * [https://wordpress.org/plugins/user-access-manager/](https://wordpress.org/plugins/user-access-manager/)

Viewing 1 replies (of 1 total)

 *  [nbspjr](https://wordpress.org/support/users/nbspjr/)
 * (@nbspjr)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/attachment-post-type/#post-7415718)
 * Looks like Group listing is duplicated on Attachments, so you need to uncheck
   box in both lists.
 * Try this in functions.php (it removes extra meta box on Attachments page)
 *     ```
       add_action('admin_menu', 'remove_uma_metabox');
   
       function remove_uma_metabox() {
               remove_meta_box( 'uma_post_access', 'attachment', 'side' );
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘attachment post type’ is closed to new replies.

 * ![](https://ps.w.org/user-access-manager/assets/icon.svg?rev=1563783)
 * [User Access Manager](https://wordpress.org/plugins/user-access-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-access-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-access-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/user-access-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-access-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-access-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [nbspjr](https://wordpress.org/support/users/nbspjr/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/attachment-post-type/#post-7415718)
 * Status: not resolved