Title: Connections Business Directory Toolbar
Author: Steven
Published: <strong>16. 9. 2013</strong>
Last modified: 13. 4. 2024

---

Prohledat pluginy

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

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# Connections Business Directory Toolbar

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

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

 * [Podrobnosti](https://cs.wordpress.org/plugins/connections-toolbar/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/connections-toolbar/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/connections-toolbar/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/connections-toolbar/#developers)

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

## Popis

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/).

## Instalace

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.

## Nejčastější dotazy

### 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.

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Connections Business Directory Toolbar je otevřený software. Následující lidé přispěli
k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “Connections Business Directory Toolbar” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/connections-toolbar)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/connections-toolbar/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/connections-toolbar/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/connections-toolbar/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/connections-toolbar/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 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.

## Komunitní plugin

Tento plugin je vyvíjen a podporován komunitou. [Přispět k tomuto pluginu](https://github.com/Connections-Business-Directory/Toolbar)

## Meta

 *  Verze **1.4**
 *  Poslední aktualizace **před 2 roky**
 *  Aktivních instalací **300+**
 *  Verze WordPressu ** 5.6 nebo novější **
 *  Testováno až do WordPressu **6.5.8**
 *  Verze PHP ** 7.0 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/connections-toolbar/)
 * Štítků
 * [address book](https://cs.wordpress.org/plugins/tags/address-book/)[addressbook](https://cs.wordpress.org/plugins/tags/addressbook/)
   [addresses](https://cs.wordpress.org/plugins/tags/addresses/)[bio](https://cs.wordpress.org/plugins/tags/bio/)
   [bios](https://cs.wordpress.org/plugins/tags/bios/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/connections-toolbar/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  1 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=1)

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/connections-toolbar/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/connections-toolbar/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](https://connections-pro.com/)