Title: BSTabs
Author: mnezerka
Published: <strong>5 مارس 2014</strong>
Last modified: 16 مارس 2018

---

جستجوی افزونه‌ها

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/bstabs.svg)

# BSTabs

 توسط [mnezerka](https://profiles.wordpress.org/mnezerka/)

[دانلود](https://downloads.wordpress.org/plugin/bstabs.1.12.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/bstabs/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/bstabs/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/bstabs/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/bstabs/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/bstabs/)

## توضیحات

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)
 * `count` – maximal number of listed tabulatures
 * `orderby` – optional parameter to set fields for order of tabulatures, acceptable
   fields are `author`, `title` and `published` . Default value is `title`.
 * `order` – optional parameter which provides additional information to `orderby`
   parameter. It specifies if list is sorted ascending or descending.Possible values
   are `asc` and `desc`. Default value is `asc`.
 * `fields` – optional parameter which allows to enumerate tabulature fields (attributes)
   to be shown in listing. Parameter value must be list of field identifiers separated
   by semicolon. Allowed identifiers are: `title`, `instrument`, `author`, `key`,`
   level`, `genre`, `tuning`, `audio`, `tabs`, `links` and `published`.
 * `class` – optional parameter to set additional CSS class for listing generated
   by shortcode

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
    [tabs count="5" orderby="published" order="desc" fields="title;instrument;tabs;published" class="compact"] - list five last published tabulatures, most recent tab is listed first, listing is limited to selected columns (attributes) and generated HTML code is extended of class `raw`.
    ```

### Known Issues / Bugs

### Uninstall

 1. Deactivate the plugin
 2. That’s it! 🙂

## نصب

 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! 🙂

## سوالات متداول

  Installation Instructions

 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! 🙂

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“BSTabs” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

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

“BSTabs” به 1 زبان ترجمه شده است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/bstabs/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “BSTabs” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/bstabs)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/bstabs/), check out
the [SVN repository](https://plugins.svn.wordpress.org/bstabs/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/bstabs/) by [RSS](https://plugins.trac.wordpress.org/log/bstabs/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 1.12

 * registration of new media type with extension `mscz` for MuseScroe tabs

#### 1.11

 * bugfix: correction of links generated by tabs shortcode

#### 1.10

 * column published is localized to Czech
 * column published shows only date (without time)

#### 1.9

 * new parameter `count` for shortcode `tabs` to limit number of listed tabulatures
 * new parameter `orderby` and `order` for shortcode `tabs` to set custom order 
   of listed tabulatures
 * new parameter `fields` to specify which fields are shown in listing of tabulatures
 * new parameter `class` allows setting of CSS class for generated listing

#### 1.8

 * bugfix: files uploaded to tabulatures can have special characters (e.g. %) in
   file names. This is known bug in WordPress which is not fixed by WordPress developers.
 * titles for files are taken from file metadata rather from physical file name
 * tabulature links are opened in new window
 * new default icon for audio files

#### 1.7

 * added new tabulature attribute – text filed for entering related links. Links
   are shown as icons with description in admin area (list of tabulatures), in list
   generated by tabs shortcode and in detail tab view generated by tabs shortcode.

#### 1.6

 * tabs listing generated by tabs shortcode is sorted by tab title
 * bugfix: searching by author for names with czech characters should work
 * list of authors in search dialog combobox is sorted alphabeticaly
 * two columns were added to list of tabulatures in admin section: list of tab attachments
   and list of audio attachments

#### 1.5

 * new icon for mid and midi file type
 * ra, ram, wav, mid, midi, ogg, oga, wma file types are treated as audio files 
   when displayed in tab listing or tab detail view
 * tab attachment icons in tabs listing have title (file name) when mouse is moved
   over image

#### 1.4

 * translation to Czech for “Tune” and all keys (especially B and Bm)
 * added new icons for tabs of type tab, btab and tef

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

#### 1.2

 * bugfixing

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

 * Initial release

## اطلاعات

 *  نگارش **1.12**
 *  Last updated **8 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 3.8 یا بالاتر **
 *  Tested up to **4.9.29**
 *  زبان‌ها
 * [Czech](https://cs.wordpress.org/plugins/bstabs/) و [English (US)](https://wordpress.org/plugins/bstabs/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/bstabs)
 * Tags
 * [music](https://fa.wordpress.org/plugins/tags/music/)[tab](https://fa.wordpress.org/plugins/tags/tab/)
   [tabs](https://fa.wordpress.org/plugins/tags/tabs/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/bstabs/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 1 5-ستاره     ](https://wordpress.org/support/plugin/bstabs/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/bstabs/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/bstabs/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/bstabs/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/bstabs/reviews/?filter=1)

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

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/bstabs/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/bstabs/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](http://blue.pavoucek.cz)