Plugin Directory

Changeset 1642927


Ignore:
Timestamp:
04/22/2017 10:33:47 AM (9 years ago)
Author:
nareshkumar1516
Message:

readme.txt file changes

File:
1 edited

Legend:

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

    r1642917 r1642927  
    11=== 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   
     2Contributors: nareshkumar1516
    53Tags: WP,contributor, guest writers, multiple authors, custom role users
    6 Author URI: http://coolguynaresh.blogspot.in/
    7 Author: Naresh Kumar .P       
    8 Donate link:
    94Requires at least: 3.0.1
    105Tested up to: 4.7.3
    116Stable tag: 1.0
    12 Version: 1.0
    137License: GPLv2 or later
    148License URI: http://www.gnu.org/licenses/gpl-2.0.html
    159
    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.
     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.
    1711
    1812== Description ==
    19 
    2013This 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.
    2114
     
    2821I 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.
    2922
    30 <strong>Plugin Features</strong><br />
     23Plugin Features
     24
    3125
    3226* Easy to Install.
     
    3731* Very Effective.
    3832
    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 
     33My 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
    4335
    4436== Installation ==
    45 
    46 This section describes how to install the plugin and get it working.
    47371. 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 
     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.
    6539
    6640== Frequently Asked Questions ==
    67 
    6841= Will the Author and Administrator be able to view all the Contributor’s / Custom Role Users posts?=
    6942
    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.
     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.
    7144
    7245= How to add this plugin for the Custom Post Type including Normal Post types?=
    7346
    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).
     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).
    7649
    7750= Does this plugin conflict with any other plugins that we have installed in our blog? =
     
    7952Not 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.
    8053
     54== Screenshots ==
     551. Listing of the Plugin under the Plugins Menu
    8156
     57== Changelog ==
     58= 1.0 =
    8259
    83 
     60== Upgrade Notice ==
     61= 1.0 =
     62This is the First Version of the Plugin
Note: See TracChangeset for help on using the changeset viewer.