Prismix Core

Beskriuwing

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

Ynstallaasje

  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.

Resinsjes

D’r binne gjin resinsjes foar dizze plugin.

Meiwurkers & amp; Untwikkelders

“Prismix Core” is iepen boarne software. De folgjende minsken hawwe bydroegen oan dizze plugin.

Meiwurkers

Oersette “Prismix Core” yn jo taal.

Ynteressearre yn ûntwikkeling?

Blêdzje troch de koade , besjoch de SVN-repository , of abonnearje op it ûntwikkelingslogboek troch RSS .

Feroaringslog

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.