PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 3.0.7
MxChat – AI Chatbot & Content Generation for WordPress v3.0.7
3.2.21 3.2.20 3.2.19 3.2.18 3.2.17 3.2.16 3.2.15 3.2.14 3.2.12 3.2.13 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 3.2.6 3.2.5 3.2.4 3.2.3 3.2.2 3.2.1 2.0.3 2.0.4 2.0.5 2.0.6 All 152 releases
← All changes | includes/admin-settings-page.php +34 -647 3.2.143.0.7 View file →
@@ -67,12 +67,8 @@
67 67 <button class="mxch-mobile-nav-link" data-target="optimization">
68 68 <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg>
69 69 <span><?php esc_html_e('Optimization', 'mxchat'); ?></span>
70 70 </button>
71 - <button class="mxch-mobile-nav-link" data-target="testing">
72 - <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 2v6"/><path d="M15 2v6"/><path d="M12 17v5"/><path d="M5 8h14"/><path d="M6 11v-1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1"/><path d="m9 14 3 3 3-3"/></svg>
73 - <span><?php esc_html_e('Testing', 'mxchat'); ?></span>
74 - </button>
75 71 </div>
76 72 <!-- Integrations Section -->
77 73 <div class="mxch-mobile-nav-section">
78 74 <div class="mxch-mobile-nav-section-title"><?php esc_html_e('Integrations', 'mxchat'); ?></div>
@@ -159,17 +155,8 @@
159 155 </span>
160 156 <span class="mxch-nav-link-text"><?php esc_html_e('Optimization', 'mxchat'); ?></span>
161 157 </button>
162 158 </div>
163 -
164 - <div class="mxch-nav-item" data-section="testing">
165 - <button class="mxch-nav-link" data-target="testing">
166 - <span class="mxch-nav-link-icon">
167 - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 2v6"/><path d="M15 2v6"/><path d="M12 17v5"/><path d="M5 8h14"/><path d="M6 11v-1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1"/><path d="m9 14 3 3 3-3"/></svg>
168 - </span>
169 - <span class="mxch-nav-link-text"><?php esc_html_e('Testing', 'mxchat'); ?></span>
170 - </button>
171 - </div>
172 159 </div>
173 160
174 161 <!-- Integrations Section -->
175 162 <div class="mxch-nav-section">
@@ -205,9 +192,8 @@
205 192 <span class="mxch-nav-link-text"><?php esc_html_e('Tutorials', 'mxchat'); ?></span>
206 193 </button>
207 194 </div>
208 195 </div>
209 -
210 196 </nav>
211 197
212 198 <?php if (!$is_activated): ?>
213 199 <div class="mxch-sidebar-footer">
@@ -223,12 +209,12 @@
223 209 <main class="mxch-content">
224 210 <?php if (!$is_activated): ?>
225 211 <div class="mxch-pro-banner">
226 212 <div class="mxch-pro-banner-content">
227 - <h3 class="mxch-pro-banner-title"><?php esc_html_e('Stop paying $50–200/month for AI chatbot tools.', 'mxchat'); ?></h3>
228 - <p class="mxch-pro-banner-text"><?php esc_html_e('One payment unlocks every MxChat Pro add-on for life — MCP server access for Claude / ChatGPT / Claude Code, WooCommerce sales, Google Search Console insights, AI-generated chatbot themes, lead-capture forms, unlimited bots, image analysis, and more. No renewals. No surprise bills.', 'mxchat'); ?></p>
213 + <h3 class="mxch-pro-banner-title"><?php esc_html_e('MxChat Pro — Lifetime Access', 'mxchat'); ?></h3>
214 + <p class="mxch-pro-banner-text"><?php esc_html_e('One-time purchase. Unlock 10+ premium add-ons: Admin AI Assistant, Forms Builder, Chatbot Themes, and more.', 'mxchat'); ?></p>
229 215 </div>
230 - <a href="https://mxchat.ai/" target="_blank" class="mxch-pro-banner-btn"><span><?php esc_html_e('Get Lifetime Access →', 'mxchat'); ?></span></a>
216 + <a href="https://mxchat.ai/" target="_blank" class="mxch-pro-banner-btn"><span><?php esc_html_e('Learn More', 'mxchat'); ?></span></a>
231 217 </div>
232 218 <?php endif; ?>
233 219
234 220 <?php
@@ -262,12 +248,12 @@
262 248 mxchat_render_field_wrapper('enable_streaming', __('Enable Streaming', 'mxchat'), function() use ($admin_instance) {
263 249 $admin_instance->enable_streaming_toggle_callback();
264 250 }, __('Enable real-time streaming responses for supported models (OpenAI, Claude, DeepSeek, Grok).', 'mxchat'));
265 251
266 - // Enable Web Search (OpenAI & Gemini)
252 + // Enable Web Search (OpenAI only)
267 253 mxchat_render_field_wrapper('enable_web_search', __('Enable Web Search', 'mxchat'), function() use ($admin_instance) {
268 254 $admin_instance->enable_web_search_toggle_callback();
269 - }, __('Allow the chatbot to search the web for current information (OpenAI and Gemini models).', 'mxchat'));
255 + }, __('Allow the chatbot to search the web for current information (OpenAI models only).', 'mxchat'));
270 256 ?>
271 257 </div>
272 258 </div>
273 259 </div>
@@ -298,13 +284,8 @@
298 284 mxchat_render_field_wrapper('rag_sources_limit', __('RAG Sources Limit', 'mxchat'), function() use ($admin_instance) {
299 285 $admin_instance->mxchat_rag_sources_limit_callback();
300 286 }, __('Number of knowledge base sources (pages/documents) to include in AI context. Higher values provide more context but use more tokens.', 'mxchat'));
301 287
302 - // RAG Chunks Limit
303 - mxchat_render_field_wrapper('rag_chunks_limit', __('RAG Chunks Limit', 'mxchat'), function() use ($admin_instance) {
304 - $admin_instance->mxchat_rag_chunks_limit_callback();
305 - }, __('Maximum total content chunks sent to the AI across all sources. Higher values provide more context but increase token usage and cost.', 'mxchat'));
306 -
307 288 // Contextual Awareness
308 289 mxchat_render_field_wrapper('contextual_awareness', __('Contextual Awareness', 'mxchat'), function() use ($admin_instance) {
309 290 $admin_instance->mxchat_contextual_awareness_callback();
310 291 }, __('Allow the chatbot to understand and reference the current page content for more relevant responses.', 'mxchat'));
@@ -313,21 +294,12 @@
313 294 mxchat_render_field_wrapper('citation_links', __('Citation Links', 'mxchat'), function() use ($admin_instance) {
314 295 $admin_instance->mxchat_citation_links_toggle_callback();
315 296 }, __('Allow the AI to include citation links from your knowledge database in responses. If disabled, ensure your AI Behavior settings do not mention links or the AI may fabricate URLs.', 'mxchat'));
316 297
317 - // Satisfaction Rating Prompt
318 - // The toggle callback inline-renders the 5 customization
319 - // fields inside a single sub-options wrapper (plan-29caac).
320 - // No separate customization group needed — the wrapper handles
321 - // its own server-side display state based on the toggle value.
322 - mxchat_render_field_wrapper('satisfaction_rating', __('Satisfaction Rating Prompt', 'mxchat'), function() use ($admin_instance) {
323 - $admin_instance->mxchat_satisfaction_rating_toggle_callback();
324 - }, __('Show a 👍 / 👎 prompt after a conversation has had a couple of bot replies and the visitor has been idle for a moment. Disable to hide the prompt site-wide.', 'mxchat'));
325 -
326 - // Editor Assistant — free, off-by-default block-editor AI actions (plan-8cb0cb).
327 - mxchat_render_field_wrapper('mxchat_editor_assistant_enabled', __('Editor Assistant', 'mxchat'), function() use ($admin_instance) {
328 - $admin_instance->mxchat_editor_assistant_toggle_callback();
329 - }, __('Add magic-wand AI writing actions (rewrite, summarize, translate, continue, fix grammar) to the WordPress block editor. Opens a sidebar in the post editor. Uses the AI model configured above. Off by default.', 'mxchat'));
298 + // Frontend Debugger
299 + mxchat_render_field_wrapper('frontend_debugger', __('Frontend Debugger', 'mxchat'), function() use ($admin_instance) {
300 + $admin_instance->mxchat_frontend_debugger_callback();
301 + }, __('Show debug panel on frontend for admins. Displays similarity scores and query analysis.', 'mxchat'));
330 302 ?>
331 303 </div>
332 304 </div>
333 305 </div>
@@ -352,9 +324,9 @@
352 324 <?php
353 325 // Auto-Display
354 326 mxchat_render_field_wrapper('auto_display', __('Auto-Display Chatbot', 'mxchat'), function() use ($admin_instance) {
355 327 $admin_instance->mxchat_append_to_body_callback();
356 - }, __('Show chatbot automatically on all pages. Disable to use shortcode [mxchat_chatbot floating="yes"] for floating widget or [mxchat_chatbot floating="no"] for embedded chat.', 'mxchat'));
328 + }, __('Show chatbot automatically on all pages. Disable to use shortcode [mxchat_chatbot] instead.', 'mxchat'));
357 329
358 330 // Open Links in New Tab
359 331 mxchat_render_field_wrapper('link_target', __('Open Links in New Tab', 'mxchat'), function() use ($admin_instance) {
360 332 $admin_instance->mxchat_link_target_toggle_callback();
@@ -363,23 +335,8 @@
363 335 // Chat Persistence
364 336 mxchat_render_field_wrapper('chat_persistence', __('Chat Persistence', 'mxchat'), function() use ($admin_instance) {
365 337 $admin_instance->mxchat_chat_persistence_toggle_callback();
366 338 }, __('Keep chat history when users navigate or return within 24 hours.', 'mxchat'));
367 -
368 - // Download Transcript button
369 - mxchat_render_field_wrapper('print_button', __('Show Download Transcript Button', 'mxchat'), function() use ($admin_instance) {
370 - $admin_instance->mxchat_print_button_toggle_callback();
371 - }, __('Show the "Download Transcript" item in the chat window menu.', 'mxchat'));
372 -
373 - // Start-New-Chat button (plan ac2e81) — lets a visitor reset the
374 - // conversation without the owner disabling chat persistence globally.
375 - mxchat_render_field_wrapper('reset_chat_enabled', __('Show Start-New-Chat Button', 'mxchat'), function() use ($admin_instance) {
376 - $admin_instance->mxchat_reset_chat_toggle_callback();
377 - }, __('Show a "Start new chat" item in the chat window menu that clears the current conversation and begins a fresh session.', 'mxchat'));
378 -
379 - mxchat_render_field_wrapper('reset_chat_label', __('Start-New-Chat Button Label', 'mxchat'), function() use ($admin_instance) {
380 - $admin_instance->mxchat_reset_chat_label_callback();
381 - }, __('Label for the Start-New-Chat menu item. Leave blank to use "Start new chat".', 'mxchat'));
382 339 ?>
383 340 </div>
384 341 </div>
385 342
@@ -411,13 +368,8 @@
411 368 mxchat_render_field_wrapper('input_copy', __('Input Placeholder', 'mxchat'), function() use ($admin_instance) {
412 369 $admin_instance->mxchat_input_copy_callback();
413 370 }, __('Placeholder text in the chat input field.', 'mxchat'));
414 371
415 - // Max Input Length (characters) — plan a3fae2 part C
416 - mxchat_render_field_wrapper('max_input_length', __('Max Input Length (characters)', 'mxchat'), function() use ($admin_instance) {
417 - $admin_instance->mxchat_max_input_length_callback();
418 - }, __('Cap how many characters a visitor can type or paste into a single message. Set to 0 for unlimited (default).', 'mxchat'));
419 -
420 372 // Chat Teaser
421 373 mxchat_render_field_wrapper('pre_chat_message', __('Chat Teaser Pop-up', 'mxchat'), function() use ($admin_instance) {
422 374 $admin_instance->mxchat_pre_chat_message_callback();
423 375 }, __('Message shown before users start chatting.', 'mxchat'));
@@ -589,13 +541,12 @@
589 541 OPTIMIZATION
590 542 ======================================== -->
591 543 <div id="optimization" class="mxch-section">
592 544 <div class="mxch-content-header">
593 - <h1 class="mxch-content-title"><?php esc_html_e('Optimization & Diagnostics', 'mxchat'); ?></h1>
594 - <p class="mxch-content-subtitle"><?php esc_html_e('Optimize performance, debug issues, and manage plugin settings.', 'mxchat'); ?></p>
545 + <h1 class="mxch-content-title"><?php esc_html_e('Optimization', 'mxchat'); ?></h1>
546 + <p class="mxch-content-subtitle"><?php esc_html_e('Optimize chatbot loading for better page performance and Core Web Vitals.', 'mxchat'); ?></p>
595 547 </div>
596 548
597 - <!-- Script Loading Card -->
598 549 <div class="mxch-card">
599 550 <div class="mxch-card-header">
600 551 <h3 class="mxch-card-title">
601 552 <svg class="mxch-card-title-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg>
@@ -634,223 +585,8 @@
634 585 </div>
635 586 </div>
636 587 </div>
637 588 </div>
638 -
639 - <!-- Page Cache Compatibility Card -->
640 - <div class="mxch-card">
641 - <div class="mxch-card-header">
642 - <h3 class="mxch-card-title">
643 - <svg class="mxch-card-title-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><polyline points="3.27 6.96 12 12.01 20.73 6.96"/><line x1="12" y1="22.08" x2="12" y2="12"/></svg>
644 - <?php esc_html_e('Page Cache Compatibility', 'mxchat'); ?>
645 - </h3>
646 - </div>
647 - <div class="mxch-card-body">
648 - <p class="mxch-field-description" style="margin-top: 0;"><?php esc_html_e('MxChat\'s chat send (and stream send, plus PDF / Word upload) all POST to /wp-admin/admin-ajax.php. Page-cache plugins occasionally cache those responses, which breaks the per-session nonce flow on the first message. MxChat auto-tells the five most common cache plugins to never cache chat AJAX via their own filter APIs — no setup needed for those. For other cache plugins (or Cloudflare APO), copy the manual exclusion string into your cache plugin\'s exclusion list.', 'mxchat'); ?></p>
649 -
650 - <?php
651 - $mxch_cache_rows = array(
652 - array('name' => 'WP Rocket', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax\\.php\\?action=mxchat_.*'),
653 - array('name' => 'LiteSpeed Cache', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax.php?action=mxchat_*'),
654 - array('name' => 'W3 Total Cache', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax.php?action=mxchat_*'),
655 - array('name' => 'FlyingPress', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax.php?action=mxchat_*'),
656 - array('name' => 'WP Super Cache', 'state' => 'auto', 'exclusion' => 'wp-admin/admin-ajax.php'),
657 - array('name' => 'Cloudflare APO', 'state' => 'manual', 'exclusion' => 'Page Rule / Cache Rule: URI Path contains "/wp-admin/admin-ajax.php" → Bypass Cache'),
658 - );
659 - ?>
660 -
661 - <div class="mxch-cache-compat-grid" style="display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 16px;">
662 - <?php foreach ($mxch_cache_rows as $row) :
663 - $is_auto = ($row['state'] === 'auto');
664 - $pill_class = $is_auto ? 'mxch-status-pill-active' : 'mxch-status-pill-warning';
665 - $pill_label = $is_auto ? __('Auto-handled', 'mxchat') : __('Manual', 'mxchat');
666 - ?>
667 - <div class="mxch-cache-compat-row" style="display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; background: #f8fafc; border: 1px solid var(--mxch-card-border); border-radius: var(--mxch-radius-md);">
668 - <div style="display: flex; align-items: center; gap: 10px; min-width: 0; flex: 0 0 auto;">
669 - <span style="font-weight: 500;"><?php echo esc_html($row['name']); ?></span>
670 - <span class="mxch-status-pill <?php echo esc_attr($pill_class); ?>">
671 - <span class="mxch-status-dot"></span>
672 - <?php echo esc_html($pill_label); ?>
673 - </span>
674 - </div>
675 - <div style="display: flex; align-items: center; gap: 8px; flex: 1 1 auto; min-width: 0;">
676 - <code style="background: #fff; border: 1px solid var(--mxch-card-border); padding: 4px 8px; border-radius: var(--mxch-radius-sm); font-size: 12px; color: var(--mxch-text-secondary); flex: 1 1 auto; overflow-x: auto; white-space: nowrap; min-width: 0;"><?php echo esc_html($row['exclusion']); ?></code>
677 - <button type="button" class="mxch-btn mxch-btn-secondary mxch-btn-sm" data-mxch-copy="<?php echo esc_attr($row['exclusion']); ?>" style="flex: 0 0 auto;">
678 - <?php esc_html_e('Copy', 'mxchat'); ?>
679 - </button>
680 - </div>
681 - </div>
682 - <?php endforeach; ?>
683 - </div>
684 -
685 - <div class="mxch-notice mxch-notice-info" style="margin-top: 16px;">
686 - <svg class="mxch-notice-icon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg>
687 - <span><?php esc_html_e('Auto-handled plugins receive a filter from MxChat that excludes chat AJAX from their cache. Even so, having the exclusion in your own exclusion list is harmless and acts as a belt-and-suspenders guarantee.', 'mxchat'); ?></span>
688 - </div>
689 - </div>
690 - </div>
691 -
692 - <!-- Provider Reliability Card -->
693 - <?php
694 - $auto_retry_enabled = !isset($options['auto_retry_on_transient_error']) ||
695 - (string) $options['auto_retry_on_transient_error'] !== '0';
696 - ?>
697 - <div class="mxch-card">
698 - <div class="mxch-card-header">
699 - <h3 class="mxch-card-title">
700 - <svg class="mxch-card-title-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12a9 9 0 1 1-6.219-8.56"/><polyline points="21 4 21 10 15 10"/></svg>
701 - <?php esc_html_e('Provider Reliability', 'mxchat'); ?>
702 - </h3>
703 - <span class="mxch-status-pill <?php echo $auto_retry_enabled ? 'mxch-status-pill-active' : 'mxch-status-pill-disabled'; ?>">
704 - <span class="mxch-status-dot"></span>
705 - <?php echo $auto_retry_enabled ? esc_html__('Active', 'mxchat') : esc_html__('Disabled', 'mxchat'); ?>
706 - </span>
707 - </div>
708 - <div class="mxch-card-body mxchat-autosave-section">
709 - <div class="mxch-field">
710 - <label class="mxch-field-label" for="auto_retry_on_transient_error">
711 - <?php esc_html_e('Auto-retry on provider overload', 'mxchat'); ?>
712 - </label>
713 - <div class="mxch-field-control">
714 - <label class="mxch-toggle">
715 - <input type="checkbox"
716 - id="auto_retry_on_transient_error"
717 - name="mxchat_options[auto_retry_on_transient_error]"
718 - class="mxchat-autosave-field"
719 - value="1"
720 - <?php checked($auto_retry_enabled); ?> />
721 - <span class="mxch-toggle-slider"></span>
722 - </label>
723 - </div>
724 - <p class="mxch-field-description"><?php esc_html_e('When the AI provider returns a transient error (rate-limit / overload / 429 / 503 / Gemini "model overloaded"), MxChat retries the chat-send up to twice before surfacing the error. Visitors see a brief pause instead of a raw provider error in the bot bubble.', 'mxchat'); ?></p>
725 - <p class="mxch-field-hint"><?php esc_html_e('Configuration errors (invalid API key, 401/403/404/422) still surface immediately — never retried.', 'mxchat'); ?></p>
726 - </div>
727 - </div>
728 - </div>
729 -
730 - <!-- Debug Mode Card -->
731 - <?php
732 - $debug_mode = isset($options['debug_mode']) ? $options['debug_mode'] : 'off';
733 - $debug_active = ($debug_mode === 'on');
734 - ?>
735 - <div class="mxch-card">
736 - <div class="mxch-card-header">
737 - <h3 class="mxch-card-title">
738 - <svg class="mxch-card-title-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"/><path d="m9 12 2 2 4-4"/></svg>
739 - <?php esc_html_e('Debug Mode', 'mxchat'); ?>
740 - </h3>
741 - </div>
742 - <div class="mxch-card-body">
743 - <div class="mxch-field">
744 - <label class="mxch-toggle">
745 - <input type="checkbox" class="mxch-toggle-input" id="mxchat_debug_mode" name="mxchat_options[debug_mode]" value="on" <?php checked($debug_active); ?>>
746 - <span class="mxch-toggle-switch"></span>
747 - <span class="mxch-toggle-label"><?php esc_html_e('Enable Debug Logging', 'mxchat'); ?></span>
748 - </label>
749 - <p class="mxch-field-description"><?php esc_html_e('Tracks settings changes, knowledge base errors, API issues, and embedding failures. Enable only when troubleshooting. Max 100 entries stored.', 'mxchat'); ?></p>
750 - </div>
751 - </div>
752 - </div>
753 -
754 - <!-- Debug Log Viewer Card -->
755 - <div class="mxch-card">
756 - <div class="mxch-card-header" style="display: flex; justify-content: space-between; align-items: center;">
757 - <h3 class="mxch-card-title">
758 - <svg class="mxch-card-title-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/><polyline points="10 9 9 9 8 9"/></svg>
759 - <?php esc_html_e('Debug Log', 'mxchat'); ?>
760 - </h3>
761 - <div style="display: flex; gap: 8px; align-items: center;">
762 - <span id="mxchat-log-count" class="mxch-badge" style="display: none;"></span>
763 - <button type="button" class="mxch-btn mxch-btn-secondary mxch-btn-sm" id="mxchat-refresh-log">
764 - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21.5 2v6h-6M2.5 22v-6h6M2 11.5a10 10 0 0 1 18.8-4.3M22 12.5a10 10 0 0 1-18.8 4.2"/></svg>
765 - <?php esc_html_e('Refresh', 'mxchat'); ?>
766 - </button>
767 - <button type="button" class="mxch-btn mxch-btn-secondary mxch-btn-sm" id="mxchat-clear-log">
768 - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 6 5 6 21 6"/><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"/></svg>
769 - <?php esc_html_e('Clear', 'mxchat'); ?>
770 - </button>
771 - </div>
772 - </div>
773 - <div class="mxch-card-body">
774 - <div id="mxchat-debug-log" class="mxchat-debug-log-viewer">
775 - <div class="mxchat-debug-log-empty">
776 - <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" style="opacity: 0.3;"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
777 - <p><?php esc_html_e('No log entries yet. Enable debug mode to start logging.', 'mxchat'); ?></p>
778 - </div>
779 - </div>
780 - </div>
781 - </div>
782 -
783 - <!-- Settings Tools Card -->
784 - <div class="mxch-card">
785 - <div class="mxch-card-header">
786 - <h3 class="mxch-card-title">
787 - <svg class="mxch-card-title-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/></svg>
788 - <?php esc_html_e('Settings Tools', 'mxchat'); ?>
789 - </h3>
790 - </div>
791 - <div class="mxch-card-body">
792 - <div class="mxch-tools-grid">
793 - <!-- Export Settings -->
794 - <div class="mxch-tool-item">
795 - <div class="mxch-tool-icon">
796 - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
797 - </div>
798 - <div class="mxch-tool-content">
799 - <h4><?php esc_html_e('Export Settings', 'mxchat'); ?></h4>
800 - <p><?php esc_html_e('Download a JSON file of your current settings for backup or support. API keys are masked for security.', 'mxchat'); ?></p>
801 - <button type="button" class="mxch-btn mxch-btn-secondary" id="mxchat-export-settings">
802 - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
803 - <?php esc_html_e('Export Settings', 'mxchat'); ?>
804 - </button>
805 - </div>
806 - </div>
807 -
808 - <!-- Reset All Settings -->
809 - <div class="mxch-tool-item mxch-tool-item-danger">
810 - <div class="mxch-tool-icon">
811 - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 6h18"/><path d="M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"/><path d="M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"/><line x1="10" y1="11" x2="10" y2="17"/><line x1="14" y1="11" x2="14" y2="17"/></svg>
812 - </div>
813 - <div class="mxch-tool-content">
814 - <h4><?php esc_html_e('Reset All Settings', 'mxchat'); ?></h4>
815 - <p><?php esc_html_e('Reset all MxChat settings to their default values. This action cannot be undone.', 'mxchat'); ?></p>
816 - <button type="button" class="mxch-btn mxch-btn-danger" id="mxchat-reset-settings">
817 - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 6h18"/><path d="M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"/></svg>
818 - <?php esc_html_e('Reset All Settings', 'mxchat'); ?>
819 - </button>
820 - </div>
821 - </div>
822 - </div>
823 - </div>
824 - </div>
825 -
826 - <!-- Reset Confirmation Modal -->
827 - <div id="mxchat-reset-modal" class="mxch-modal" style="display: none;">
828 - <div class="mxch-modal-backdrop"></div>
829 - <div class="mxch-modal-content">
830 - <div class="mxch-modal-header">
831 - <h3><?php esc_html_e('Reset All Settings', 'mxchat'); ?></h3>
832 - <button type="button" class="mxch-modal-close" id="mxchat-reset-modal-close">&times;</button>
833 - </div>
834 - <div class="mxch-modal-body">
835 - <div class="mxch-notice mxch-notice-warning">
836 - <svg class="mxch-notice-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg>
837 - <div>
838 - <strong><?php esc_html_e('Warning: This action cannot be undone!', 'mxchat'); ?></strong>
839 - <p><?php esc_html_e('All your MxChat settings including API keys, customizations, and configurations will be permanently deleted.', 'mxchat'); ?></p>
840 - </div>
841 - </div>
842 - <div class="mxch-field" style="margin-top: 20px;">
843 - <label class="mxch-field-label"><?php esc_html_e('Type RESET to confirm:', 'mxchat'); ?></label>
844 - <input type="text" id="mxchat-reset-confirmation" class="mxch-input" placeholder="RESET" autocomplete="off">
845 - </div>
846 - </div>
847 - <div class="mxch-modal-footer">
848 - <button type="button" class="mxch-btn mxch-btn-secondary" id="mxchat-reset-cancel"><?php esc_html_e('Cancel', 'mxchat'); ?></button>
849 - <button type="button" class="mxch-btn mxch-btn-danger" id="mxchat-reset-confirm" disabled><?php esc_html_e('Reset All Settings', 'mxchat'); ?></button>
850 - </div>
851 - </div>
852 - </div>
853 589 </div>
854 590
855 591 <!-- ========================================
856 592 INTEGRATIONS - TOOLBAR
@@ -919,9 +655,9 @@
919 655 <svg class="mxch-notice-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg>
920 656 <div>
921 657 <?php printf(
922 658 esc_html__('Visit our %s for setup instructions.', 'mxchat'),
923 - '<a href="https://mxchat.ai/documentation/mxchat-core#slack-live-agent-handoff" target="_blank">' . esc_html__('documentation page', 'mxchat') . '</a>'
659 + '<a href="https://mxchat.ai/documentation/#slack_integration" target="_blank">' . esc_html__('documentation page', 'mxchat') . '</a>'
924 660 ); ?>
925 661 </div>
926 662 </div>
927 663
@@ -1066,40 +802,8 @@
1066 802 <h1 class="mxch-content-title"><?php esc_html_e('Video Tutorials', 'mxchat'); ?></h1>
1067 803 <p class="mxch-content-subtitle"><?php esc_html_e('Learn how to get the most out of MxChat with our video guides.', 'mxchat'); ?></p>
1068 804 </div>
1069 805
1070 - <?php
1071 - // Setup Guide — reopen the onboarding wizard (plan-347916, moved here from Display tab).
1072 - // Only shows once the user has dismissed/graduated from the Onboarding page.
1073 - if (function_exists('mxchat_onboarding_is_dismissed') && mxchat_onboarding_is_dismissed()):
1074 - $auto_grad = function_exists('mxchat_onboarding_is_auto_graduated') && mxchat_onboarding_is_auto_graduated();
1075 - ?>
1076 - <div class="mxch-card mxch-onboarding-unhide-card" style="margin-bottom: 24px;">
1077 - <div class="mxch-card-header">
1078 - <h3 class="mxch-card-title">
1079 - <svg class="mxch-card-title-icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 10v6M2 10l10-5 10 5-10 5z"/><path d="M6 12v5c0 2 3 3 6 3s6-1 6-3v-5"/></svg>
1080 - <?php esc_html_e('Setup Guide', 'mxchat'); ?>
1081 - </h3>
1082 - </div>
1083 - <div class="mxch-card-body">
1084 - <p style="margin:0 0 12px;color:var(--mxch-text-secondary);font-size:13px;line-height:1.5;">
1085 - <?php if ($auto_grad): ?>
1086 - <?php esc_html_e('You finished the setup guide. Reopen it any time to revisit the steps or change a setup choice.', 'mxchat'); ?>
1087 - <?php else: ?>
1088 - <?php esc_html_e('You hid the setup guide from the MxChat menu. Reopen it any time to revisit the steps.', 'mxchat'); ?>
1089 - <?php endif; ?>
1090 - </p>
1091 - <form method="post" action="<?php echo esc_url(admin_url('admin-post.php')); ?>" style="margin:0;">
1092 - <?php wp_nonce_field('mxchat_unhide_onboarding'); ?>
1093 - <input type="hidden" name="action" value="mxchat_unhide_onboarding" />
1094 - <button type="submit" class="mxch-btn mxch-btn-secondary mxch-btn-sm">
1095 - <?php esc_html_e('Reopen setup guide', 'mxchat'); ?>
1096 - </button>
1097 - </form>
1098 - </div>
1099 - </div>
1100 - <?php endif; ?>
1101 -
1102 806 <div class="mxch-card" style="margin-bottom: 24px;">
1103 807 <div class="mxch-card-body">
1104 808 <div style="display: flex; align-items: flex-start; gap: 16px;">
1105 809 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="color: var(--mxch-warning); flex-shrink: 0;"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"/><path d="M12 9v4"/><path d="M12 17h.01"/></svg>
@@ -1118,23 +822,8 @@
1118 822 <div class="mxch-tutorials-grid">
1119 823 <?php
1120 824 $tutorials = array(
1121 825 array(
1122 - 'title' => __('Quick Setup with MxChat', 'mxchat'),
1123 - 'description' => __('Learn how to quickly setup and understand how your chatbot works.', 'mxchat'),
1124 - 'url' => 'https://www.youtube.com/watch?v=3BqoiyWaQiM&t'
1125 - ),
1126 - array(
1127 - 'title' => __('AI Content Generation', 'mxchat'),
1128 - 'description' => __('Generate full blog posts and landing pages with AI—from prompt to publish in minutes.', 'mxchat'),
1129 - 'url' => 'https://www.youtube.com/watch?v=n8TeEeHpxs4'
1130 - ),
1131 - array(
1132 - 'title' => __('Chat With Your GSC Data', 'mxchat'),
1133 - 'description' => __('Find content gaps, quick win keywords, and SEO opportunities by chatting with your Google Search Console data using the Admin Assistant add-on.', 'mxchat'),
1134 - 'url' => 'https://www.youtube.com/watch?v=ytgMou_7SZA&t=2s'
1135 - ),
1136 - array(
1137 826 'title' => __('AI Theme Generator', 'mxchat'),
1138 827 'description' => __('Learn how to instantly restyle your chatbot using plain English prompts with real-time previews.', 'mxchat'),
1139 828 'url' => 'https://www.youtube.com/watch?v=rSQDW2qbtRU&t'
1140 829 ),
@@ -1148,9 +837,14 @@
1148 837 'description' => __('Bring a ChatGPT-like experience directly inside your WordPress dashboard.', 'mxchat'),
1149 838 'url' => 'https://youtu.be/AdEA1k-UCFM'
1150 839 ),
1151 840 array(
1152 - 'title' => __('Chat Themes', 'mxchat'),
841 + 'title' => __('Intent Tester Guide', 'mxchat'),
842 + 'description' => __('Fine-tune your chatbot\'s responses and ensure accurate query understanding.', 'mxchat'),
843 + 'url' => 'https://www.youtube.com/watch?v=uTr14tn59Hc'
844 + ),
845 + array(
846 + 'title' => __('Theme Customizer', 'mxchat'),
1153 847 'description' => __('Customize appearance with real-time previews to match your brand.', 'mxchat'),
1154 848 'url' => 'https://youtu.be/MfbB9mZi6ag'
1155 849 ),
1156 850 array(
@@ -1204,115 +898,8 @@
1204 898 <?php endforeach; ?>
1205 899 </div>
1206 900 </div>
1207 901
1208 - <!-- =====================================================
1209 - TESTING SECTION
1210 - ===================================================== -->
1211 - <div id="testing" class="mxch-section">
1212 - <div class="mxch-content-header">
1213 - <h1 class="mxch-content-title"><?php esc_html_e('Testing', 'mxchat'); ?></h1>
1214 - <p class="mxch-content-subtitle"><?php esc_html_e('Test your chatbot and inspect debug data in real time.', 'mxchat'); ?></p>
1215 - </div>
1216 -
1217 - <div class="mxch-testing-layout">
1218 - <!-- Left Column: Debug Panel -->
1219 - <div class="mxch-testing-debug-panel">
1220 - <!-- Quick Actions -->
1221 - <div class="mxch-card">
1222 - <div class="mxch-card-body">
1223 - <h3 class="mxch-testing-section-title"><?php esc_html_e('Quick Actions', 'mxchat'); ?></h3>
1224 - <div class="mxch-testing-actions-row">
1225 - <button type="button" class="mxch-testing-btn mxch-testing-btn-danger" id="mxch-testing-clear-session">
1226 - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 6h18"/><path d="M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"/><path d="M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"/></svg>
1227 - <?php esc_html_e('Clear Chat Session', 'mxchat'); ?>
1228 - </button>
1229 - <button type="button" class="mxch-testing-btn mxch-testing-btn-secondary" id="mxch-testing-clear-debug">
1230 - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v20M2 12h20"/></svg>
1231 - <?php esc_html_e('Clear Debug Log', 'mxchat'); ?>
1232 - </button>
1233 - </div>
1234 - </div>
1235 - </div>
1236 -
1237 - <!-- Last Query Analysis -->
1238 - <div class="mxch-card">
1239 - <div class="mxch-card-body">
1240 - <h3 class="mxch-testing-section-title"><?php esc_html_e('Last Query Analysis', 'mxchat'); ?></h3>
1241 -
1242 - <div class="mxch-testing-field">
1243 - <label><?php esc_html_e('Similarity Threshold', 'mxchat'); ?></label>
1244 - <span id="mxch-testing-threshold"><?php esc_html_e('Loading...', 'mxchat'); ?></span>
1245 - </div>
1246 -
1247 - <div class="mxch-testing-field">
1248 - <label><?php esc_html_e('User Query', 'mxchat'); ?></label>
1249 - <div id="mxch-testing-last-query" class="mxch-testing-query-display"><?php esc_html_e('Waiting for next query...', 'mxchat'); ?></div>
1250 - </div>
1251 -
1252 - <div class="mxch-testing-field">
1253 - <label><?php esc_html_e('Approved URLs for Citations', 'mxchat'); ?></label>
1254 - <div id="mxch-testing-approved-urls" class="mxch-testing-results">
1255 - <div class="mxch-testing-no-data"><?php esc_html_e('No URL data yet', 'mxchat'); ?></div>
1256 - </div>
1257 - </div>
1258 -
1259 - <div class="mxch-testing-field">
1260 - <label><?php esc_html_e('Document Matches', 'mxchat'); ?></label>
1261 - <div id="mxch-testing-similarity-scores" class="mxch-testing-results">
1262 - <div class="mxch-testing-no-data"><?php esc_html_e('No query data yet', 'mxchat'); ?></div>
1263 - </div>
1264 - </div>
1265 -
1266 - <div class="mxch-testing-field">
1267 - <label><?php esc_html_e('Actions Triggered', 'mxchat'); ?></label>
1268 - <div id="mxch-testing-action-scores" class="mxch-testing-results">
1269 - <div class="mxch-testing-no-data"><?php esc_html_e('No action data yet', 'mxchat'); ?></div>
1270 - </div>
1271 - </div>
1272 - </div>
1273 - </div>
1274 -
1275 - <!-- System Information -->
1276 - <div class="mxch-card">
1277 - <div class="mxch-card-body">
1278 - <h3 class="mxch-testing-section-title"><?php esc_html_e('System Information', 'mxchat'); ?></h3>
1279 -
1280 - <div class="mxch-testing-field">
1281 - <label><?php esc_html_e('System Prompt', 'mxchat'); ?></label>
1282 - <div id="mxch-testing-system-prompt" class="mxch-testing-system-prompt"><?php esc_html_e('Loading...', 'mxchat'); ?></div>
1283 - </div>
1284 -
1285 - <div class="mxch-testing-field">
1286 - <label><?php esc_html_e('Knowledge Base', 'mxchat'); ?></label>
1287 - <span id="mxch-testing-kb-status"><?php esc_html_e('Checking...', 'mxchat'); ?></span>
1288 - </div>
1289 - </div>
1290 - </div>
1291 -
1292 - <!-- Debug Log -->
1293 - <div class="mxch-card">
1294 - <div class="mxch-card-body">
1295 - <h3 class="mxch-testing-section-title"><?php esc_html_e('Debug Log', 'mxchat'); ?></h3>
1296 - <div id="mxch-testing-debug-console" class="mxch-testing-debug-console">
1297 - <div class="mxch-testing-debug-entry"><?php esc_html_e('Debug panel ready - send a message to begin...', 'mxchat'); ?></div>
1298 - </div>
1299 - </div>
1300 - </div>
1301 - </div>
1302 -
1303 - <!-- Right Column: Chatbot Replica -->
1304 - <div class="mxch-testing-chatbot-column">
1305 - <div class="mxch-testing-chatbot-scope">
1306 - <?php
1307 - // Render the chatbot inline for testing
1308 - echo do_shortcode('[mxchat_chatbot floating="no" bot_id="testing"]');
1309 - ?>
1310 - </div>
1311 - </div>
1312 - </div>
1313 - </div>
1314 -
1315 902 </main>
1316 903 </div>
1317 904
1318 905 <script>
@@ -1415,45 +1002,22 @@
1415 1002 }
1416 1003 });
1417 1004 });
1418 1005
1419 - // Handle initial deep-link (?tab=<slug> takes precedence over #hash so the
1420 - // Onboarding setup-step CTAs land on the right sub-tab). Whitelist of valid
1421 - // section ids must stay in sync with the .mxch-section[id] values above.
1422 - const validTabs = [
1423 - 'chatbot-ai-models', 'chatbot-behavior', 'chatbot-display',
1424 - 'chatbot-lead-capture', 'chatbot-quick-questions', 'chatbot-rate-limits',
1425 - 'api-keys', 'optimization', 'testing',
1426 - 'integrations-toolbar', 'integrations-loops', 'integrations-brave',
1427 - 'integrations-slack', 'integrations-telegram',
1428 - 'tutorials'
1429 - ];
1430 - function activateTab(target) {
1431 - if (!target) return false;
1432 - if (validTabs.indexOf(target) === -1) return false;
1433 - const targetLink = document.querySelector('[data-target="' + target + '"]');
1434 - if (!targetLink) return false;
1435 - const parentItem = targetLink.closest('.mxch-nav-item');
1436 - if (parentItem && targetLink.classList.contains('mxch-nav-sub-link')) {
1437 - parentItem.classList.add('expanded');
1006 + // Handle initial hash
1007 + const hash = window.location.hash.slice(1);
1008 + if (hash) {
1009 + const targetLink = document.querySelector('[data-target="' + hash + '"]');
1010 + if (targetLink) {
1011 + // Expand parent if it's a sub-link
1012 + const parentItem = targetLink.closest('.mxch-nav-item');
1013 + if (parentItem && targetLink.classList.contains('mxch-nav-sub-link')) {
1014 + parentItem.classList.add('expanded');
1015 + }
1016 + showSection(hash);
1017 + setActiveNav(targetLink);
1438 1018 }
1439 - showSection(target);
1440 - setActiveNav(targetLink);
1441 - return true;
1442 1019 }
1443 - const urlParams = new URLSearchParams(window.location.search);
1444 - const tabParam = urlParams.get('tab');
1445 - let tabActivated = false;
1446 - if (tabParam) {
1447 - tabActivated = activateTab(tabParam);
1448 - // Invalid ?tab=… silently falls through to default (#hash or AI Models).
1449 - }
1450 - if (!tabActivated) {
1451 - const hash = window.location.hash.slice(1);
1452 - if (hash) {
1453 - activateTab(hash);
1454 - }
1455 - }
1456 1020
1457 1021 // Rate limit accordion
1458 1022 const rateLimitHeaders = document.querySelectorAll('.mxch-rate-limit-header');
1459 1023 rateLimitHeaders.forEach(header => {
@@ -1464,26 +1028,8 @@
1464 1028 item.classList.toggle('expanded');
1465 1029 });
1466 1030 });
1467 1031
1468 - // Rate-limit "Custom…" toggle: show/hide the integer input below each
1469 - // limit <select> based on whether __custom__ is the active option.
1470 - document.querySelectorAll('.mxch-rate-limit-limit-select').forEach(sel => {
1471 - const targetId = sel.getAttribute('data-mxch-custom-target');
1472 - if (!targetId) return;
1473 - const field = document.querySelector('[data-mxch-custom-for="' + targetId + '"]');
1474 - if (!field) return;
1475 - const sync = () => {
1476 - if (sel.value === '__custom__') {
1477 - field.hidden = false;
1478 - } else {
1479 - field.hidden = true;
1480 - }
1481 - };
1482 - sel.addEventListener('change', sync);
1483 - sync();
1484 - });
1485 -
1486 1032 // =====================================================
1487 1033 // Mobile Menu Functionality
1488 1034 // =====================================================
1489 1035 const mobileMenuBtn = document.querySelector('.mxch-mobile-menu-btn');
@@ -1613,146 +1159,10 @@
1613 1159
1614 1160 $roles = wp_roles()->get_names();
1615 1161 $roles['logged_out'] = __('Logged Out Users', 'mxchat');
1616 1162
1617 - // Whole-chatbot global cap (sits above per-role; defaults to unlimited so
1618 - // existing installs are unchanged). Stored under mxchat_options['rate_limits_global'].
1619 - $global_cfg = isset($all_options['rate_limits_global']) && is_array($all_options['rate_limits_global'])
1620 - ? $all_options['rate_limits_global']
1621 - : array();
1622 - $global_limit_raw = isset($global_cfg['limit']) ? (string) $global_cfg['limit'] : 'unlimited';
1623 - $global_timeframe = isset($global_cfg['timeframe']) ? (string) $global_cfg['timeframe'] : 'daily';
1624 - $global_is_unlimited = ($global_limit_raw === '' || $global_limit_raw === 'unlimited');
1625 - $global_is_preset = !$global_is_unlimited && in_array($global_limit_raw, $rate_limits, true);
1626 - $global_select_value = $global_is_unlimited ? 'unlimited' : ($global_is_preset ? $global_limit_raw : '__custom__');
1627 - $global_custom_value = (!$global_is_unlimited && !$global_is_preset && ctype_digit($global_limit_raw))
1628 - ? $global_limit_raw
1629 - : '';
1630 -
1631 1163 echo '<div class="mxch-rate-limits">';
1632 1164
1633 - // --- Global cap card -------------------------------------------------
1634 - ?>
1635 - <div class="mxch-rate-limit-item mxch-rate-limit-global mxchat-autosave-section">
1636 - <div class="mxch-rate-limit-header">
1637 - <span class="mxch-rate-limit-role"><?php esc_html_e('Total chatbot message limit', 'mxchat'); ?></span>
1638 - <div class="mxch-rate-limit-summary">
1639 - <span class="mxch-rate-limit-badge mxch-rate-limit-global-badge">
1640 - <?php
1641 - if ($global_is_unlimited) {
1642 - esc_html_e('Unlimited', 'mxchat');
1643 - } else {
1644 - $tf_label = isset($timeframes[$global_timeframe]) ? $timeframes[$global_timeframe] : $global_timeframe;
1645 - echo esc_html(($global_custom_value !== '' ? $global_custom_value : $global_limit_raw) . ' / ' . $tf_label);
1646 - }
1647 - ?>
1648 - </span>
1649 - <svg class="mxch-rate-limit-arrow" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>
1650 - </div>
1651 - </div>
1652 - <div class="mxch-rate-limit-body">
1653 - <p class="mxch-field-description" style="margin: 0 0 12px;">
1654 - <?php esc_html_e('A single ceiling across all users and all roles, per timeframe. Independent of the per-role limits below. When both a per-role limit and this global cap are configured, whichever is hit first stops the conversation. Default is Unlimited — existing installs are unchanged.', 'mxchat'); ?>
1655 - </p>
1656 - <div class="mxch-rate-limit-controls">
1657 - <div class="mxch-field">
1658 - <label class="mxch-field-label" for="rate_limits_global_limit"><?php esc_html_e('Limit', 'mxchat'); ?></label>
1659 - <select id="rate_limits_global_limit"
1660 - name="mxchat_options[rate_limits_global][limit]"
1661 - class="mxch-select mxchat-autosave-field mxch-rate-limit-limit-select"
1662 - data-mxch-custom-target="rate_limits_global_limit_custom">
1663 - <?php foreach ($rate_limits as $limit): ?>
1664 - <option value="<?php echo esc_attr($limit); ?>" <?php selected($global_select_value, $limit); ?>>
1665 - <?php echo esc_html($limit === 'unlimited' ? __('Unlimited', 'mxchat') : $limit); ?>
1666 - </option>
1667 - <?php endforeach; ?>
1668 - <option value="__custom__" <?php selected($global_select_value, '__custom__'); ?>><?php esc_html_e('Custom…', 'mxchat'); ?></option>
1669 - </select>
1670 - </div>
1671 - <div class="mxch-field mxch-rate-limit-custom-field" data-mxch-custom-for="rate_limits_global_limit_custom" <?php echo $global_select_value === '__custom__' ? '' : 'hidden'; ?>>
1672 - <label class="mxch-field-label" for="rate_limits_global_limit_custom"><?php esc_html_e('Custom limit', 'mxchat'); ?></label>
1673 - <input type="number"
1674 - min="1"
1675 - step="1"
1676 - id="rate_limits_global_limit_custom"
1677 - name="mxchat_options[rate_limits_global][limit_custom]"
1678 - class="mxch-input mxchat-autosave-field mxch-rate-limit-custom-input"
1679 - placeholder="e.g. 250"
1680 - value="<?php echo esc_attr($global_custom_value); ?>" />
1681 - </div>
1682 - <div class="mxch-field">
1683 - <label class="mxch-field-label" for="rate_limits_global_timeframe"><?php esc_html_e('Timeframe', 'mxchat'); ?></label>
1684 - <select id="rate_limits_global_timeframe"
1685 - name="mxchat_options[rate_limits_global][timeframe]"
1686 - class="mxch-select mxchat-autosave-field">
1687 - <?php foreach ($timeframes as $value => $label): ?>
1688 - <option value="<?php echo esc_attr($value); ?>" <?php selected($global_timeframe, $value); ?>><?php echo esc_html($label); ?></option>
1689 - <?php endforeach; ?>
1690 - </select>
1691 - </div>
1692 - </div>
1693 - <?php
1694 - // --- Current usage readout (read-only; mirrors the integrator's
1695 - // window-reset math at READ time — never writes the counter here).
1696 - // v1 surfaces the DEFAULT bot's pool. TODO: per-bot selector if asked.
1697 - $global_usage_limit_int = (!$global_is_unlimited && ctype_digit($global_limit_raw))
1698 - ? (int) $global_limit_raw
1699 - : 0;
1700 - $usage_raw = get_option('mxchat_chat_limit_default_global', array('count' => 0, 'timestamp' => time()));
1701 - $usage_count = isset($usage_raw['count']) ? (int) $usage_raw['count'] : 0;
1702 - $usage_ts = isset($usage_raw['timestamp']) ? (int) $usage_raw['timestamp'] : time();
1703 - $usage_windows = array('hourly' => 3600, 'daily' => 86400, 'weekly' => 604800, 'monthly' => 2592000);
1704 - $usage_window = isset($usage_windows[$global_timeframe]) ? $usage_windows[$global_timeframe] : 86400;
1705 - $usage_now = time();
1706 - if (($usage_now - $usage_ts) >= $usage_window) {
1707 - // Window elapsed since the stored timestamp → effective count is 0.
1708 - $usage_count = 0;
1709 - $usage_reset_at = $usage_now + $usage_window;
1710 - } else {
1711 - $usage_reset_at = $usage_ts + $usage_window;
1712 - }
1713 - $usage_left = max(0, $global_usage_limit_int - $usage_count);
1714 - $usage_pct = ($global_usage_limit_int > 0)
1715 - ? min(100, (int) round(($usage_count / $global_usage_limit_int) * 100))
1716 - : 0;
1717 - $usage_reset_nonce = wp_create_nonce('mxchat_reset_global_usage');
1718 - ?>
1719 - <div class="mxch-rate-limit-usage"
1720 - id="mxch-global-usage"
1721 - data-bot-id="default"
1722 - data-reset-nonce="<?php echo esc_attr($usage_reset_nonce); ?>"
1723 - <?php echo $global_is_unlimited ? 'hidden' : ''; ?>>
1724 - <div class="mxch-rate-limit-usage-head">
1725 - <span class="mxch-field-label" style="margin:0;"><?php esc_html_e('Current usage', 'mxchat'); ?></span>
1726 - <button type="button" class="mxch-btn mxch-btn-secondary mxch-btn-sm" id="mxch-global-usage-reset"><?php esc_html_e('Reset counter', 'mxchat'); ?></button>
1727 - </div>
1728 - <div class="mxch-progress-bar">
1729 - <div class="mxch-progress-bar-fill" id="mxch-global-usage-fill" style="width: <?php echo esc_attr($usage_pct); ?>%;"></div>
1730 - </div>
1731 - <p class="mxch-progress-label" id="mxch-global-usage-text" style="margin:0;">
1732 - <?php
1733 - printf(
1734 - /* translators: 1: used count, 2: limit, 3: remaining, 4: human-readable time until reset */
1735 - esc_html__('%1$s of %2$s used · %3$s left · resets in %4$s', 'mxchat'),
1736 - esc_html(number_format_i18n($usage_count)),
1737 - esc_html(number_format_i18n($global_usage_limit_int)),
1738 - esc_html(number_format_i18n($usage_left)),
1739 - esc_html(human_time_diff($usage_now, $usage_reset_at))
1740 - );
1741 - ?>
1742 - </p>
1743 - </div>
1744 - <p class="mxch-field-description mxch-rate-limit-usage-unlimited"
1745 - id="mxch-global-usage-unlimited"
1746 - style="margin: 12px 0 0;"
1747 - <?php echo $global_is_unlimited ? '' : 'hidden'; ?>>
1748 - <?php esc_html_e('Unlimited — no cap. Usage tracking applies only when a numeric limit is set.', 'mxchat'); ?>
1749 - </p>
1750 - </div>
1751 - </div>
1752 - <?php
1753 - // ---------------------------------------------------------------------
1754 -
1755 1165 foreach ($roles as $role_id => $role_name) {
1756 1166 $default_limit = ($role_id === 'logged_out') ? '10' : '100';
1757 1167 $default_timeframe = 'daily';
1758 1168 $default_message = __('Rate limit exceeded. Please try again later.', 'mxchat');
@@ -1757,9 +1167,9 @@
1757 1167 $default_timeframe = 'daily';
1758 1168 $default_message = __('Rate limit exceeded. Please try again later.', 'mxchat');
1759 1169
1760 1170 $selected_limit = isset($all_options['rate_limits'][$role_id]['limit'])
1761 - ? (string) $all_options['rate_limits'][$role_id]['limit']
1171 + ? $all_options['rate_limits'][$role_id]['limit']
1762 1172 : $default_limit;
1763 1173
1764 1174 $selected_timeframe = isset($all_options['rate_limits'][$role_id]['timeframe'])
1765 1175 ? $all_options['rate_limits'][$role_id]['timeframe']
@@ -1769,16 +1179,8 @@
1769 1179 ? $all_options['rate_limits'][$role_id]['message']
1770 1180 : $default_message;
1771 1181
1772 1182 $timeframe_label = isset($timeframes[$selected_timeframe]) ? $timeframes[$selected_timeframe] : $selected_timeframe;
1773 -
1774 - // Custom-value handling: if the stored limit is not in the preset list
1775 - // and not 'unlimited', it's a custom integer. The select shows __custom__
1776 - // and the number input below carries the actual value.
1777 - $is_preset_limit = in_array($selected_limit, $rate_limits, true);
1778 - $role_select_value = $is_preset_limit ? $selected_limit : '__custom__';
1779 - $role_custom_value = (!$is_preset_limit && ctype_digit($selected_limit)) ? $selected_limit : '';
1780 - $custom_field_id = 'rate_limits_' . $role_id . '_limit_custom';
1781 1183 ?>
1782 1184 <div class="mxch-rate-limit-item">
1783 1185 <div class="mxch-rate-limit-header">
1784 1186 <span class="mxch-rate-limit-role"><?php echo esc_html($role_name); ?></span>
@@ -1792,28 +1194,13 @@
1792 1194 <div class="mxch-field">
1793 1195 <label class="mxch-field-label" for="rate_limits_<?php echo esc_attr($role_id); ?>_limit"><?php esc_html_e('Limit', 'mxchat'); ?></label>
1794 1196 <select id="rate_limits_<?php echo esc_attr($role_id); ?>_limit"
1795 1197 name="mxchat_options[rate_limits][<?php echo esc_attr($role_id); ?>][limit]"
1796 - class="mxch-select mxchat-autosave-field mxch-rate-limit-limit-select"
1797 - data-mxch-custom-target="<?php echo esc_attr($custom_field_id); ?>">
1198 + class="mxch-select mxchat-autosave-field">
1798 1199 <?php foreach ($rate_limits as $limit): ?>
1799 - <option value="<?php echo esc_attr($limit); ?>" <?php selected($role_select_value, $limit); ?>>
1800 - <?php echo esc_html($limit === 'unlimited' ? __('Unlimited', 'mxchat') : $limit); ?>
1801 - </option>
1200 + <option value="<?php echo esc_attr($limit); ?>" <?php selected($selected_limit, $limit); ?>><?php echo esc_html($limit); ?></option>
1802 1201 <?php endforeach; ?>
1803 - <option value="__custom__" <?php selected($role_select_value, '__custom__'); ?>><?php esc_html_e('Custom…', 'mxchat'); ?></option>
1804 1202 </select>
1805 - </div>
1806 - <div class="mxch-field mxch-rate-limit-custom-field" data-mxch-custom-for="<?php echo esc_attr($custom_field_id); ?>" <?php echo $role_select_value === '__custom__' ? '' : 'hidden'; ?>>
1807 - <label class="mxch-field-label" for="<?php echo esc_attr($custom_field_id); ?>"><?php esc_html_e('Custom limit', 'mxchat'); ?></label>
1808 - <input type="number"
1809 - min="1"
1810 - step="1"
1811 - id="<?php echo esc_attr($custom_field_id); ?>"
1812 - name="mxchat_options[rate_limits][<?php echo esc_attr($role_id); ?>][limit_custom]"
1813 - class="mxch-input mxchat-autosave-field mxch-rate-limit-custom-input"
1814 - placeholder="e.g. 250"
1815 - value="<?php echo esc_attr($role_custom_value); ?>" />
1816 1203 </div>
1817 1204 <div class="mxch-field">
1818 1205 <label class="mxch-field-label" for="rate_limits_<?php echo esc_attr($role_id); ?>_timeframe"><?php esc_html_e('Timeframe', 'mxchat'); ?></label>
1819 1206 <select id="rate_limits_<?php echo esc_attr($role_id); ?>_timeframe"