이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Eazy Project Management

설명

Eazy Project Management is a WordPress plugin that creates a custom post type for projects with a custom taxonomy for clients. The plugin also creates a custom user role for clients. When a user is added with the role client, it adds the users display name to the taxonomy clients. You can then create a custom post type of project and use the taxonomy term client to keep the content of the project protected from users who aren\’t admin or logged in with the display name matching the taxonomy term.

스크린샷

  • Projects post type functions just like posts. Clients works like tags, except content is restricted to admin and those tagged to a project.
  • To have your client show up in the tag list, you need to create a user with the custom role of \’Client\’.
  • You can add a project just like you would a post. It probably uses your themes\’ single.php template to display the content.
  • All projects.
  • Single Project being displayed to admin.
  • Single Project being displayed to logged in user with name matching selected client.
  • Single Project not being displayed to everyone else.

설치

  1. Upload and the install plugin.
  2. Activate the plugin.
  3. Create a user for your client, select the role client to adds a taxonomy term to the project post type.
  4. Create a project just like a post. Select the clients you want to display the project for by checking the corresponding taxonomy term that matches the users name.

FAQ

Installation Instructions
  1. Upload and the install plugin.
  2. Activate the plugin.
  3. Create a user for your client, select the role client to adds a taxonomy term to the project post type.
  4. Create a project just like a post. Select the clients you want to display the project for by checking the corresponding taxonomy term that matches the users name.
How can I customize the layout?

The plugin uses the default single.php and taxonomy.php or archive.php to display a single project and a client archive. Add single-ezproject.php to your theme for a single project. Add taxonomy-ezproject_clients.php to your theme for the client archive that shows all projects for a client.

How does this plugin work?

The plugin creates a custom post type called Projects with a taxonomy or Clients. You can add a client as a user, so that they are able to login to the website. When you create the users, they are added to the Clients taxonomy for the projects post type. You create a project just like a post, and select the clients you want to show the project to like you would a tag on a post. A PHP if/else statement checks for the user to be either admin or logged in with a user display name that matches the taxonomy terms selected to display the current project.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “Eazy Project Management”(을)를 번역하세요.

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

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

변경이력

1.2

  • Update to change conditional statement, flush permalinks on activation

1.1

  • Update rjs_eazy_client_content functions if/else statement to include else block for all content that is not an ezproject post type. This should provide more control for the content filter.

1.0

  • Initial version of plugin.