-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
executable file
·84 lines (60 loc) · 2.29 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
=== Simple Custom Admin ===
Contributors: carl-alberto
Donate link: https://carl.alber2.com/
Tags: wordpress, plugin, template, admin, dashboard, user
Requires at least: 3.9
Tested up to: 4.0
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Simple plugin to customize or white label the WP admin dashboard for non Administrator accounts.
== Description ==
# WordPress Customize Admin Plugin
Simple Custom Admin
This plugin will simply white label and easily customize your WordPress admin dashboard panel for non Administrator accounts.
Current Features:
Display Settings
- Change login Logo
- Change dashboard icon
- Replace footer text & version with custom text
- Remove help
Management
- Remove screen option
- Remove Access to Posts
- Remove Access to edit Pages
- Remove Access to Media
- Remove Access to Comments
- Add Manager Role below Administrator which can be customizable
- Manager Roles (by default, it has the same level as Administrator
- Disable Settings Access
- Disable user administration
- Reset when deactivated
Custom dashboard
- Remove the default dashboard widgets
- Create and additional dashboard that accepts html
For bugs and feature request, please open an Issue in GitHub https://github.com/carl-alberto/wp-simple-custom-admin/issues
== Installation ==
Installing "Simple Custom Admin" can be done either by searching for "Simple Custom Admin" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:
1. Download the plugin via WordPress.org
2. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Change settings under the settings menu
== Screenshots ==
== Frequently Asked Questions ==
= What is the plugin template for? =
This plugin template is designed to help to customize the admin
== Changelog ==
= 1.2 =
* 2017-01-26
* Fixed broken admin when proper escape html tags is used
* Restrict access on settings page for non Administrator roles
= 1.1 =
* 2017-01-10
* Updated code to adhere with WP Coding Standards
= 1.0 =
* 2016-12-31
* Initial release
== Upgrade Notice ==
= 1.0 =
* 2016-12-31
* Initial release