=== BSTabs === Contributors: mnezerka Donate link: http://blue.pavoucek.cz Tags: tabs, tab, tabulatures, tabulature, music Requires at least: 3.8 Tested up to: 3.8.1 Stable tag: 1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html BSTabs extends WordPress of simple tabulature management. == Description == BSTabs plugin registers new post type of type Tab which serves as container for files (gpx, audio, pdf, etc.) and information (instrument, genre, level, etc.) related to one specific tabulature. New shortcode `[tabs]` could be inserted in any post content and allows listing and searching in all tabulatures according attributes. Shortcode `[tabs]`, in its simple form (without any parameters), lists all tabulatures. Use one or more of the following parameters to change tab listing or show search dialog: * `instrument` - optional parameter to limit list of tabulatures to specific instrument. (possible values: all, banjo, gutar, mandolin, fiddle, bass; default value: all). * `search` - optional parameter for showing search dialog with controls for various tab metadata attributes. (possible values: yes, no; default value: no) * `search_all_button` - optional parameter for showing additional button in search dialog. This button allows users to show all tabs and ignore all search dialog filters. (possible values: yes, no; default value: no) Examples: [tabs] - list all tabulatures [tabs search="yes"] - show search dialog [tabs search="yes" instrument="banjo"] - show search dialog, but limit all search queries to banjo instrument. [tabs instrument="guitar"] - list all guitar tabulatures == Installation == 1. Install and activate the plugin through the 'Plugins' menu in WordPress. 2. Assign new capabilities to individual roles according to your security policy. 3. Add and edit tabulatures in admin section - there is a new menu item for it. 4. Use shorttags [tabs] to insert list of tabulatures into post content 5. That's it! :) == Screenshots == == Frequently Asked Questions == == Changelog == = 1.0 = * Initial release = 1.1 = * implemented i18n - all visible strings are exported (.po, .pot, .mo) for possible translation * added Czech translation * bugfix - list of tabs is empty when search dialog is enabled = 1.2 = * bugfixing = 1.3 = * registered new media types for wordpress upload (gp, .gp3, .gp4, .gp5, .gpx, .gtp, .tef, .tab, .btab, .tg, .tbl) * autocomplete implemented for several tab edit dialog controls (author, tuning) * new instrument type: fiddle * removed tab attribute "transcriber" * added tab attribute "tuning" * added optional button to search dialog for listing of all tabulatures without filtering * it is possible to select "-" value for key, level and genre * bugfix: limit list of authors and tunings in search dialog to relevant subsets (don't show values related to other instruments) == Known Issues / Bugs == == Uninstall == 1. Deactivate the plugin 2. That's it! :)