Title: Connections Business Directory Toolbar
Author: Steven
Published: <strong>2013-09-16</strong>
Last modified: 2024-04-13

---

Szukaj wtyczek

![](https://ps.w.org/connections-toolbar/assets/banner-772x250.png?rev=972723)

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://ps.w.org/connections-toolbar/assets/icon-256x256.png?rev=972723)

# Connections Business Directory Toolbar

 Autor: [Steven](https://profiles.wordpress.org/shazahm1hotmailcom/)

[Pobierz](https://downloads.wordpress.org/plugin/connections-toolbar.1.4.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/connections-toolbar/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/connections-toolbar/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/connections-toolbar/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/connections-toolbar/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/connections-toolbar/)

## Opis

This is an extension plugin for the [Connections Business Directory Plugin](https://wordpress.org/plugins/connections/).
Quick click access without having to scroll to all of Connections admin pages from
either the admin or the front end for easy management. You can even go to a specific
settings tab of filter the entry list with a single click making you life easier.

Why not just include this with the plugin as an option? Two reasons, the admin bar
has limited space and to limit the amount of core plugin options and code.

Here are some other great **free extensions** (with more on the way) that enhance
your experience with the business directory:

**Utility**

 * [Toolbar](https://wordpress.org/plugins/connections-toolbar/) :: Provide quick
   links to the admin pages from the admin bar.
 * [Login](https://wordpress.org/plugins/connections-business-directory-login/) ::
   Provides a simple-to-use login shortcode and widget.

**Custom Fields**

 * [Business Hours](https://wordpress.org/plugins/connections-business-directory-hours/)::
   Add the business open hours.
 * [Income Level](https://wordpress.org/plugins/connections-business-directory-income-levels/)::
   Add an income level.
 * [Education Level](https://wordpress.org/plugins/connections-business-directory-education-levels/)::
   Add an education level.
 * [Languages](https://wordpress.org/plugins/connections-business-directory-languages/)::
   Add languages spoken.

**Misc**

 * [Face Detect](https://wordpress.org/plugins/connections-business-directory-face-detect/)::
   Applies face detection before cropping an image.

**Premium Extensions**

 * [Authored](https://connections-pro.com/add-on/authored/) :: Displays a list of
   blog posts written by the entry on their profile page.
 * [Contact](https://connections-pro.com/add-on/contact/) :: Displays a contact 
   form on the entry’s profile page to allow your visitors to contact the entry 
   without revealing their email address.
 * [CSV Import](https://connections-pro.com/add-on/csv-import/) :: Bulk import your
   data in to your directory.
 * [Custom Category Order](https://connections-pro.com/add-on/custom-category-order/)::
   Order your categories exactly as you need them.
 * [Form](https://connections-pro.com/add-on/form/) :: Allow site visitor to submit
   entries to your directory. Also provides frontend editing support.
 * [Link](https://connections-pro.com/add-on/link/) :: Links a WordPress user to
   an entry so that user can maintain their entry with or without moderation.
 * [ROT13 Encryption](https://connections-pro.com/add-on/rot13-email-encryption/)::
   Protect email addresses from being harvested from your business directory by 
   spam bots.
 * [SiteShot](https://connections-pro.com/add-on/siteshot/) :: Show a screen capture
   of the entry’s website.
 * [Widget Pack](https://connections-pro.com/add-on/widget-pack/) :: A set of feature
   rich, versatile and highly configurable widgets that can be used to enhance your
   directory.

### Credits

This plugin was inspired by the [EDD Toolbar](https://wordpress.org/plugins/edd-toolbar/)
plugin by�[daveshine (David Decker)](https://profiles.wordpress.org/daveshine/).

## Instalacja

Extract the zip file and just drop the contents in the wp-content/plugins/ directory
of your WordPress installation and then activate the Plugin from Plugins page.

## Najczęściej zadawane pytania

### Why doesn’t it show up for me?

This will only show up in the admin bar if the user logged in has the `manage_options`
capability.

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Connections Business Directory Toolbar” jest oprogramowaniem open source. Poniższe
osoby miały wkład w rozwój wtyczki.

Zaangażowani

 *   [ Steven ](https://profiles.wordpress.org/shazahm1hotmailcom/)

[Przetłumacz wtyczkę “Connections Business Directory Toolbar” na swój język.](https://translate.wordpress.org/projects/wp-plugins/connections-toolbar)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/connections-toolbar/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/connections-toolbar/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/connections-toolbar/)
przez [RSS](https://plugins.trac.wordpress.org/log/connections-toolbar/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.4 03/14/2023

 * TWEAK: Remove use of deprecated `cn_loaded` action hook.
 * TWEAK: Add plugin properties.
 * TWEAK: Utilize `cnText_Domain::register()` to register the text domain.
 * TWEAK: Remove unused global constants.
 * TWEAK: Make plugin singleton a final class.
 * TWEAK: Set plugin version as class constant.
 * TWEAK: Update class singleton instance validation.
 * TWEAK: Do not double initialize the class singleton.
 * TWEAK: Remove unused class property.
 * TWEAK: Update method name to better reflect its function.
 * TWEAK: Update urls to be `https`.
 * OTHER: Update copyright.
 * DEV: Update plugin and README.txt file header.
 * DEV: phpDoc corrections.
 * DEV: Update tested to WP 6.2.

#### 1.3 10/31/2022

 * TWEAK: Remove use of deprecated `cnFormObjects::tokenURL()` method replaced with`
   _nonce::url()`.
 * TWEAK: Qualifier can be replaced with an import.
 * OTHER: Update README.txt header.
 * OTHER: Correct misspellings.

#### 1.2 07/13/2021

 * TWEAK: Support the new Taxonomy API. Custom Taxonomies will now display in the
   Manage menu branch.
 * BUG: Fix the link to the Categories admin page, utilizing the Taxonomy API vs
   a hard coded link.

#### 1.1.1 05/03/2021

 * OTHER: Update support links.
 * OTHER: Change `http` to `https` in links.
 * OTHER: Removed use of unused declared variable.
 * OTHER: Remove used of deprecated tag attribute.
 * DEV: phpDoc correction.
 * DEV: Update plugin header.
 * DEV: Update the README.txt header.

#### 1.1 11/12/2015

 * BUG: Fix admin URLs.
 * OTHER: Minor phpDoc fixes.
 * OTHER: Update copyright date.
 * OTHER: Readme file updates.
 * DEV: Update the .git* files.
 * DEV: Code beautification.

#### 1.0.1 05/05/2014

 * BUG: Fix the manage page moderation filter links.
 * TWEAK: Removed the action which would deactivate Toolbar if Connections was not
   activate.
 * TWEAK: The plugin now hooks into the cn_loaded action rather than plugins_loaded.

#### 1.0 09/01/2013

 * Initial release.

## Wtyczka społecznościowa

Wtyczka jest rozwijana i obsługiwana przez społeczność. [Dodaj coś od siebie do wtyczki](https://github.com/Connections-Business-Directory/Toolbar)

## Meta

 *  Wersja **1.4**
 *  Ostatnia aktualizacja **2 lata temu**
 *  Włączone instalacje **300+**
 *  Wersja WordPressa ** 5.6 lub nowszej **
 *  Testowano do **6.5.8**
 *  Wersja PHP ** 7.0 lub nowszej **
 *  Język
 * [English (US)](https://wordpress.org/plugins/connections-toolbar/)
 * Tagi
 * [address book](https://pl.wordpress.org/plugins/tags/address-book/)[addressbook](https://pl.wordpress.org/plugins/tags/addressbook/)
   [addresses](https://pl.wordpress.org/plugins/tags/addresses/)[bio](https://pl.wordpress.org/plugins/tags/bio/)
   [bios](https://pl.wordpress.org/plugins/tags/bios/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/connections-toolbar/advanced/)

## Oceny

 5 na 5 gwiazdek.

 *  [  1 recenzja 5-gwiazdkowa     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=1)

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/connections-toolbar/reviews/)

## Zaangażowani

 *   [ Steven ](https://profiles.wordpress.org/shazahm1hotmailcom/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/connections-toolbar/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://connections-pro.com/)