Changeset 1647878
- Timestamp:
- 04/29/2017 06:43:49 AM (9 years ago)
- Location:
- view-my-posts-alone
- Files:
-
- 3 added
- 5 deleted
- 2 edited
-
assets/Admin-Dashboard.png (deleted)
-
assets/Contributor-Dashboard.png (deleted)
-
assets/Plugin-Activation.png (deleted)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
tags/1.0 (deleted)
-
tags/1.1 (deleted)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/view_my_posts_alone.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
view-my-posts-alone/trunk/readme.txt
r1646286 r1647878 1 1 === View My Posts Alone === 2 Contributors: nareshkumar1 5163 Tags: WP,contributor, guest writers, multiple authors, custom role users2 Contributors: nareshkumar1615 3 Tags: multiple authors,blog writers, custom user roles, contributors, blogs, dashbaord 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.7.3 6 Stable tag: 1. 1.16 Stable tag: 1.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 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.10 It will display only the concerned contributor posts and other details of that contributor for the posts types and the Custom Post Type. 11 11 12 12 == Description == … … 31 31 * Very Effective. 32 32 33 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.com34 35 33 == Installation == 36 34 … … 41 39 == Screenshots == 42 40 43 1. Plugin-Activation.png 44 2. Admin-Dashboard.png 45 3. Contributor-Dashboard.png 46 41 1. Plugin being Installed in the List of Plugins Page 42 2. Admin Dashboard after the plugin is Installed. 43 3. Contributor Dashboard after the plugin is Installed. 47 44 48 45 … … 68 65 Initial release. 69 66 70 = 1.1 =71 Plugins Function Names Altered72 73 67 == Upgrade Notice == 74 68 75 69 = 1.0 = 76 70 This is the First Version of the Plugin 77 78 = 1.1 =79 Changed the Function Names to be Unique -
view-my-posts-alone/trunk/view_my_posts_alone.php
r1646259 r1647878 2 2 /* 3 3 Plugin Name: View My Posts Alone 4 Version: 1. 1.14 Version: 1.0 5 5 Plugin URI: https://github.com/Nareshkumar979/View-My-Posts-Alone 6 6 Description: This plugin is for the Contributors/Writers alone who make contributions to our site in the form of posts or any writings etc., Hence they can view only the contributions what they make unable to see what others have contributed. It can be used for the posts as well as the Custom Post Type also. … … 8 8 Author URI: http://coolguynaresh.blogspot.in/ 9 9 */ 10 /*11 * 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.12 * Thanks to http://iclienttech.com13 */14 10 function vmpsa_hideotherspost( $wp_query ) { 15 11 if (strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php' ) !== false) {
Note: See TracChangeset
for help on using the changeset viewer.