-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
59 lines (37 loc) · 2 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=== Plugin Name ===
Contributors: nickciske
Donate link: http://thoughtrefinery.com/donate/?item=agentpress-permissions
Tags: agentpress, permissions, capability, custom role
Requires at least: 3.5
Tested up to: 3.8.1
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Adds custom capabilities for AgentPress Listings so you can control which roles can add/edit/publish listings (using a role manager plugin).
== Description ==
Adds custom capabilities for AgentPress Listings so you can control which roles can add/edit/publish listings.
Also adds a Listings Manager role that can only manage listings (no other post types).
Does not include any role management features. -- you can use a role manager plugin (or code) to manage the custom capabilities added by this plugin.
### Requires
* [AgentPress Listings](http://wordpress.org/plugins/agentpress-listings/)
* [Genesis](http://bit.ly/LBYT6f) based theme - required by AgentPress Listings
### Recommended
* A role manager plugin like [Members](http://wordpress.org/plugins/members/), [User Role Editor](http://wordpress.org/plugins/user-role-editor/)
### Credits
Comissioned by [e10](http://e10inc.com)
== Installation ==
1. Upload the `agentpress-permissions` folder to the `/wp-content/plugins/` directory or install via the Add New Plugin menu
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Does this only work in the WordPress admin? =
Correct. If you want to restict access to listings on the front end of your site:
* Use the password protection feature built into WordPress
* Use a members plugin (like [Members](http://wordpress.org/plugins/members/) which also has a role manager function) or another plugin designed for this purpose
== Screenshots ==
1. The Listings Manager role added by the plugin
2. Managing the custom capabilties added (using the role manager in the Members plugin)
== Changelog ==
= 1.0.1 =
* Fix inevitable typos
= 1.0 =
* Initial Release