Prismix Core

外掛說明

Prismix Core provides the essential back-end infrastructure for the Prismix theme, including:

  • Custom post types for artists and images
  • Artist category taxonomy
  • Like / vote system with rate limiting
  • Comment system with moderation
  • Report system
  • User submissions with approval workflow
  • AJAX-powered search, filtering, and load-more
  • Admin dashboard, settings, and setup wizard
  • Anti-leech / hotlink protection
  • Image compression and watermarking

Privacy / Telemetry

Prismix Core includes optional, opt-in usage tracking powered by the bundled Shakvaro WP Insights library. When you activate the plugin you will see a one-time consent notice on your WordPress dashboard asking whether you would like to share anonymous usage data to help improve Prismix Core.

No data is collected unless you explicitly click “Count me in.”

When opted in, the following non-personal information is sent periodically to track.shakvaro.cloud:

  • Site URL (hashed/anonymised)
  • WordPress and PHP version
  • Plugin version and active feature flags (e.g. watermark enabled, WebP conversion enabled)
  • Install and update timestamps

You can opt out at any time via Prismix Settings General.

安裝方式

  1. Upload the prismix-core folder to wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Complete the setup wizard that appears on first activation.

使用者評論

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

參與者及開發者

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

參與者

將〈Prismix Core〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.14

  • Added opt-in usage tracking (Shakvaro WP Insights SDK v1.2.6) — tracks plugin version, active features, and lifecycle events (install, reactivation, update, deactivation). Consent notice shown on first activation; no data collected until the admin opts in.
  • Added unified admin dashboard hub with quick-access cards to all Prismix admin areas.
  • Added global admin search (Ctrl/Cmd+K) for artists, images, and users.
  • Added Settings registry (class-prismix-settings-registry.php) with prismix_get_setting() helper and lazy migration from legacy option names.
  • Added admin Tools page (bulk operations, recount, cache flush).
  • Removed: antiadblock.js asset (no longer included).

1.0.13

  • Fixed: French-language strings in ajax-handlers.php and admin-users.php replaced with English.
  • Added: Coming Soon badges for Pro and CDN addon rows in the admin settings sidebar.

1.0.12

  • Added admin settings page with left-rail navigation — six modules: General, Storage, Watermark, Security, SEO, Appearance.

1.0.11

  • Internal refactor: settings storage migrated to prismix_get_setting() / prismix_update_setting() abstraction.

1.0.10

  • Admin dashboard: consolidated CPT counts, recent activity, and system-status cards into a single hub.

1.0.9

  • Added admin search overlay (Cmd/Ctrl+K shortcut) for quick navigation to artists, images, and users.

1.0.8

  • Added setup wizard admin-tools page for bulk recount and cache flush operations.

1.0.7

  • Improved admin settings modularity; split settings into per-section PHP files under inc/.

1.0.6

  • Added a “Settings” action link to the plugin row on the Plugins screen for quicker access to the Prismix settings page.
  • Added uninstall.php so deleting the plugin cleans up its custom database tables, options, transients, and user meta.

1.0.5

  • Setup Wizard JavaScript: wrapped in IIFE and exposed only via window.prismixWizard.* namespace; updates the wizard’s HTML onclick handlers to call the namespaced methods. Removes goStep/ajax/saveIdentity/importDemo/saveNav from the global scope.
  • Renamed default artist image size to ‘prismix-artist-avatar’ (was ‘artist-avatar’) so all custom image sizes carry a unique theme/plugin prefix.
  • Added languages/prismix-core.pot (translation template) so the languages folder is not empty.

1.0.4

  • Improved page-template routing reliability: template_include filter now runs at priority 99 so it consistently overrides theme template hierarchy; resolves the page slug from the queried object ID instead of global $post for edge cases where the loop hasn’t started yet.

1.0.3

  • Added: All Prismix page templates (Login, Register, Forgot Password, Upload, Dashboard, Photos, Popular, Categories, Top Users, Users, Blog) now live in the plugin instead of the companion theme. Plugin registers them via the theme_page_templates filter and serves them via template_include, so any active theme can use them.
  • Hardened search_artists AJAX endpoint: nonce verified for authenticated callers; nopriv (public) callers continue to work without one.
  • Internal: removed legacy duplicate search_artists handler from admin-bulk-upload.php.

1.0.2

  • Security: prepared all direct database queries with %i identifier placeholders.
  • Security: output escaping and input sanitization improvements.
  • Compatibility: bumped minimum WordPress version to 6.2.

1.0.0

  • Initial release.