Title: Connections Business Directory Toolbar
Author: Steven
Published: <strong>16 setembro, 2013</strong>
Last modified: 13 abril, 2024

---

Pesquisar plugins

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

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

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

# Connections Business Directory Toolbar

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

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

 * [Detalhes](https://br.wordpress.org/plugins/connections-toolbar/#description)
 * [Avaliações](https://br.wordpress.org/plugins/connections-toolbar/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/connections-toolbar/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/connections-toolbar/#developers)

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

## Descrição

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

## Instalação

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.

## Perguntas frequentes

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

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“Connections Business Directory Toolbar” é um programa de código aberto. As seguintes
pessoas contribuíram para este plugin.

Colaboradores

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

[Traduzir o “Connections Business Directory Toolbar” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/connections-toolbar)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/connections-toolbar/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/connections-toolbar/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/connections-toolbar/)
por [RSS](https://plugins.trac.wordpress.org/log/connections-toolbar/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

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

## Plugin da comunidade

Este plugin é desenvolvido e mantido por uma comunidade. [Contribua com este plugin](https://github.com/Connections-Business-Directory/Toolbar)

## Meta

 *  Versão **1.4**
 *  Última atualização **2 anos atrás**
 *  Instalações ativas **300+**
 *  Versão do WordPress ** 5.6 ou superior **
 *  Testado até **6.5.8**
 *  Versão do PHP ** 7.0 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/connections-toolbar/)
 * Tags
 * [address book](https://br.wordpress.org/plugins/tags/address-book/)[addressbook](https://br.wordpress.org/plugins/tags/addressbook/)
   [addresses](https://br.wordpress.org/plugins/tags/addresses/)[bio](https://br.wordpress.org/plugins/tags/bio/)
   [bios](https://br.wordpress.org/plugins/tags/bios/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/connections-toolbar/advanced/)

## Classificações

 5 de 5 estrelas.

 *  [  1 avaliação com 5 estrela     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=5)
 *  [  0 avaliação com 4 estrela     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=4)
 *  [  0 avaliação com 3 estrela     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=3)
 *  [  0 avaliação com 2 estrela     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=2)
 *  [  0 avaliação com 1 estrela     ](https://wordpress.org/support/plugin/connections-toolbar/reviews/?filter=1)

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

[Ver todas avaliações](https://wordpress.org/support/plugin/connections-toolbar/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/connections-toolbar/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](https://connections-pro.com/)