[WordPress] 外掛分享: SA Calendar

WordPress 外掛 SA Calendar 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「SA Calendar」是 2017-06-07 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2021-04-27,距離現在已有 1469 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.1 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 論壇上目前有 1 個提問,問題解答率 0%

外掛協作開發者

andreyvdenisov |

外掛標籤

calendar | schedule | appointment | availability |

內容簡介

th corresponding user ID

Simple Availability Calendar 外掛是設計用於管理註冊用戶的可用性時間表並呈現他們的可用性日曆。

插件的主要控制是:
- 網頁控制用於輸入平日的可用時間表
- 網頁控制用於顯示帶有預約預訂介面的可用性日曆
- 網頁控制用於顯示擴展的可用性日曆,隨附預約預訂介面
- 網頁控制用於用戶預約列表

此外掛具有以下主要優勢:
- 所有網頁控制的短碼都有特殊參數,可用於選擇日曆擁有者:當前用戶、當前文章作者或用戶ID
- 可自定義日期和時間格式,可選擇第一週的日期 - 插件使用 WordPress 網站設置,管理員可以在 WordPress 標準設置頁面更改
- 用於允許用戶可用時間列表的時區 - 所有日期和時間都將按照選定的時區顯示
- 用於調整可用性計劃的擴展日曆 - 用戶可以啟用或禁用某些日期和時間
- 儀表板頁面:管理員可以編輯用戶時間表和預約
- 通過 Ajax 上傳未來數據的可用時間表,無需頁面重新加載
- 更少的 Ajax 流量,以提高性能和更快的數據上傳速度
- 預設預約表單,包括電子郵件、姓名和消息字段,以及用於防止惡意請求的驗證碼

此外掛最重要的控制是可用時間表。在此,用戶可以根據平日輸入其計劃。此外,也可以關閉整個計劃並變得不可用。對於來自世界各地的用戶非常有用的特點是選擇合適的時區(默認為:網站時區)。該控制顯示當前登錄的網站用戶。

短碼:
[sa_calendar_schedule]

可用性日曆控制旨在緊湊地呈現用戶可用日期和時間。使用 Ajax 上傳下個月的行程,因此用戶無需等待重新加載頁面即可進行預訂。用戶可以通過選擇日期和時間並填寫預約表單來預訂約會。

短碼:
[sa_calendar_calendar for_user=”current|post_author|UID”]

擴展的可用性日曆提供更多調整計畫的機會。對於日程安排所有者展示,可以通過啟用或禁用某些日期和時間來管理日程,並指示其中預約預訂時間。當顯示給其他用戶時,它只是以不同的風格呈現相同的可用性日曆。當然,用戶可以通過選擇日期和时间並填寫預約表單來預訂約會。

短碼:
[sa_calendar_extcalendar for_user=”current|post_author|UID”]

用戶的預約列表顯示有關當前用戶的當前和先前預約的信息。有一個按鈕可用於顯示或隱藏先前的預約。還有一個功能讓時間表擁有者取消每個預約並從站點數據庫中刪除所有相關信息。

短碼:
[sa_calendar_userapps for_user=”current|post_author|UID”]

使簡單的可用性日曆允許用戶從 WordPress 儀表板管理其可用性時間表和預約。超級管理員可以管理站點的所有計劃和預約。

用戶參數:
- current – 控件顯示當前登錄的用戶
- post_author – 在 WordPress 循環中顯示當前文章作者的控件
- UID – 非負整數,控件顯示 WordPress 用戶和相應的用戶ID

原文外掛簡介

Simple Availability Calendar plugin is designed for running the availability schedules of registered site users and presenting their availability calendars.
The key controls of the plugin are:
– Web control for entering the availability schedule for week days
– Web control for showing availability calendar with appointments booking interface
– Web control for showing extended availability calendar with appointments booking interface
– Web control for user’s appointments list
This plugin gives the next main advantages:
– Shortcodes for all web controls with special parameter for selecting the schedule owner – current user, current post author or user id
– Customizable date and time format, first week day – plugin uses WordPress site settings, admin can change it from standard WordPress settings page
– Timezones for users availability schedules – all dates and times will be shown according to the selected timezone
– Tuning the availability schedule with extended calendar – user can enable or disable certain dates and times
– Dashboard pages: admin can edit users schedules and appointments
– Uploading availability schedules for the next dates via Ajax, without page reload
– Reduced Ajax traffic for better performance and faster data upload
– Standard form for booking an appointment with email, name and message fields, and captcha for preventing malicious requestszzz
The core plugin control is the availability schedule. Here user can enter his schedule according to the week days. Also it is possible to switch off the whole schedule and become unavailable. And very useful feature for users from different parts of the world – selecting appropriate timezone (by default: site timezone). Control is shown for the current signed-in site user.
Shortcode:
[sa_calendar_schedule]
Availability calendar control is designed for compact presenting of the user available dates and times. Ajax is used for uploading the schedules for next months, so user don’t need to wait the page reloading. User can book an appointment by selecting date and time and filling appointment form.
Shortcode:
[sa_calendar_calendar for_user=”current|post_author|UID”]
Extended availability calendar gives more opportunities for tuning the schedule. Being shown for schedule owner, it allows to manage schedule by enabling or disabling certain dates and times, and indicates the times with booked appointments. When shown for other users, it just presents the same availability schedule in different view. And, of course, user can book an appointment by selecting date and time and filling appointment form.
Shortcode:
[sa_calendar_extcalendar for_user=”current|post_author|UID”]
User’s appointments list presents information about current and previous appointments of current user. There is a button for showing/hiding previous appointments. Also schedule owner can cancel each appointment and delete all information about it from the site database.
Shortcode:
[sa_calendar_userapps for_user=”current|post_author|UID”]
Simple Availability Calendar allows users to manage their availability schedules and appointments from WordPress dashboard. And super admin can manage all schedules and appointments of the site.
for_user parameter:
– current – control is shown for the current signed-in user
– post_author – control is shown for the current post author inside the WordPress loop
– UID – non-negative integer, control is shown for WordPress user with this ID

