
內容簡介
Simple Event Scheduler外掛是專為註冊的網站使用者設計的事件排程管理工具,並以日曆形式呈現。
這個外掛的關鍵控制是事件日曆。
這個外掛提供以下主要優點:
– 網頁控制的shortcode,具有特定的參數,可以選擇事件持有人 - 當前使用者、當前文章作者、用戶ID或所有使用者
– 可自訂的日期和時間格式 - 外掛會使用WordPress網站設置,管理員可以從標準的WordPress設置頁面更改
– 使用者時區 - 所有日期和時間都將根據所選時區顯示
– 註冊用戶可以標記自己要參加的事件
– 儀表板頁面:管理員可以編輯用戶的事件,設置他們的時區
– 通過Ajax上傳下一個日期的事件,無需頁面重新加載
– 降低Ajax流量,以提高性能和更快的數據上傳
– 標準表格可用於創建和編輯事件,包括名稱和持續時間字段,還有防止惡意請求的驗證碼。
事件日曆控制將使用者事件顯示為日曆。此日曆的每列都是一天,事件按開始時間從上到下顯示。使用Ajax上傳未來幾天的活動,因此用戶不需要等待頁面重新加載。當顯示給事件所有者時,可以創建、編輯或刪除事件。當顯示給其他使用者時,可以設置或取消對事件的訪問標記。
Simple Event Scheduler允許使用者從WordPress儀表板管理其事件和時區。同時,超級管理員可以管理網站上的所有事件和用戶時區。
Shortcode:
[se_scheduler_eventcalendar for_user=”current|post_author|UID”]
for_user參數:
– current – 顯示當前登錄的使用者的控制
– post_author – 在WordPress Loop中顯示當前文章作者的控制
– UID – 非負整數,顯示擁有此ID的WordPress用戶的控制
– 沒有for_user參數或空值 – 顯示所有使用者的事件控制
外掛標籤
開發者團隊
原文外掛簡介
Simple Event Scheduler plugin is designed for managing events scheduling for registered site users and presenting it as a calendar.
The key control of the plugin is Event Calendar.
This plugin gives the next main advantages:
– Shortcode for web control with special parameter for selecting the events owner – current user, current post author, user id or all users
– Customizable date and time format – plugin uses WordPress site settings, admin can change it from standard WordPress settings page
– Timezones for users – all dates and times will be shown according to the selected timezone
– Registered users can mark that they are going to visit event
– Dashboard page: admin can edit users events, set their time zone
– Uploading events for the next dates via Ajax, without page reload
– Reduced Ajax traffic for better performance and faster data upload
– Standard form for creating and editing events with name and duration fields, and captcha for preventing malicious requests
Event Calendar control shows users events as a calendar. Each column of this calendar is a day, events are shown from top to bottom ordered by start time. Ajax is used for uploading the events for next days, so user don’t need to wait the page reloading. Being shown for event owner, it allows to create, edit or delete an event. When shown for other users, it gives the opportunity to set or cancel visit mark for events.
Simple Event Scheduler allows users to manage their events and time zone from WordPress dashboard. And super admin can manage all events and user time zones of the site.
Shortcode:
[se_scheduler_eventcalendar for_user=”current|post_author|UID”]
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
– no for_user parameter or empty value – control shows events of all users
