=== MZ Mindbody API === Contributors: mikeill, rtzee Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A95ZEELLHGECE Tags: mindbody, schedule, calendar, yoga, MBO, mindbodyonline, gym Requires at least: 3.0.1 Tested up to: 4.3.1 Stable tag: 2.2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html MZ Mindbody API uses the Devin Crossman API to interface with MindBodyOnline and display Staff, Schedule and Workshops. == Description == MZ Mindbody API uses the Devin Crossman API to interface with MindBodyOnline and display Staff, Schedule and Workshops. Two important requirements are: 1. PEAR and SOAP must be installed/enabled on the web server 2. MindBodyOnline API Developer Account (PHP 5.2 compliant.) == Installation == Steps to install and configure MZ Mindbody API: 1. Upload the directory, `mz_mindbody_api` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Follow instructions at [mZoo.org](http://www.mzoo.org/creating-your-mindbody-credentials). 4. In the WP Admin panel go to: Settings -> MZ Mindbody and configure settings 5. This plugin includes some minimal CSS which you can override in theme. 6. Also includes some bootstrap css so check there if conflicts arise. == Frequently Asked Questions == = One of the elements I need to fill is are the *Event IDs*. Can you help me learn where to find those? = I'm not sure if there's an easier way, but you can find them by, within MindBody, going to an Event EDIT page and viewing the source of the Dropdown menu items, which contain the name of each event type and it's associated ID number. == Why am I getting "Permission denied" and "Invalid Argument" errors? == You need to register a developer account with MindBody, which costs $5+ per website. Follow the instructions at [mZoo.org](http://www.mzoo.org/creating-your-mindbody-credentials). == Screenshots == 1. Calendar Display 2. Details Modal 3. Teacher Bio Page 4. Admin Page == Changelog == = 2.2.2 = * Using bootstrap gallery to optionally display staff page * Hopefully adding the new CSS won't cause theme conflicts. = 2.2.0 = * Refactor with more OOP approach * Could be further refactored. * Fix error with events display = 2.1.0 = * Can display multiple locations on same calendar with select to filter. Shortcode * to show calendar with specified class types. * Using modified version of jQuery.filterTable now. * Locations now held in array, but still supporting older single item method. * Add CSS classes to horizontal schedule display cells. = 2.0.0 = This release includes the most new features and also uses a more minimal version of bootstrap code: just the necessary components. New jQuery filter, grid mode schedule view, configurable event cycle duration, multiple accounts and locations can be shown also via shortcode attributes. Internationalized - so far Spanish and Portuguese. = 1.6 = Fix some HTML validation errors in schedule table layout. = 1.5 = (Re-)integration of short code type=day for schedule page to show “today’s” classes. = 1.4 = Further navigation refactoring. = 1.3 = Refactor navigation and address conflict with older version of MB_API. = 1.2 = Fix navigation on Schedule page when Force Cache not selected. = 1.0 = Initial release. == Upgrade Notice == = 2.2.2 = Add gallery mode option for Staff page. = 2.2.0 = Refactoring update. = 2.1.0 = Display multiple locations on same calendar with SELECT to filter. New shortcode to show calendar with specified class types. = 2.0.0 = New jQuery filter, grid mode schedule view, configurable event cycle duration, multiple accounts and locations can be shown also via shortcode attributes. Internationalized - so far Spanish and Portuguese. = 1.6 = Add Today's Schedule widget - must be only MBO call on page! = 1.1 = Now compatible with php versions less than 5.3 == Notes == This is not a terribly easy plugin to install. Configuring the server may require input from your web hosting company (or you might get lucky). And getting all the MindBody details configured can also be a little laborious. Also mindbody is charging developers $5 per month per account connection now.