[WordPress] 外掛分享: Field Day

WordPress 外掛 Field Day 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Field Day」是 2020-05-21 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-03-25,距離現在已有 41 天。
  • 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

glocify |

外掛標籤

camps | fieldday | kids activity | onlineclasses |

內容簡介

Field Day 的外掛可用於 WordPress 網站,以使用 Field Day API 取得會議,並使用提供者取得使用者資料。

需求

有效的 Field Day 帳戶。您可以從Field Day網站中取得詳細資訊。

可用的簡碼

會議列表:- [fieldday_sessions] 此簡碼將列出在 iPad 應用程式中註冊的會議。此簡碼將通過 API 呼叫提取會議。

登記頁面:- [fieldday_checkin] 此簡碼將用於登記頁面。使用者可以查看自行登記的票卡詳細資訊。

登入頁面:- [fieldday_login] 此簡碼將在頁面上顯示登入畫面。使用者可以使用自己的 Field Day 帳戶詳細資訊進行登入。

註冊頁面- [fieldday_register] 此簡碼將在頁面上顯示註冊畫面。使用者可以使用自己的資訊註冊新的 Field Day 帳戶。

個人檔案頁面:- [fieldday_profile] 此簡碼將顯示使用者個人檔案頁面,使用者可以更新家長基本資訊、子女資訊和保險資訊等。

購物車頁面:- [fieldday_cart] 此簡碼將顯示購物車頁面,使用者可以查看加入購物車的商品。

結帳頁面:- [fieldday_checkout] 此簡碼將顯示結帳頁面,使用者可以透過 Stripe 付款購買加入購物車的商品。

聯絡我們表單:- [fieldday_contact] 此簡碼將顯示聯絡我們表單。

派對表單:- [fieldday_partyform] 此簡碼將顯示派對表單。

捐款表單:- [fieldday_donate event_name="" event_description="" column="1 0r 2" success_message=""] 此簡碼將顯示捐款表單。

開發者指南
覆寫檢視

您可以將檢視檔案覆寫到您的佈景主題中。只需在主題根目錄中創建名為fieldday的文件夾,並將檔案放在與 fieldday 外掛相同的名稱和文件夾結構中即可。

外掛篩選

篩選器用於透過您的佈景主題文件覆寫某些輸出。 Field Day 外掛使用了幾個篩選器,可擴展到佈景主題中。 以下是您可以使用的篩選器列表:

`
fieldday_states_list
fieldday_doctor_form_lable
fieldday_dietrestrict_form_lable
fieldday_treatments_form_lable
fieldday_symptoms_form_lable
fieldday_food_allergies_form_lable
fieldday_environment_allergies_form_lable
fieldday_medication_allergies_form_lable
fieldday_medical_insurance_form_lable
fieldday_dental_insurance_form_lable
fieldday_health_concerns_form_lable
fieldday_provider_terms
fieldday_after_logout_url
fieldday_default_avtar
fieldday_add_to_cart_text
fieldday_atc_next_btn
fieldday_atc_prev_btn
fieldday_kid_text
fieldday_no_kid_found
fieldday_label_atc_kidsamount
fieldday_modal_title_seats
fieldday_modal_title_kids
fieldday_modal_title_kids_form
fieldday_modal_title_options
fieldday_modal_title_credits
fieldday_atc_empty_cart
fieldday_delete_confirm_text
fieldday_invalid_form_message
fieldday_thankyou_title
fieldday_thankyou_message
fieldday_checkout_return_text
fieldday_checkout_return_url
fieldday_cart_empty_message
fieldday_merchandise_purchase_btn
fieldday_logout_btn
fieldday_confirm_pop_text

原文外掛簡介

Field Day plugin can be used on wordpress websites to use fieldday API to get sessions, Get user profile with provider
Requirments
valid fieldday account. You can get the details from fieldday
available shortcodes
Session Listing:- [fieldday_sessions] This shortcode will list the session registered in Ipad application. This shortcode will fetch the session through an API call.
Activity Session Listing:- [fieldday_activity_sessions] This shortcode will list the specific session with Session ID and sessions within specific activity with Activity ID parameters in shortcode. This shortcode will fetch the sessions through an API call.
[fieldday_activity_sessions] :- To fetch all the sessions
[fieldday_activity_sessions activityid=”pass activity id here”] :- To fetch all the sessions from any activityid.
[fieldday_activity_sessions sessionid=”pass session id here”] :- To fetch single session by sessionid.
[fieldday_activity_sessions sessionid=”pass session id here” buttononly=”true”] :- To display add to cart button for a session.
[fieldday_event_button type=”bankday” id=’bank day event id here’ text=’Purchase Now’] :- – To create fieldday button to pop up bankday, by bank day event id and text.By passing text we can override plugin default text.
[fieldday_event_button type=”giftcard” id=’giftcard id here’ text=’Purchase Now’] :- – To create fieldday button to pop up giftcard, by passing giftcard event id and text.By passing text we can override plugin default text.
[fieldday_event_button id=’session or event id here’ text=’Purchase Now’] :- – To create fieldday button to pop up session or event, by passing event id and text.By passing text we can override plugin default text.
CheckIn Page:- [fieldday_checkin] This shortcode will used on the Check-in Page. Where user can see the ticket details to self Check-in.
Login Page:- [fieldday_login] This shortcode will display a login screen on the page. Where user can use their fieldday acount detail.
Register page [fieldday_register] This shortcode will display a register screen on the page. Where user can use their information to register a new fieldday account.
Profile page:- [fieldday_profile] This shortcode will display a user profile page where user can update parents basic information , kids information and insurance informations etc.
Cart page:- [fieldday_cart] This shortcode will display a cart page where user can see the items added into cart to purchase.
Checkout page:- [fieldday_checkout] This shortcode will display a checkout page where user can purchase the items added into cart through stripe payments.
Contact Us Form :- [fieldday_contact] This shortcode will display a contact form.
Request Demo Form :- [fieldday_requestdemo] This shortcode will display a Request demo form.
Party Form :- [fieldday_partyform] This shortcode will display a party form.
Donation form:- [fieldday_donate event_name="" event_description="" column="1 0r 2" success_message=""] This shortcode will display a donation form.
** Thankyou Page :-** [fieldday_thankyou_page] Firstly create a thankyou page , and in the page add the shortcode . Once the shortcode is added , save the page . And in fieldday settings set the thankyou page. After camps,semester,events ticket purchase users will be redirected to the thankyou page.
Developer’s Guide
overwriting views
You can overwrite the view file into your theme. Just create a folder with name fieldday in theme’s root and place the files with the same name and folder structure as in fieldday plugin.
Plugin Filters
Filter are used to overwrite some outputes through your theme file. fieldday plugin use a couple of filters which can be extends into theme. Below is the list of filters you can use.
`
fieldday_states_list
fieldday_doctor_form_lable
fieldday_dietrestrict_form_lable
fieldday_treatments_form_lable
fieldday_symptoms_form_lable
fieldday_food_allergies_form_lable
fieldday_environment_allergies_form_lable
fieldday_medication_allergies_form_lable
fieldday_medical_insurance_form_lable
fieldday_dental_insurance_form_lable
fieldday_health_concerns_form_lable
fieldday_provider_terms
fieldday_after_logout_url
fieldday_default_avtar
fieldday_add_to_cart_text
fieldday_atc_next_btn
fieldday_atc_prev_btn
fieldday_kid_text
fieldday_no_kid_found
fieldday_label_atc_kidsamount
fieldday_modal_title_seats
fieldday_modal_title_kids
fieldday_modal_title_kids_form
fieldday_modal_title_options
fieldday_modal_title_credits
fieldday_atc_empty_cart
fieldday_delete_confirm_text
fieldday_invalid_form_message
fieldday_invalid_form_message
fieldday_thankyou_title
fieldday_thankyou_message
fieldday_checkout_return_text
fieldday_checkout_return_url
fieldday_cart_empty_message
fieldday_merchandise_purchase_btn
fieldday_logout_btn
fieldday_confirm_pop_text
fieldday_session_filter_search
fieldday_session_filter_types
fieldday_session_filter_bankdays
fieldday_session_filter_location
fieldday_session_filter_month
fieldday_session_filter_age
fieldday_session_filter_type
km_merchandise_thankyou_title
km_merchandise_thankyou_message
km_merchandise_checkout_return_text
km_merchandise_checkout_return_url
donation_success_message
fieldday_session_filters

