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

安装

  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.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.