這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

View My Posts Alone

描述

This is a very simple and easiest of all the plugins. The View My Posts Alone plugin is specially designed for those who have many authors(contributors) or allow guest posts, custom user roles to acces their blogs/articles. In WordPress, a contributor can write as much blogs and articles as they can and submit it and wait for review (i.e) to be published from the administrator or the Person who is incharge of doing these things. But at the time when the contributor or the custom user role member visits the posts section or the custom post type he/she can see all the posts that has been presented in that site. If that happens there is no privacy for the contributors to write up their article and put up in the blog.

Inorder to overcome this type of problems alone this plugin has been written and it is very successfull even for lots of users in that blog. It will restrict the posts or the CPT to view only the posts that has been published or which has been saved as draft by that user alone. It will never display other persons writeups onto the Dashboard of the Others.

The Administrator and the Blog Author can view all the posts that are being contributed to their site and confirm what are all the posts that can be published and what not to be published.

On the whole this will be fantastic for the Users who are onto the Blogging and make things secret from the other writers.

I wrote this plugin since I am in search of this plugin desperately but very unfortunate am unable to find the plugin which satisfy my needs and requirements and that has ended up me in creating this plugin.

Plugin Features

  • Easy to Install.
  • No Settings Required.
  • It can be used for both the Normal Post type as well as the Custom Post Type too.
  • For Custom post type you have to add the CPT to the Plugin file.
  • Ease of Use in Multi Blogging Sites.
  • Very Effective.

螢幕截圖

  • Plugin being Installed in the List of Plugins Page
  • Admin Dashboard after the plugin is Installed.
  • Contributor Dashboard after the plugin is Installed.

安裝

  1. Direclty Download the plugin from the WordPress Plugin Repository itself by Downlaoding the Plugin through the Direct Plugin Download available in the Plugins Section by searcing the plugin’s name. From there itself you can Install and Activate the Plugin.
  2. Second Method is that you can direclty place the plugin in the extracted format with the plugin folder to the ‘/wp-content/plugins/’ folder and then navigate to Plugins Menu and you will see the plugin and you can click Activate using that Section also.

常見問題

Installation Instructions
  1. Direclty Download the plugin from the WordPress Plugin Repository itself by Downlaoding the Plugin through the Direct Plugin Download available in the Plugins Section by searcing the plugin’s name. From there itself you can Install and Activate the Plugin.
  2. Second Method is that you can direclty place the plugin in the extracted format with the plugin folder to the ‘/wp-content/plugins/’ folder and then navigate to Plugins Menu and you will see the plugin and you can click Activate using that Section also.
Will the Author and Administrator be able to view all the Contributor’s / Custom Role Users posts?

As in WordPress the Administrator and the Authors have access to all the posts that are being written or published in the site, the only reason is that the contributor\’s or the other custom role users will never have access to the others posts/write ups.

How to add this plugin for the Custom Post Type including Normal Post types?

We have to make up the seperate condition in the plugin\’s core file. In the (view_my_posts_alone.php) . There will be a IF condition with this line if (strpos( $_SERVER[ ‘REQUEST_URI’ ], ‘/wp-admin/edit.php’ ) !== false). You have to add the OR Condition and add as much as CPT that you need.
(E.g) if (strpos( $_SERVER[ ‘REQUEST_URI’ ], ‘/wp-admin/edit.php’ ) !== false) || (strpos( $_SERVER[ ‘REQUEST_URI’ ], ‘/wp-admin/edit.php?post_type=[YOUR_CUSTOM_POST_TYPE_SLUG]’ ) !== false).

Does this plugin conflict with any other plugins that we have installed in our blog?

Not at all, it’s a very simple and effective plugin and there are no issues with other plugins so far as we have tested it.

評價

2017年4月26日
Great Work. It works well for the Custom Post Type also and we can add multiple Custom Post Type in the same plugin. Thanks.
閱讀全部1個評價

貢獻者及開發者

“View My Posts Alone” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 View My Posts Alone 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

Initial release.