• I am building a community site where users can create content.

    When a user creates a new post in the frontend and clicks on the “Add Media” button, the WordPress media uploader opens up.

    Is there a way to configure the media uploader windows and remove some of the sections it has: “Create Gallery”, “Create Audio Playlist” and “Create Video Playlist” ?

    I would like the users to be able to add images to the current post, and nothing more.

Viewing 1 replies (of 1 total)
  • It sounds as though you are using a plugin to get the “create a new post in the frontend” feature. Or are you referring to the admin bar?
    If it’s a plugin, you should ask in their support forum.
    Otherwise, you should use plugins to either create a custom post type for your users to submit, or one that changes the capabilities for your users, or one that filters the mime-types that are allowed. (I think the Media Uploader is tied to the mime-types that are allowed.)

Viewing 1 replies (of 1 total)
  • The topic ‘Customizing Media Uploader’ is closed to new replies.