This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
101 lines (71 loc) · 3.32 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
=== The Mojo Admin Toolbox ===
Contributors: mojowill
Donate link: http://www.mojowill.com/
Tags: admin, tools
Requires at least: 3.5
Tested up to: 4.2
Stable tag: trunk
A small toolbox of functions for customising the admin dashboard, useful for hiding stuff from clients!
== Description ==
The Mojo Admin Toolbox is a collection of little functions I found myself using a lot to customise the admin dashboard of Wordpress, specifically when I was hiding stuff from a client or customising it for them! The latest version (1.3+) REQUIRES WordPress 3.5+.
= Features =
* Remove/Hide the Wordpress Comments system, never confuse your client again!
* Easily customise the Login Page Logo.
* Set a New custom default avatar for your site.
* Remove dashboard widgets for ALL users.
* Hide the theme editor page and stop clients messing up the theme!
* Easily change the Dashboard footer text for your own.
* Change the Descriptions and link destination for your custom login logo.
* Hide the Wordpress meta generator tag, make it a little more difficult for those script kiddies!
= New Features =
* Modify From name and email address for all emails sent by your Wordpress site!
* Image uploader now in use on the options page (Now using the WordPress 3.5 Media Manager)!
* Added option to override theme, useful if your theme is trying to do the same thing as this plugin is!
= Future Development Plan =
* Option to set 'superadmin' who can see everything
* Option to hide other Wordpress features (Links, Tools, Plugins etc)
* Option to hide Update notices from non-superadmins
== Installation ==
Installation is simple, just like every other Wordpress plugin.
Either:
1. Download and unzip the plugin to your local machine.
2. Upload `mojo-toolbox` folder to the `/wp-content/plugins/` directory.
3. Activate the plugin through the 'Plugins' menu in WordPress
Or:
1. Goto Add New Plugin in your Wordpress Dashboard.
2. Search for 'Mojo Toolbox'
3. Click 'Install Now' and follow the instructions.
== Frequently Asked Questions ==
= How do I get involved in the development? =
Check out the Other Notes section for more info.
== Screenshots ==
1. A simple to use options page.
== Changelog ==
= 1.3.2 =
* A few more missed fixes after the last release.
= 1.3.1 =
* Updating a few bits of code I missed in 1.3.
* Updating readme.txt so show tested and working with WordPress 3.4.
= 1.3 =
* Updated to work with the new WordPress Media Manager introduced in 3.5.
* Adding option to remove Windows Livewriter links from the document head.
* Minor tidy ups to code.
= 1.2.4 =
* Long overdue fix for Login Screen after WordPress 3.4.
* Fixing text validation of footer text to allow links.
= 1.2.3 =
* Fixed the option to override themes.
* Added default text to admin footer.
* Fixed hide comments not working.
= 1.2.2 =
* Added option override themes.
= 1.2.1 =
* Fixed bug with Login screen logo not working (using wrong hook)
= 1.2 =
* Adding Image upload ability to options page.
= 1.1 =
* Adding option to customise from name and email address for emails sent from your Wordpress install.
= 1.0 =
* First release
== Developer Notes ==
If you would like to follow the development of the plugin or get involved please either drop by my [website](http://www.mojowill.com "Mojo Will") or the project [GitHub page](https://github.com/mojowill/Mojo-Admin-Toolbox "GitHub").