Описание
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
Установка
- Upload the plugin to the
/wp-content/plugins/
directory or use the WordPress plugin installer - Активируйте плагин используя меню ‘Плагины’ в WordPress
- Enable help tooltips from your Your Profile page.
- Go back to the Plugins page. You should have a tooltip when you hover over the Add New button.
- Report any issues or feature requests here
Часто задаваемые вопросы
- 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.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«AH-O₂» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «AH-O₂» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
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