[WordPress] 外掛分享: List Locations BMLT

WordPress 外掛 List Locations BMLT 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「List Locations BMLT」是 2018-10-21 上架。
  • 目前有 70 個安裝啟用數。
  • 上一次更新是 2023-12-21,距離現在已有 499 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛要求網站主機運作至少需要 PHP 版本 8.0 以上。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

klgrimley | pjaudiomv | bmltenabled |

外掛標籤

bmlt | List Locations | List Locations bmlt | narcotics anonymous | basic meeting list toolbox |

內容簡介

List Locations BMLT 外掛可返回來自你的 BMLT 伺服器的所有唯一城鎮或縣的資料,以及給定服务团的相關資訊。

SHORTCODE
基礎用法:[list_locations]
屬性:root_server、services、recursive、state、delimiter、list、state_skip、city_skip

— 可以結合使用不同的 Shortcode 參數

用法

最小限度需要 root_server 和 services 屬性,這會返回以逗號分隔的該服务团的所有城鎮信息。

例如:[list_locations root_server="https://www.domain.org/main_server" services="50"]

Recursive:要遞迴服務团,請添加 recursive="1"
例如:[list_locations root_server="https://www.domain.org/main_server" services="50" recursive="1"]

State:要撤銷狀態附加,則添加 state="0"
例如:[list_locations root_server="https://www.domain.org/main_server" services="50" state="0"]

State Skip:當使用 state="1" 時,要跳過特定州時添加 state_skip="NC"
例如:[list_locations root_server="https://www.domain.org/main_server" services="50" state="1" state_skip="NC"]

City Skip:跳過特定城市時,請添加 city_skip="Indianapolis"。當提及城市次序不對或位於文本的不同部分時,這可能很有用。
例如:[list_locations root_server="https://www.domain.org/main_server" services="50" state="1" city_skip="Indianapolis"]

Services:添加多個服務团時,在服務之間用逗号分隔。
例如:[list_locations root_server="https://www.domain.org/main_server" services="50,37,26"]

分隔符:要更改分隔符以傳回除逗號以外的內容,請添加 delimiter=" – " 或在每個資料之間建立新行,請添加 delimiter="
" 或 delimiter="

"
例如:[list_locations root_server="https://www.domain.org/main_server" delimiter="
"]

List:可以按鄉鎮、縣、市、街區列出。預設為鄉鎮。
例如:[list_locations root_server="https://www.domain.org/main_server" list="town"]

範例

https://www.crna.org/area-service-committees/

HOME

更多資訊

https://github.com/pjaudiomv/list-locations-bmlt

原文外掛簡介

List Locations BMLT is a plugin that returns all unique towns or counties from your BMLT server for a given service body on your site.
SHORTCODE
Basic: [list_locations]
Attributes: root_server, services, recursive, state, delimiter, list, state_skip, city_skip
— Shortcode parameters can be combined
Usage
A minimum of root_server and services attribute are required, which would return all towns for that service body seperated by a comma.
Ex. [list_locations root_server="https://www.domain.org/main_server" services="50"]
Recursive: to recurse service bodies add recursive="1"
Ex. [list_locations root_server="https://www.domain.org/main_server" services="50" recursive="1"]
State: to remove appending of the state add state="0"
Ex. [list_locations root_server="https://www.domain.org/main_server" services="50" state="0"]
State Skip: to skip the inclusion of a state when using state="1" add state_skip="NC"
Ex. [list_locations root_server="https://www.domain.org/main_server" services="50" state="1" state_skip="NC"]
City Skip To skip the inclusion of a city add city_skip="Indianapolis". This can be useful when mentioning a city out of order or in a different part of the text.
Ex. [list_locations root_server="https://www.domain.org/main_server" services="50" state="1" city_skip="Indianapolis"]
Services: to add multiple service bodies just seperate by a comma.
Ex. [list_locations root_server="https://www.domain.org/main_server" services="50,37,26"]
Delimiter: to change the delimiter to something besides a comma I would add delimiter=" – " or to create newlines between each I could do this delimiter="
", or delimiter="

"
Ex. [list_locations root_server="https://www.domain.org/main_server" delimiter="
"]
List: You can list by the following town, county, borough, neighborhood. The default is town.
Ex. [list_locations root_server="https://www.domain.org/main_server" list="town"]
custom_query You can add a custom query from semantic api to filter results, for ex by format &formats=54.
Ex. [list_locations root_server="https://www.domain.org/main_server" custom_query="&formats=54"]
EXAMPLES
https://www.crna.org/area-service-committees/

HOME


MORE INFORMATION
https://github.com/bmlt-enabled/list-locations-bmlt

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「List Locations BMLT」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


2.1.1 | 2.1.2 | 2.1.3 | 2.1.4 | 2.2.0 | 2.2.1 | 2.2.2 | 2.3.0 | 2.3.1 | 2.3.2 | trunk |

延伸相關外掛(你可能也想知道)

  • crouton 》Crouton於2018年從BMLT Tabbed UI外掛複製分支而來。此外掛提供了基本會議列表工具箱(BMLT)的標籤式使用者界面以及更多功能。將簡碼[bmlt_tabs]放入WordPre...。
  • Bread 》“Bread” 是 BMLT 會議清單生成器的衍生版本,它可以從 BMLT 伺服器建立會議時間表。。
  • Fetch JFT 》Fetch JFT 是一個外掛,它可以從 jftna.org 載入 Just For Today,然後放到您的頁面或文章中。使用 Fetch JFT 小工具加入側邊欄或頁腳。, 簡碼, 基礎: [jft],...。
  • Fetch SPAD 》Fetch SPAD 是一個外掛程式,從 https://spadna.org 拉取每日靈性原則並放在您的頁面或文章中。使用 Fetch SPAD 小工具,您可以將其添加到側邊欄或頁腳。, 第...。
  • Upcoming Meetings BMLT 》Upcoming Meetings BMLT 是一個外掛,可以在頁面或小工具中使用 upcoming_meetings shortcode 顯示從當前時間開始的下 N 個會議。, SHORTCODE, Basic: [upcom...。
  • Temporary Closures BMLT 》Temporary Closures BMLT 是一個 WordPress 外掛,它可以顯示所有存在暫時閉鎖的會議清單。它可以用來查看已發布或未發布的會議。, 短碼, 基本:[temporary_c...。
  • Contacts BMLT 》Contacts BMLT 是一個外掛,使用 contacts_bmlt 短碼可以顯示關於服務機構的熱線和網站資訊。, 短碼, 基本:[contacts_bmlt], 屬性:root_server、display_ty...。
  • Mayo Events Manager 》。
  • Hosted JFT 》Hosted JFT 是一個外掛,允許 NA Community 托管自己的翻譯版本 JFT。將 [hosted_jft] 短代碼添加到您的頁面,或使用 Hosted JFT 小工具將其添加到側欄或頁腳...。

文章
Filter
Apply Filters
Mastodon