seeing-red/readme.md

86 lines
2.6 KiB
Markdown
Raw Normal View History

2021-07-01 23:06:22 +00:00
# Seeing Red #
2021-07-01 22:45:35 +00:00
2021-07-01 23:06:22 +00:00
* Contributors: @kjodle
2021-07-01 22:45:35 +00:00
* Donate link: http://kjodle.info/support
* Tags: screen options, contextual help, admin
* Requires at least: 1.0.0
* Tested up to: 1.2.0
* Stable tag: 3.0
* License: GPLv3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
2021-07-01 22:59:09 +00:00
Make your Screen Options and Help tabs more noticeable.
2021-07-01 22:45:35 +00:00
2021-07-01 23:06:22 +00:00
== Description ==
2021-07-01 22:45:35 +00:00
2021-07-01 22:59:09 +00:00
This plugin makes your "Screen Options" and "Help" tabs at the top of your screen more noticeable.
2021-07-01 22:45:35 +00:00
2021-07-01 23:06:22 +00:00
== New in version 3.0==
2021-07-01 22:45:35 +00:00
* Developing exclusively for [ClassicPress](https://www.classicpress.net/). :grinning:
* Additional color schemes added. (See the changelog below.)
2021-07-01 23:06:22 +00:00
==New in version 2.0==
2021-07-01 22:45:35 +00:00
* Can style the screen options and help tabs separately.
* Four color options (red, green, blue, default) available.
* Database settings are retained if you deactivate the plugin. (Useful for debugging your site.)
* Database settings are removed if you uninstall the plugin.
2021-07-01 23:06:22 +00:00
== Installation ==
2021-07-01 22:45:35 +00:00
* Via FTP *
1. Upload `seeing_red.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. That's it
* From the "Plugins" Panel*
1. Click on "Add New".
1. In the "Search Plugins" box, type "Seeing Red".
1. "Seeing Red" should come up first. Click on "Install Now".
1. After it's installed, click on "Activate Plugin"
2021-07-01 23:06:22 +00:00
== Frequently Asked Questions ==
2021-07-01 22:45:35 +00:00
2021-07-01 23:06:22 +00:00
=== Why is the idea behind this plugin? ===
2021-07-01 22:45:35 +00:00
I work with a lot of people who are new to WordPress, and they are just never aware of the Screen Options tab. It's one of those things that you need only rarely, that power WP users are well aware of, and that is a complete mystery to noobs.
2021-07-01 23:06:22 +00:00
=== Is it possible to hide one or both of the tabs? ===
2021-07-01 22:45:35 +00:00
Not with this release, but I will add that if there is interest.
2021-07-01 23:06:22 +00:00
== Changelog ==
2021-07-01 22:45:35 +00:00
2021-07-01 23:06:22 +00:00
=== 3.0 ===
2021-07-01 22:45:35 +00:00
*Updated 1 July 2021*
2021-07-01 22:59:09 +00:00
* Added purple color scheme
* Added "gold" color scheme
2021-07-01 23:06:22 +00:00
=== 2.0 ===
2021-07-01 22:45:35 +00:00
*Updated 15 July 2015*
* A new settings page is added
* Ability to style the screen options and help tabs separately
* Four color schemes available for each tab: red, green, blue, default
* Database settings are retained in the event of deactivation
* Database settings are removed in the event of uninstallation
2021-07-01 23:06:22 +00:00
=== 1.1 ===
2021-07-01 22:45:35 +00:00
* CSS is contained in an external stylesheet, rather than being added to the <head> element, thus saving server resources.
2021-07-01 23:06:22 +00:00
=== 1.0 ===
2021-07-01 22:45:35 +00:00
* Initial release
2021-07-01 23:06:22 +00:00
== Upgrade Notice ==
2021-07-01 22:45:35 +00:00
2021-07-01 23:06:22 +00:00
=== 2.0 ===
2021-07-01 22:45:35 +00:00
Now able to style screen options and help tabs separately; four color schemes available for each.
2021-07-01 23:06:22 +00:00
=== 1.1 ===
2021-07-01 22:45:35 +00:00
Css is now contained in an external stylesheet, saving server resources.
2021-07-01 23:06:22 +00:00
=== 1.0 ===
2021-07-01 22:45:35 +00:00
Initial release