Title: Apermo AdminBar
Author: Christoph Daum
Published: <strong>جولائی 7, 2016</strong>
Last modified: دسمبر 14, 2016

---

پلگ انز تلاش کریں

![](https://ps.w.org/apermo-adminbar/assets/banner-772x250.png?rev=1519739)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://ps.w.org/apermo-adminbar/assets/icon-256x256.png?rev=1521394)

# Apermo AdminBar

 منجانب [Christoph Daum](https://profiles.wordpress.org/apermo/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/apermo-adminbar.1.1.2.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/apermo-adminbar/#description)
 * [جائزے](https://ur.wordpress.org/plugins/apermo-adminbar/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/apermo-adminbar/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/apermo-adminbar/#developers)

 [معاونت](https://wordpress.org/support/plugin/apermo-adminbar/)

## تفصیل

This plugin enhances the AdminBar and adds links to development, staging and live
version of your website, furthermore it allows you to choose a color scheme of your
AdminBar for all users on a website, including the frontend.
 You also have to option
to control the robots.txt visibility settings, in the newest version you get a watermark
for posts that are in draft or scheduled, and a keyboard shortcut to hide the adminbar.

If you want to participate in the development [head over to GitHub](https://github.com/apermo/apermo-adminbar)!

## اسکرین شاٹس

[⌊The basic idea of the plugin, 3 instances of a website, with 3 distinct color 
schemes and quicklinks between the instances.⌉⌊The basic idea of the plugin, 3 instances
of a website, with 3 distinct color schemes and quicklinks between the instances
.⌉[

The basic idea of the plugin, 3 instances of a website, with 3 distinct color schemes
and quicklinks between the instances.

[⌊The Adminbar on the frontend, showing the info panel on the right and the watermark
for a draft post. The info panel can be hidden with a click. And there are keyboard
shortcuts to hide the whole adminbar and the watermark to see what the site looks
like for a regular user.⌉⌊The Adminbar on the frontend, showing the info panel on
the right and the watermark for a draft post. The info panel can be hidden with 
a click. And there are keyboard shortcuts to hide the whole adminbar and the watermark
to see what the site looks like for a regular user.⌉[

The Adminbar on the frontend, showing the info panel on the right and the watermark
for a draft post. The info panel can be hidden with a click. And there are keyboard
shortcuts to hide the whole adminbar and the watermark to see what the site looks
like for a regular user.

[⌊The settings page, with the options for the first of the 3 default stages.⌉⌊The
settings page, with the options for the first of the 3 default stages.⌉[

The settings page, with the options for the first of the 3 default stages.

[⌊The import and export function on the settings page.⌉⌊The import and export function
on the settings page.⌉[

The import and export function on the settings page.

[⌊The settings page when the settings are set using the filter add_filter( 'apermo-
adminbar-sites', 'sites_filter' );⌉⌊The settings page when the settings are set 
using the filter add_filter( 'apermo-adminbar-sites', 'sites_filter' );⌉[

The settings page when the settings are set using the filter `add_filter( 'apermo-
adminbar-sites', 'sites_filter' );`

## انسٹالیشن

 1. Upload the plugin files to the `/wp-content/plugins/apermo-adminbar` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the ‘Apermo AdminBar’ plugin through the ‘Plugins’ menu in WordPress
 3. Open Settings -> Apermo AdminBar to set up the links and colors (currently you 
    have to repeat this on all sites)

## عمومی سوالات

  I have more than 3 sites, can I add more?

You can do so with `add_filter( 'apermo-adminbar-types', 'your_filter' );`

  I want more color schemes!

Feel free to add more, there are other plugins that do so. Or have a look at [wp_admin_css_color() in the WordPress Codex](https://codex.wordpress.org/Function_Reference/wp_admin_css_color)

  Can I save the color schemes to my theme?

Yes, you can. Simply add and alter the following example somewhere to the functions.
php of your theme

    ```
    add_filter( 'apermo-adminbar-sites', 'sites_filter' );

    function sites_filter( $sites ) {
        $sites['dev']['url'] = 'http://dev.your-site.tld';
        $sites['dev']['whitelist'] = array( 1,42 );
        $sites['staging']['url'] = 'http://staging.your-site.tld';
        $sites['live']['url'] = 'https://www.your-site.tld';
        return $sites;
    }
    ```

  Can I hide, for example the development page, for certain users

Yes, you can use the filter `add_filter( 'apermo-adminbar-sites', 'sites_filter');`
with the option `whitelist` to allow access to the corresponding site only for the
whitelisted user ids.
 An option for this might be added in the future.

  Can I change the default capability needed to access the quicklinks?

Yes, use `add_filter( 'apermo-adminbar-caps', 'sites_filter' );` and just return
the desired capability.

  I do not need the watermark, how can I remove it?

The simplest way is to use `add_filter( 'apermo-adminbar-watermark', function( $
bool ) { return false; } );` and turn the feature off.

  I do not need the statusbox, how can I remove it?

The simplest way is to use `add_filter( 'apermo-adminbar-statusbox', function( $
bool ) { return false; } );` and turn the feature off.

  I do not need the keyboard shortcuts, how can I remove it?

The simplest way is to use `add_filter( 'apermo-adminbar-keycodes', function( $bool){
return false; } );` and turn the feature off.

  How can I help with the development of this plugin?

Head over to the [GitHub Repository](https://github.com/apermo/apermo-adminbar) 
and start reading. Every bit of help is highly appreciated!

## جائزے

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

### 󠀁[Good Helper](https://wordpress.org/support/topic/good-helper-3/)󠁿

 [Hendrik Luehrsen](https://profiles.wordpress.org/luehrsen/) نومبر 22, 2018

This plugin helps tremendously if you want to switch between different versions 
of the website. (Staging, dev, live, etc.) Thank you!

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

### 󠀁[Fantastic plugin!](https://wordpress.org/support/topic/fantastic-plugin-617/)󠁿

 [Niels Lange](https://profiles.wordpress.org/nielslange/) اکتوبر 28, 2016 1 reply

Every professional WordPress developer should have at least two environments when
working on projects: development and production. But how often do you find yourself
lost in these environments? @apermo done a great job solving this issue with this
plugin. Conclusion: I can highly recommend this fantastic plugin!

 [ تمام 2 جائزے پڑھیں ](https://wordpress.org/support/plugin/apermo-adminbar/reviews/)

## شراکت دار اور ڈیویلپرز

“Apermo AdminBar” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ 
لیا:

شراکت دار

 *   [ Christoph Daum ](https://profiles.wordpress.org/apermo/)

“Apermo AdminBar” کا 1 زبان میں ترجمہ کیا گیا ہے۔ تعاون کے لیے [مترجمین](https://translate.wordpress.org/projects/wp-plugins/apermo-adminbar/contributors)
کا شکریہ۔

[“Apermo AdminBar” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/apermo-adminbar)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/apermo-adminbar/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/apermo-adminbar/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/apermo-adminbar/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/apermo-adminbar/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

### 1.1.2

 * changed: Keyboard shortcuts had to be changed as they colided with windows standards
 * Hide Watermark: Mac: CMD + CTRL + W – Win/Linux: ALT + SHIFT + W
 * Hide Adminbar: Mac: CMD + CTRL + A – Win/Linux: ALT + SHIFT + A
 * fixed: backend color scheme was overwritten if being set by a user prior to plugin
   activation

### 1.1.1

 * fixed: keyboard shortcut for watermark is now CTRL + D
 * changed: made status icons bigger & clearer, changed color for scheduled status

### 1.1.0

 * added: keyboard shortcut CTRL + E to hide/show the adminbar in frontend
 * added: watermark for draft/scheduled post, to remind an editor of the current
   post status
 * added: keyboard shortcut CTRL + W to hide/show the watermark
 * added: the statusbox, a box containing useful information about the post, directly
   visible in the frontend

### 1.0.0

 * fixed: do not add a spacer if no quicklinks are added
 * added: option to hide stages by whitelisting the stage for given user ids
 * added: option to set the default capability needed to use the quicklinks

### 0.9.11

 * fixed: css from admin_bar was loaded late, so >a< tags mostly where miscolored.

### 0.9.10

 * disable all options if filter is used
 * fixed: robots.txt defaults were ignored

### 0.9.9

 * added support for multisite domain mapping
 * added support for robots.txt

### 0.9.6

 * fixed typos

### 0.9.5

 * fixed bug for subfolder installations

### 0.9.4

 * added an export and import option
 * minor improvements

### 0.9.3

 * Removed Scheme URL from saved options
 * added filter ‘apermo-adminbar-sites’ to give the option of saving the settings
   in a theme

### 0.9.2

 * Some minor code improvements

### 0.9.1

 * Bug fixes and optimizations – Thanks to @kau-boy for the help

### 0.9.0

 * Initial Release

## میٹا

 *  Version **1.1.2**
 *  Last updated **10 سال پہلے**
 *  Active installations **70+**
 *  WordPress version ** 4.0 یا اس سے جدید **
 *  Tested up to **4.7.0**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/apermo-adminbar/) اور [German](https://de.wordpress.org/plugins/apermo-adminbar/).
 *  [اپنی زبان میں ترجمہ کریں](https://translate.wordpress.org/projects/wp-plugins/apermo-adminbar)
 * Tags
 * [admin](https://ur.wordpress.org/plugins/tags/admin/)[admin bar](https://ur.wordpress.org/plugins/tags/admin-bar/)
   [adminbar](https://ur.wordpress.org/plugins/tags/adminbar/)[developer](https://ur.wordpress.org/plugins/tags/developer/)
   [development](https://ur.wordpress.org/plugins/tags/development/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/apermo-adminbar/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

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

[Your review](https://wordpress.org/support/plugin/apermo-adminbar/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/apermo-adminbar/reviews/)

## شراکت دار

 *   [ Christoph Daum ](https://profiles.wordpress.org/apermo/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/apermo-adminbar/)