Oxicat Onboarding Tours

外掛說明

Oxicat Onboarding Tours lets you create guided tours made of steps (tooltip + highlight) to help users learn where to click and what to do.

Features:
* Create tours (custom post type)
* Add steps (title, content, selector, URL, position)
* Start tours from a dedicated admin page or from the Dashboard widget
* Works in wp-admin and on the front-end (for logged-in users)

螢幕擷圖

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin
  3. Go to “Onboarding Tours” in the WordPress admin menu

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Oxicat Onboarding Tours〉的開發相關工作。

參與者

將〈Oxicat Onboarding Tours〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

2.1.5

  • Add bundled French translation (fr_FR)

2.1.4

  • Fix: add proper translation template (.pot)

2.1.3

  • Fix: Prefix Custom Post Type identifier to avoid conflicts (oxiconto_tour).

2.1.2

  • Fix: Preserve line breaks in tooltip content (white-space: pre-line).
  • Fix: Replace parse_url() with wp_parse_url().
  • Fix: Remove discouraged load_plugin_textdomain() call.
  • Fix: Improve sanitization of submitted step data.

2.1.1

  • Fix: Remove WordPress.org directory assets from plugin package.
  • Fix: Sanitize and validate POST data and nonce.
  • Change: Use unique prefix (oxiconto) for constants, AJAX actions and localized objects.
  • Maintenance: Update contributors and headers.

2.1.0

  • UX: Disable browser system dialogs (confirm/alert). Tour resume is now silent.
  • UI: Dashboard widget now displays a status badge for each tour (Completed / Not completed).
  • UI: Preserve line breaks in tooltip content (rich text new lines).

2.0.7

  • Fix: Starting a tour manually no longer triggers the “resume tour” confirmation after navigation.

2.0.6

  • Enhancement: Add a friendly support link (Buy Me a Coffee) in the plugin actions list.

2.0.5

  • Fix: Tooltip arrow is automatically hidden when position is set to “Auto”.

2.0.3

  • UI: Fix tooltip arrow not displaying (overflow clipping).

2.0.2

  • UI: Header now displays the step title (instead of a hardcoded label).
  • UI: Fix arrow positioning on non-left positions.

2.0.1

  • UI: Restyle tour tooltips (square corners, WordPress-style header, improved arrow).

1.1.0

  • Fix: CSS selector now allows commas (e.g. “#publish, .button-primary”) and persists correctly.
  • Change: uninstall no longer deletes tours (prevents losing content when deleting the plugin).