各版本下載點

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

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


1.0 | trunk |

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

  • EMC – Easily Embed Calendly Scheduling Features 》Embed Calendly 可以讓你以簡單易用的方式在 WordPress 網站上新增 Calendly 排程頁面。, 透過 Calendly,讓訪客可以在你網站的任何地方輕鬆地安排會議。, 透...。
  • Easy Appointments 》在你的WordPress網站中添加預約系統,輕鬆管理預約。時間管理十分靈活,並且可以多地點、多服務和多工作人員。能用於:律師、美容院、修車、清潔服務、醫生、...。
  • Appointment Booking Calendar Plugin and Scheduling Plugin – BookingPress 》BookingPress – WordPress 全方位預約外掛程式, BookingPress 是一款全面的預約外掛程式,可以輕鬆地在你的 WordPress 網站上設置完整的預約系統,根據...。
  • Appointment Hour Booking – WordPress Booking Plugin 》Appointment Hour Booking 是一個 WordPress 外掛程式,可建立預約表單,用於具有開始時間和預定時間表的預約。使用者可以從一組根據「營業時間」和服務時間...。
  • Booking Package 》trators can manage user accounts and view their booking history., , Booking Package is a user-friendly WordPress plugin that can support various in...。
  • Setmore 》Setmore 提供免費的線上預約平台,讓您與客戶連結。透過一個簡單、流暢的日曆系統管理您所有的預約,讓您的企業自由成長。, 增加更多客戶,並改善您的品牌形...。
  • WPCal.io – Easy Meeting Scheduler 》使用本外掛即可在不搜尋您的行事曆和來回電子郵件的情況下,在30秒內安排會議。, 查看網站 - https://wpcal.io/, 嘗試演示 - https://demo.wpcal.io/, 完全本...。
  • WordPress Appointment Booking Plugin 》預訂 Lite 是一個免費的預訂小工具,可自動安排與客戶的會議。, , , 包括儀表板存取權的外掛展示。, 課程總覽視頻, 指南視頻, 說明文件, , , 這是一個完美的W...。
  • Cal.com 》Cal.com 是一個開源的 Calendly 替代方案,讓您輕鬆預約會議和安排會面,無需反覆電子郵件。, 功能特色, , 透過簡單的短碼,可在任何 WordPress 頁面/文章上...。
  • Appointment Calendar 》Appointment Calendar 是一個簡單但有效的 WordPress 外掛,可讓您在 WordPress 網誌上進行線上預約。如果您是顧問、醫生、律師等,您可以充分利用 Appointme...。
  • Appointment Booking Calendar 》Appointment Booking Calendar 是一個預約日曆外掛,可以在日曆上設定可用時間,並透過這個外掛接受網路預訂。此外掛支援 PayPal 付款處理。, 你可以在醫療諮...。
  • WordPress Booking Plugin – TheBooking 》TheBooking 是一個現代化預約和預訂外掛,專注於易用性和美觀的使用者介面。, 使用者友好的預約外掛, TheBooking 具有響應式的日曆小工具和逐步預訂流程,讓...。
  • Salon Booking 》Salon Booking 是一個可讓客戶和工作人員之間進行一對一預約的外掛,特別適用於髮廊、醫院、牙科診所等企業。, 使用 Salon Booking 不需要註冊會員,客戶可以...。
  • Book appointment online 》網上預訂插件 – 用於網上醫生、理髮師、造型師及其他預約。, 適合醫療中心、美容院、理髮店、汽車服務等場所使用。, 主要功能, , 快速啟動, 預約預約「一步步...。
  • Online Lesson Booking 》線上課程預約系統(OLB)是為了配備一對一線上課程網站而開發的預約表單和日程安排工具。, 教師可以使用日程安排工具設定時間表,會員可以點選時間表進行預約...。

文章
Filter
Apply Filters
Mastodon