Changeset 1642927
- Timestamp:
- 04/22/2017 10:33:47 AM (9 years ago)
- File:
-
- 1 edited
-
view-my-posts-alone/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
view-my-posts-alone/trunk/readme.txt
r1642917 r1642927 1 1 === View My Posts Alone === 2 Contributors: Naresh Kumar .P 3 Plugin Name: View My Posts Alone 4 Plugin URI: https://github.com/Nareshkumar979/View-My-Posts-Alone 2 Contributors: nareshkumar1516 5 3 Tags: WP,contributor, guest writers, multiple authors, custom role users 6 Author URI: http://coolguynaresh.blogspot.in/7 Author: Naresh Kumar .P8 Donate link:9 4 Requires at least: 3.0.1 10 5 Tested up to: 4.7.3 11 6 Stable tag: 1.0 12 Version: 1.013 7 License: GPLv2 or later 14 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 15 9 16 This 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.10 This 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. 17 11 18 12 == Description == 19 20 13 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. 21 14 … … 28 21 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. 29 22 30 <strong>Plugin Features</strong><br /> 23 Plugin Features 24 31 25 32 26 * Easy to Install. … … 37 31 * Very Effective. 38 32 39 <strong>My Special Thanks</strong> 40 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. 41 Thanks to http://iclienttech.com 42 33 My Special Thanks 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 43 35 44 36 == Installation == 45 46 This section describes how to install the plugin and get it working.47 37 1. 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. 48 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. 49 50 == Upgrade Notice == 51 52 = 1.0 = 53 This is the First Version of the Plugin 54 55 56 == Screenshots == 57 58 1. /assets/screenshot-1.png 59 60 61 == Changelog == 62 63 = 1.0 = 64 38 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. 65 39 66 40 == Frequently Asked Questions == 67 68 41 = Will the Author and Administrator be able to view all the Contributor’s / Custom Role Users posts?= 69 42 70 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.43 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. 71 44 72 45 = How to add this plugin for the Custom Post Type including Normal Post types?= 73 46 74 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.75 (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).47 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. 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). 76 49 77 50 = Does this plugin conflict with any other plugins that we have installed in our blog? = … … 79 52 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. 80 53 54 == Screenshots == 55 1. Listing of the Plugin under the Plugins Menu 81 56 57 == Changelog == 58 = 1.0 = 82 59 83 60 == Upgrade Notice == 61 = 1.0 = 62 This is the First Version of the Plugin
Note: See TracChangeset
for help on using the changeset viewer.