Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinribeiro/chamber-dashboard-business-directory
WordPress.org Plugin Mirror
https://github.com/justinribeiro/chamber-dashboard-business-directory
Last synced: 7 days ago
JSON representation
WordPress.org Plugin Mirror
- Host: GitHub
- URL: https://github.com/justinribeiro/chamber-dashboard-business-directory
- Owner: justinribeiro
- Created: 2014-10-24T23:27:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-25T22:42:58.000Z (almost 10 years ago)
- Last Synced: 2024-10-23T23:59:28.800Z (28 days ago)
- Language: PHP
- Homepage: http://www.pluginmirror.com/plugins/chamber-dashboard-business-directory/
- Size: 519 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Chamber Dashboard Business Directory ===
Contributors: gwendydd
Tags: Chamber of Commerce, business directory, businesses
Donate link: http://chamberdashboard.com/donate
Requires at least: 3.7
Tested up to: 4.0
Stable tag: trunk
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.htmlCreate a directory of businesses. Specifically designed for chambers of commerce to store information about businesses and display them on a website.
== Description ==
Chamber Dashboard Business Directory is a part of the Chamber Dashboard collection of plugins and themes designed to meet the needs of chambers of commerce.= With Chamber Dashboard Business Directory, you can: =
* create a database of the businesses in your organization
* display a business directory on your website
* customize what information is displayed about the businesses
* export a CSV of the business in your directoryYou can learn more at [chamberdashboard.com](http://chamberdashboard.com)
For full instructions about how to use the plugin, go to [Chamber Dashboard Documentation](http://chamberdashboard.com/support/documentation)
If you want to track the people associated with businesses in your organization, check out [the Chamber Dashboard CRM](https://wordpress.org/plugins/chamber-dashboard-crm/) plugin!
More features coming soon! Chamber Dashboard is in the early stages of its development. By the end of 2014, it will include membership management, event sign-up and management, and much more.
== Installation ==
= Using The WordPress Dashboard =1. Navigate to the \'Add New\' in the plugins dashboard
2. Search for \'chamber dashboard business directory\'
3. Click \'Install Now\'
4. Activate the plugin on the Plugin dashboard= Uploading in WordPress Dashboard =
1. Navigate to the \'Add New\' in the plugins dashboard
2. Navigate to the \'Upload\' area
3. Select `chamber-dashboard-business-directory.zip` from your computer
4. Click \'Install Now\'
5. Activate the plugin in the Plugin dashboard= Using FTP =
1. Download `chamber-dashboard-business-directory.zip`
2. Extract the `chamber-dashboard-business-directory` directory to your computer
3. Upload the `chamber-dashboard-business-directory` directory to the `/wp-content/plugins/` directory
4. Activate the plugin in the Plugin dashboard== Frequently Asked Questions ==
= How do I display the business directory on my site? =
Create a page, and insert the following shortcode:
[business_directory]There are lots of options for this shortcode. For a full description, see [Chamber Dashboard Documentation](http://chamberdashboard.com/document/displaying-business-directory-site/)
= Will it work with my theme? =
Probably! It is designed to work with any theme that follows basic WordPress coding practices.= I want the plugin to do _____. Can you make it do that? =
Probably! I am definitely interested in making this as useful as possible for chambers of commerce, so please let me know what features you need! You can use the contact form at [chamberdashboard.com/contact](http://chamberdashboard.com/contact)== Screenshots ==
1. Entering business information== Changelog ==
= 1.7.3 =
* fixed map issues= 1.7.2 =
* lots of bug fixes= 1.7.1 =
* fixed issues with labels echoing in the wrong place
* fixed typo that broke search form= 1.7 =
* fixed typos
* added category shortcode thanks to Justin Ribeiro https://github.com/justinribeiro/chamber-dashboard-business-directory/tree/add-category-shortcode= 1.6.11 =
* made even more strings translatable= 1.6.10 =
* made more strings translatable= 1.6.9 =
* minor bug fixes
* added welcome page= 1.6.8 =
* minor bug fixes= 1.6.7 =
* fixed JavaScript error on grid layout= 1.6.6 =
* fixed a few more URL bugs
* added phone number to business overview page= 1.6.5 =
* fixed icon URL= 1.6.4 =
* fixed bug with map on single business view= 1.6.3 =
* made Business Directory compatible with new Chamber Dashboard CRM plugin= 1.6.2 =
* Small bug fixes= 1.6.1 =
* Cleaned up some debugging code= 1.6 =
* Added ability to import business from a CSV= 1.5 =
* Fixed a bunch of debug errors
* Added export capability= 1.4 =
* Fixed bug where locations with "do not display" appeared on map anyway
* Added business search form
* other small fixes= 1.3 =
* Created filters to allow use of theme archive pages for business category and membership level
* Other small fixes= 1.2 =
* Added the ability to create custom fields for businesses
* Bug fixes= 1.1 =
* Added Google map to single business view
* Added shortcode to create map of all businesses
* Added category and membership level to body and post classes
* Bug fixes= 1.0 =
* First release