各版本下載點

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

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


2.3.0 | 2.3.1 | 2.3.2 | 2.3.3 | 2.3.4 | 2.3.5 | 2.3.6 | 2.3.7 | 2.3.8 | 2.3.9 | 2.4.0 | 2.4.1 | 2.4.2 | 2.4.3 | 2.4.4 | 2.4.5 | 2.4.6 | 2.4.7 | 2.4.8 | 2.4.9 | 2.5.0 | 2.5.1 | 2.5.2 | 2.5.3 | 2.5.4 | 2.5.5 | 2.5.6 | 2.5.7 | 2.5.8 | 2.5.9 | 2.6.0 | 2.6.1 | 2.6.2 | 2.6.3 | 2.6.4 | 2.6.5 | 2.6.6 | 2.6.7 | 2.6.8 | 2.6.9 | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.8.0 | 2.8.1 | 2.8.2 | 2.8.3 | 2.8.4 | 2.8.5 | 2.8.6 | 2.8.7 | 2.8.8 | 2.8.9 | 2.9.0 | 2.9.1 | 2.9.2 | 2.9.3 | 2.9.4 | 2.9.5 | 2.9.6 | 2.9.7 | 2.9.8 | 2.9.9 | 3.0.0 | 3.0.1 | 3.0.2 | 3.0.3 | 3.0.4 | 3.0.5 | 3.0.6 | 3.0.7 | 3.0.8 | 3.0.9 | 3.1.0 | 3.1.1 | 3.2.0 | 3.2.1 | 3.2.2 | 3.2.3 | 3.2.4 | 3.2.5 | 3.2.6 | 3.2.7 | 3.2.8 | 3.2.9 | 3.3.0 | 3.3.1 | 3.3.2 | 3.3.3 | 3.3.4 | 3.3.5 | 3.3.6 | 3.3.7 | 3.3.8 | 3.3.9 | 3.4.0 | 2.3.10 | 2.3.11 | 2.3.12 | 2.3.13 | 2.3.14 | 2.3.15 | 2.3.16 | 2.3.17 | 2.3.18 | 2.3.19 | 2.3.20 | 2.4.10 | 2.4.11 | 2.4.12 | 2.5.10 | 2.5.11 | 2.5.12 | 2.5.13 | 2.5.14 | 2.5.15 | 2.5.16 | 2.5.17 | 2.5.18 | 2.5.19 | 2.5.20 | 2.6.10 | 2.6.11 | 2.6.12 | 2.6.13 | 3.2.10 | 3.2.11 | 3.2.12 |

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

暫無相關外掛推薦。

文章
Filter
Mastodon