This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

AH-O₂

Description

This plugin is no longer in development. It is here for historic/archival purposes. If you would like to fork the code for your own use in a new plugin, you can find the source at the GitHub Repository.

Rethinking how WordPress handles help in the admin. Be sure and check the Changelog and FAQ for what’s been added and where.

This plugin is currently a work-in-progress. For the latest, bleeding-edge updates, check out the Github repo: https://github.com/jazzsequence/WordPress-Admin-Help

Installation

  1. Upload the plugin to the /wp-content/plugins/ directory or use the WordPress plugin installer
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enable help tooltips from your Your Profile page.
  4. Go back to the Plugins page. You should have a tooltip when you hover over the Add New button.
  5. Report any issues or feature requests here

FAQ

It’s not doing anything.

Most of what this plugin does (currently) is behind the scenes. We’re working on adding new areas for tooltips to appear on hover and new help overviews that will appear at the top of every page.

How do I use it?

Enable help tooltips from your Edit Profile page. The only page that currently has any tooltips activated is Plugins; you should have a tooltip when you hover over the Add New button.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“AH-O₂” is open source software. The following people have contributed to this plugin.

Contributors

Translate “AH-O₂” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.6.2

  • update readme.txt

0.6.1

  • fixes icon alignment in overviews
  • increases tooltip delay

0.6

  • Corrected update tab selector on the plugins page
  • Removed support for title attributes
  • Changed “configure help” to “help settings”
  • added tooltips to Users pages
  • adds global tooltips (tooltips that exist on all pages, like the sidebars)
  • some minor tweaks to the arrow
  • adds tooltip hook for links menu
  • tweaks label text for settings a bit

0.5

  • some tooltips added to Users page
  • resolved tooltip positioning issue
  • made tooltipp selectors more specific to remove default browser tooltips
  • configured tooltips to use title attribute, if available (note: this is a preliminary feature, may be removed, see https://github.com/jazzsequence/WordPress-Admin-Help/issues/41)
  • fixed undefined variable notice
  • fixed defaults for help overview settings

0.4

  • new styling and javascript for tooltips
  • help overview css and js added to general admin.css and admin.js files
  • responsive styling of overviews
  • help footer added to overviews (hide/configure)
  • tooltips added to plugins pages

0.3

  • updated banners
  • fixes help overview styling
  • allows overviews to be controlled by the profile setting
  • Remove concat action and setup all tooltip content in the adminhelp-{page}.js file
  • Remove unused actions
  • new tooltips added to Posts page
  • separated tooltip content into individual files by slug

0.2

  • Move script enqueueing into the actual enqueue_script function
  • Fix tooltip selectors
  • adds banners for WordPress.org

0.1

  • Initial release on WordPress.org. Adds a tooltip on hover for the “Add New” button on the Plugins page