• I’m looking for a way to create a new admin panel that will contain a new media library that is separate from the regular media library.

    It would be nice if the files could also be restricted to authenticated users only.

    The only place the files would need to be accessed is through the admin panel, no need to insert the media into posts or anything like that.

    …I’m not quite sure if there is already a plugin for this, or if I should be hand coding it- any advice would be helpful, thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    It’s simple enough to restrict access via the admin panel, but if anyone has the proper path info, the file is theirs to view without restriction unless the folder is protected by Auth Basic or Digest at the server level, who’s username password system is completely separate from WP. Most users would consider the double password layers intrusive unless something really important was being protected.

    I don’t know enough of available plugins to directly answer your primary question, I just wanted to point out the folder security issue.

    Thread Starter pdot86

    (@pdot86)

    @bcworkz – understood, it’s nothing extremely sensitive… I planned on using htaccess and robots.txt to stop directory listing and crawling. I just want to have a separate second media library for say editor+ user roles to access without ever needing to insert the files into a post, think of it like a media library for internal documents.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New Media Library (user role restricted)’ is closed to new replies.