Senex Admin Reminders

外掛說明

Senex Admin Reminders adds a simple reminder system to the WordPress administration dashboard.

Administrators can create, edit, complete and delete reminders directly from the WordPress admin area.

Reminders are stored in a dedicated database table created when the plugin is activated.

Overdue reminders are highlighted automatically. A dashboard notification and a browser alert inform administrators when reminders need attention.

Features

  • Create reminders with a title, note, date and time.
  • Edit existing reminders.
  • Mark reminders as completed.
  • Delete reminders.
  • Automatically highlight overdue reminders.
  • Display a dashboard notification for overdue reminders.
  • Display a browser alert for overdue reminders.
  • Store reminders in a dedicated WordPress database table.
  • Restrict reminder management to users with the manage_options capability.

螢幕擷圖

安裝方式

  1. Upload the senex-admin-reminders folder to the plugins directory.
  2. Activate Senex Admin Reminders through the Plugins menu in WordPress.
  3. Open Senex Admin Reminders from the WordPress administration menu.
  4. Create your first reminder.

常見問題集

Where are my reminders stored?

Reminders are stored in a dedicated database table created by the plugin when it is activated.

Who can manage the reminders?

Only users with the manage_options capability can access and manage Senex Admin Reminders.

Can I edit a reminder?

Yes. Click the Edit button next to the reminder, make your changes and save it.

What happens when a reminder becomes due?

An incomplete reminder whose date and time have been reached is highlighted in the reminder list. Administrators also receive an administration notice and a browser alert.

Can I mark a reminder as completed?

Yes. Click Done next to an incomplete reminder.

Can I delete a reminder?

Yes. Click Delete next to the reminder and confirm the action.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Senex Admin Reminders〉的開發相關工作。

參與者

將〈Senex Admin Reminders〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.7

  • Renamed the plugin to Senex Admin Reminders.
  • Moved admin CSS and JavaScript to enqueued asset files.
  • Removed inline JavaScript event handlers from the admin interface.
  • Kept the existing database table name for data compatibility.

0.5.1

  • Improved input validation and sanitization.
  • Added nonce verification to administrative actions.
  • Improved database query handling.
  • Improved output escaping.
  • Added a valid readme file structure.
  • Improved compatibility with WordPress coding standards.

0.5

  • Initial public release.