Plugin Directory

Changeset 1642950


Ignore:
Timestamp:
04/22/2017 11:16:49 AM (9 years ago)
Author:
nareshkumar1516
Message:

readme.txt file changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • view-my-posts-alone/trunk/readme.txt

    r1642948 r1642950  
     1=== View My Posts Alone ===
     2Contributors: nareshkumar1516
     3Tags: WP,contributor, guest writers, multiple authors, custom role users
     4Requires at least: 3.0.1
     5Tested up to: 4.7.3
     6Stable tag: 1.0
     7License: GPLv2 or later
     8License URI: http://www.gnu.org/licenses/gpl-2.0.html
     9
     10This Plugin Allows contributors,students,writers of a blog,article to only view and manage their own posts which they have contributed and they might not be able to view what others have contributed.
     11
     12== Description ==
     13This 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.
     14
     15Inorder 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.
     16
     17The 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.
     18
     19On the whole this will be fantastic for the Users who are onto the Blogging and make things secret from the other writers.
     20
     21I 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.
     22
     23Plugin Features
     24
     25* Easy to Install.
     26* No Settings Required.
     27* It can be used for both the Normal Post type as well as the Custom Post Type too.
     28* For Custom post type you have to add the CPT to the Plugin file.
     29* Ease of Use in Multi Blogging Sites.
     30* Very Effective.
     31
     32My Special Thanks
     33
     34*Special thanks to iCLIENT TECHNOLOGIES, Cuddalore. Without my office mates and the management personals this would not be possible for me. My Sincere thanks to all of them. Thanks to http://iclienttech.com
     35
     36== Installation ==
     371. Direclty Download the plugin from the Wordpress Plugin Repositior itself by Downlaoding the Plugin through the Direct Plugin Downloaded available in the Plugins Section. From there itself you can Install and Activate the Plugin.
     382. 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.
     39
     40== Frequently Asked Questions ==
     41= Will the Author and Administrator be able to view all the Contributor’s / Custom Role Users posts?=
     42
     43As 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.
     44
     45= How to add this plugin for the Custom Post Type including Normal Post types?=
     46
     47We 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.
     48(E.g) if (strpos( $_SERVER[ \'REQUEST_URI\' ], \'/wp-admin/edit.php\' ) !== false || strpos( $_SERVER[ \'REQUEST_URI\' ], \'/wp-admin/edit.php?post_type=[YOUR-POST-TYPE-SLUG-GOES-HERE]\' ) !== false).
     49
     50= Does this plugin conflict with any other plugins that we have installed in our blog? =
     51
     52Not 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.
     53
     54== Screenshots ==
     551. Listing of the Plugin under the Plugins Menu
     56
     57== Changelog ==
     58= 1.0 =
     59
     60== Upgrade Notice ==
     61= 1.0 =
     62This is the First Version of the Plugin
Note: See TracChangeset for help on using the changeset viewer.