| 开发者 |
atwfarhan
psbdx mfhamim |
|---|---|
| 更新时间 | 2026年8月23日 23:13 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
[psbdx_faq] accordion shortcode for your own site's visitors[psbdx_report id="X"], [psbdx_user_reports], and [psbdx_faq][psbdx_report id="X"]
Display a report button and modal form. Replace X with the Report Form post ID shown in the Shortcode box.
[psbdx_user_reports]
Display a paginated table of the currently logged-in user's report history, including their ticket IDs.
[psbdx_faq]
Display your admin-managed FAQ as a clean accordion, anywhere on your site.
psbdx-smart-report-management folder to /wp-content/plugins/.Optionally, yes. If you're on WordPress 7.0+ and have an AI provider connected under Settings → Connectors, you can turn on AI-assisted classification (Settings → AI) so every new report automatically gets a suggested category and priority, and you can click "Summarize with AI" on any report for a plain-language explanation of the issue. It's entirely opt-in — the plugin works fully without it.
Nothing breaks. The AI controls are automatically greyed out and disabled if your WordPress version is below 7.0 or no AI provider is connected. You (and your admins) can still set a Category and Priority manually on every report, exactly as if AI were never part of the plugin.
Every submitted report gets a unique, human-readable Ticket ID (e.g. "PSRM-20260714-8K3F2A"). The reporting user sees it in their submission confirmation and their report history, so they have something concrete to reference if they follow up by email or phone. Admins can search for a ticket ID an user gives them to jump straight to that report.
Yes. Add your own categories under Settings → Categories. They'll appear in the manual Category dropdown on every report, and — if AI is enabled — the AI will be constrained to pick from that exact list instead of inventing its own.
Yes. Go to the FAQ admin page, add your questions and answers, and drop the [psbdx_faq] shortcode anywhere on your site to display them as a clean accordion.
Yes. Guest reports are logged without a user association. The reporter name defaults to "Guest".
Yes. Each form has an "User Identity Display" toggle in its configuration. When turned off, the read-only name and email card is hidden from the form — but identity is still collected server-side for the admin log.
Each form has a configurable cooldown (in minutes, default 30). Once a logged-in user submits a report via a form, they cannot submit again through that same form until the cooldown expires. The cooldown is enforced both on the frontend (form is hidden) and in the AJAX handler (server rejects the request even if the UI is bypassed).
No. PSBDx Smart Report Management works as a standalone plugin. E-commerce and LearnPress integrations activate automatically when those plugins are present.
When a user submits a report from an order page (e.g. My Account > Orders > View Order), the plugin automatically detects and stores the order ID. The admin Report Log shows a direct link to the order, and the user's report history table shows the order number instead of a URL.
Yes. The plugin declares HPOS compatibility and uses wc_get_order() with get_edit_order_url() for all order links.
Yes. The report form and modal are mobile-first with iOS safe-area support, and the admin screens (report list, response view, AI Response Log, settings) are all built with responsive breakpoints so you can manage reports comfortably from a phone.
We are happy to see that you are interested to read the documentations. Please visit https://dev.psbdx.xyz/documentations/psbdx-smart-report-managment/
mode="inline"), which reads oddly when the form is already sitting on that page's own content. Popup and popup-link forms still show it.async strategy, matching every provider's own recommended embed snippet — browsers increasingly block or delay third-party-cookie-dependent scripts that aren't loaded this way, which could leave the widget stuck blank.psbdx_srm_theme_sources filter lets addons/integrations register their own theme folders without ever touching this plugin's files.[psbdx_user_reports] now shows a full agent portal (My Reports, Assigned Reports, Search Ticket, and Manage Agents for admins) to any support agent or administrator, with per-report reply/status/abandon/handover tools and an admin-only activity log.mode="inline") and URL popup links (append ?<form id> to any page)./start → /field → /verify-otp → /submit flow.psbdx_srm_report_status_changed) for developers.[psbdx_report] / [psbdx_user_reports] shortcodes.
Full release notes for every version: https://dev.psbdx.xyz/