Enable Contributor Uploads

설명

Sometimes you simply want to allow users with the defined user role of “contributor” to upload images as they are writing blog posts. This plugin, when activated, automatically gives contributors the capability to add media. This is a lite plugin, perfect for someone who only wants to modify this one role/capability in which case a larger roles and capabilities plugin would be overkill.

스크린샷

  • This screen shot description corresponds to screenshot-1.png, which shows the addition on the normal Media Upload Button to a new post. Note the Media Library is also now in the sidebar.
  • screenshot-2.png shows that contributors can upload media.
  • screenshot-3.png shows that contributors can view but not delete media in the Media Library.

설치

  1. Upload the unzipped plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. That’s all! No configuration necessary.

FAQ

Does this plugin edit other user roles or other capabilities?

No. This plugin only modifies the media upload abilities of users with the contributor role.

Will Contributors be able to delete my media?

No. Contributors will be able to view other media items in the library and select them for upload, but they will not be able to delete any media items – including ones that they themselves have uploaded.

What if I want to edit more capabilities or roles?

We recommend you check out other plugins in the WordPress repository. At this time we will not be adding additional features to this plugin.

후기

2018년 5월 16일
A handy plugin for users who don’t like to mess with the code or plugin settings. Just install, activate and you’re done! 🙂
2016년 9월 3일
does its job perfectly
2016년 9월 3일 답글 1개
This plugin deserves more attention than it has. Good work devs!
모든 4 평가 읽기

기여자 & 개발자

“Enable Contributor Uploads”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Enable Contributor Uploads”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.0

  • Added: PHPDoc blocks to all functions for better code documentation.
  • Added: Null checks to prevent fatal errors if contributor role doesn’t exist.
  • Changed: Function prefix from rwc_ to edecu_ for consistency with plugin branding.
  • Fixed: Typo in FAQ section.
  • Updated: Tested up to WordPress 6.9.
  • Updated: Minimum required WordPress version to 6.7.

1.1.0

  • Updated: upload capability to be added and removed from contributors only on plugin activation and deactivation.

1.0.0

  • This is version 1 – everything is new and shiny!