Title: Better Admin Pointers
Author: Stephen S
Published: <strong>May 21, 2014</strong>
Last modified: April 14, 2016

---

Search plugins

![](https://ps.w.org/better-admin-pointers/assets/banner-772x250.png?rev=920932)

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.

![](https://ps.w.org/better-admin-pointers/assets/icon-128x128.png?rev=984360)

# Better Admin Pointers

 By [Stephen S](https://profiles.wordpress.org/ssuess/)

[Download](https://downloads.wordpress.org/plugin/better-admin-pointers.2.0.3.zip)

 * [Details](https://pcd.wordpress.org/plugins/better-admin-pointers/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/better-admin-pointers/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/better-admin-pointers/#installation)
 * [Development](https://pcd.wordpress.org/plugins/better-admin-pointers/#developers)

 [Support](https://wordpress.org/support/plugin/better-admin-pointers/)

## Description

This plugin will allow creation of admin pointers on any screen in the WordPress
admin area, or any front end page, or on all pages. It creates a custom post type
called Pointers to store information. You need to add the following info to make
it work:

 1.  **Title** – the part in the blue title bar
 2.  **Main** content area
 3.  **Pointer id** – A unique id so that it can be tracked in the WP DB as dismissed
 4.  **Screen** (or Page/Post ID) – What page/screen it should appear on (if in admin)
     or what is the post ID (if showing on the front end). OR you have the ability 
     to show on all admin or all front end pages (using ALL_ADMIN or ALL_FRONT)
 5.  **Target** – CSS id or class we want the pointer to attach to on the screen or
     post above
 6.  **Position Edge** – Which edge should be adjacent to the target? (left, right,
     top, or bottom)
 7.  **Position Align** – How should the pointer be aligned on this edge, relative 
     to the target? (top, bottom, left, right, or middle)
 8.  (OPTIONAL) **Nudge Horizontal** – How much should we nudge the pointer horizontally?(
     Value in pixels. ex: -50, from edge value above, only works if edge above is left
     or right)
 9.  (OPTIONAL) **Nudge Vertical** – How much should we nudge the pointer vertically?(
     Value in pixels. ex: -50, from align value above, only works if align above is
     top or bottom)
 10. (OPTIONAL) **Z-index** – What should the depth of the pointer be along the z-axis(
     in case you want some of them to sit higher/lower than others or higher/lower 
     than other elements on the page)

**EXAMPLE:**
 Let’s say I want to add a pointer on the edit plugin page that tells
a user to notice which plugin they are editing. I would use:

 1.  “Which Plugin am I Editing?”
 2.  “This is the file you are editing, duh”
 3.  “ss_editplugs”
 4.  “plugin-editor”
 5.  “.fileedit-sub”
 6.  “top”
 7.  “right”
 8.  “-50”
 9.  “-5”
 10. “50000”

NOTE: This will only work for logged in users, whether on front end or back end.

NOTE: I also have a plugin that does help tabs, if you are interested in that one
you can find it here: https://wordpress.org/plugins/better-admin-help-tabs/

This plugin leverages the great work done by others here:

For configuring metaboxes on the custom post type:
 https://github.com/WebDevStudios/
CMB2

For base class and code to allow pointers to display properly:
 https://gist.github.
com/brasofilo/6947539

## Screenshots

 * [[
 * The config page for my example pointer.
 * [[
 * The example pointer in action.

## Installation

It is always a good idea to make a backup of your database before installing any
plugin.

There are 3 ways to install this plugin:

 1. Search for it in your WordPress Admin (Plugins/Add New/Search) area and install
    from there
 2. Download the zip file from https://wordpress.org/plugins/better-admin-pointers/
    and then go to Plugins/Add New/Upload and then upload and activate it.
 3. Upload the folder “better-admin-pointers” to “/wp-content/plugins/”, then activate
    the plugin through the “Plugins” menu in WordPress

## FAQ

  Q: How can I find the screen/page id name to use?

A: This can be easily deduced from looking at the URL in the admin. For regular 
posts, it would just be “post”. For a custom post type, it would be the name of 
that custom post type (my-custom-post-type). For other pages (like my plugin editor
example), it usually works to just remove the “.php” from the end of the url (i.
e. “plugin-editor.php” becomes “plugin-editor”).

  Q: Is there some handy reference somewhere for the main admin screen ids?

A: You are in luck: [https://codex.wordpress.org/Plugin_API/Admin_Screen_Reference](https://codex.wordpress.org/Plugin_API/Admin_Screen_Reference)

  Q: I’m the lazy type, is there some tool to help me identify admin screens?

A: You are in even greater luck. I just added an option to show you what screen 
you are on anywhere in the admin. Go to BAP Options page and check the box for “
Show Current Screen”. A small header on every page will identify your admin screen.

  Q: How can I find what to target (i.e. how to know what to put in for target to
tell the system where to place my pointers on the page)?

A: Using built in tools in Chrome or Safari or Firefox or Other, right click on 
the element you want to target, select “Inspect Element” from the contextual menu,
then look for the class or id of that item. Note, if it is a class, prepend with
a period (.classname) and if it is an ID prepend with a hash (#idname).

  Q: How can I target just the “New” post page, and not have my pointer show up 
on the “Edit” post page?

A: You will find that each type of page has its own base css, so for example if 
I am wanting to target the Add Media button on just the new post, I would use “.
post-new-php #insert-media-button” as my target.

  Q: Sometimes the boxes are slightly offset from where I want them, is there any
way to correct for that?

A: There is now (as of version 1.2). Use the newly added Nudge Vertical and Nudge
Horizontal fields. You can leave these fields blank for default, or use positive
or negative numbers only. Don’t put any other text in those boxes or bad things 
may happen.

## Reviews

![](https://secure.gravatar.com/avatar/4488b04b41f0a391ae6f9d4523c6f7ed1112155c2e681e04a06dc91d23301e53?
s=60&d=retro&r=g)

### 󠀁[Love it.](https://wordpress.org/support/topic/love-it-1665/)󠁿

 [benklocek](https://profiles.wordpress.org/benklocek/) March 22, 2017

Great way to add tool tips! Easy to use, but required me to set “Nudge” to 0 to 
display as expected. Would also be great to have them show in order with back/next
buttons.

![](https://secure.gravatar.com/avatar/44fcf6c88acf4c81e1a3ccbb3717a6eb3136b77a594acb07b26fbcc27865c1c0?
s=60&d=retro&r=g)

### 󠀁[Hyper complicated.](https://wordpress.org/support/topic/great-bon-2/)󠁿

 [bgtbbox](https://profiles.wordpress.org/bgtbbox/) September 3, 2016 1 reply

Hyper complicated. No video tutorial. March half the time.. I suggest you the plugin“
Custom Pointers” that is ultra easy and need to look into the code. Hyper compliquer.
Pas de tutoriel vidéo. Marche une fois sur deux. Je vous conseil le plugin “Custom
Pointers” qui est ultra facile et sans besoin de chercher dans le code.

 [ Read all 6 reviews ](https://wordpress.org/support/plugin/better-admin-pointers/reviews/)

## Contributors & Developers

“Better Admin Pointers” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Stephen S ](https://profiles.wordpress.org/ssuess/)

“Better Admin Pointers” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/better-admin-pointers/contributors)
for their contributions.

[Translate “Better Admin Pointers” into your language.](https://translate.wordpress.org/projects/wp-plugins/better-admin-pointers)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/better-admin-pointers/),
check out the [SVN repository](https://plugins.svn.wordpress.org/better-admin-pointers/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/better-admin-pointers/)
by [RSS](https://plugins.trac.wordpress.org/log/better-admin-pointers/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### Version 2.0.3

 * BUGFIX: resolved conflicts with some plugins that did not have a wp screen available.

#### Version 2.0.2

 * BUGFIX: fixed PHP Notice error about non object in /wp-includes/post-template.
   php
 * CHANGE: migrated to CMB2

#### Version 2.0

 * NEW FEATURE: Ability to set Z-axis of each pointer
 * NEW FEATURE: Ability of pointers to show on front end of site as well as in admin
 * NEW FEATURE: Ability to have pointers show on every page of admin or every page
   of front end
 * BUGFIX: fixed alignment problems if wp adminbar was present
 * BUGFIX: cleaned up js code

#### Version 1.5.1

 * BUGFIX: Screen display option now properly coded and falls after admin bar loads.
 * BUGFIX: Options function naming cleanup.

#### Version 1.5

 * NEW FEATURE: Added tool in BAP Options to help identify current admin screen 
   id.

#### Version 1.4.1

 * NEW TRANSLATION: Added French translation (fr_FR)

#### Version 1.4

 * NEW FEATURE: Plugin is now fully internationalized. Start your translation engines(
   and let me know if you would like to provide a translation).
 * BUGFIX: System will no longer allow bad naming for the Pointer ID (They need 
   to be lower case and no spaces. Plugin will now apply rules to change a badly
   named pointer)

#### Version 1.3

 * NEW FEATURE: Removed default get_posts limit of 5, now can display more than 
   5 pointers per page (but really a bad idea, so try to avoid it ok?)
 * NEW FEATURE: Options button to reset all admin pointers for all users. Use with
   caution, as this will also reset the built in WP admin pointers.
 * NEW FEATURE: Now listing version number on Settings page
 * CHANGE: New format for pointers in DB, please go to options page to update your
   old pointers. They will not show up until you do.
 * BUGFIX: Pointer script was not localized correctly

#### Version 1.2.2

 * BUGFIX: Correct for null values error if nudge fields are left blank

#### Version 1.2.1

 * BUGFIX: If there is more than one pointer on a screen, the correct one will be
   dismissed. (previously sometimes the wrong item would be dismissed)

#### Version 1.2

 * NEW FEATURE: Ability to nudge pointer in settings if it isn’t sitting exactly
   in the right place
 * NEW FEATURE: Added columns to listing page
 * ALSO: added to FAQ, cleaned up strings

#### Version 1.1

Added options page with permissions

#### Version 1.0.1

Added FAQ, better explanation strings

#### Version 1.0

First Version, awaiting bug reports…

## Meta

 *  Version **2.0.3**
 *  Last updated **10 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.3 or higher **
 *  Tested up to **4.5.33**
 *  Languages
 * [English (Canada)](https://en-ca.wordpress.org/plugins/better-admin-pointers/)
   and [English (US)](https://wordpress.org/plugins/better-admin-pointers/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/better-admin-pointers)
 * Tag
 * [help](https://pcd.wordpress.org/plugins/tags/help/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/better-admin-pointers/advanced/)

## Ratings

 4.2 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/better-admin-pointers/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/better-admin-pointers/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/better-admin-pointers/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/better-admin-pointers/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/better-admin-pointers/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/better-admin-pointers/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/better-admin-pointers/reviews/)

## Contributors

 *   [ Stephen S ](https://profiles.wordpress.org/ssuess/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/better-admin-pointers/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40c%2esatoristephen%2ecom&lc=US&item_name=Stephen%20Suess&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)