
內容簡介
管理從使用者得到的功能要求列表可能是一項繁瑣的任務。也許您正在透過試算表來處理客戶反饋,並將“+1”添加到要求中?也許您正在使用昂貴的第三方解決方案呢?
Simple Feature Requests旨在讓您收集客戶反饋和管理想法的整個過程更加輕鬆。現在,您可以讓用戶自己提交請求,並投票選擇他們想在您的產品中看到的功能,這些都是在現有的WordPress網站中完成的。
Simple Feature Requests 免費版
該外掛的免費版本提供以下功能:
接受用戶提交的功能要求。
用戶可以投票選擇他們想在產品中加入的功能。
用戶可以使用本地的WordPress評論系統對功能要求進行評論。
管理員可以批准和管理功能要求。
提交用戶反饋之前的智能搜索。
按“最新”,“最受歡迎”,“我的請求”和“狀態”排序/篩選。
從“待處理”,“已發布”,“待審查”,“已完成”,“已開始”,“已計劃”和“已拒絕”中選擇狀態。
能夠添加自定義狀態(需要代碼片段)。
Simple Feature Requests Pro
Pro版本提供了增強功能,使想法管理變得更加輕鬆。
將功能要求進行分類以改進和組織用戶的功能要求過程。
批量更改請求狀態可以節省管理用戶反饋的時間。
添加路線圖以讓您的用戶了解您產品的未來方向。
啟用電子郵件通知以便用戶隨時了解狀態變化或新評論。
限制用戶投票以確保他們僅對重要功能進行投票。
對功能要求進行圖像上傳。
自定義功能要求狀態。
多個面板用於分組功能要求。
自定義要求標籤,允許您將“請求”和“請求”重新命名為任何最恰當的語言。
外掛標籤
開發者團隊
② 後台搜尋「Simple Feature Requests Free – User Feedback Board」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
Keeping a list of all the feature requests you get from your users can be a cumbersome task. Maybe you’re managing your customer feedback all via spreadsheet and adding “+1″s to requests? Perhaps you’re using an expensive third party solution?
Whatever method you use, chances are it costs you time AND money.
Simple Feature Requests aims to make the process of collecting customer feedback and idea management much easier for you. Now you can let your users submit requests themselves and vote on the ones they want to see in your product — all from within your existing WordPress website.
Simple Feature Requests Free
The free version of the plugin provides the following features:
Accept user-submitted feature requests.
Users can vote on features they want to see included in your product.
Users can comment on feature requests using the native WordPress commenting system.
Admins can approve and manage feature requests.
Intelligent search before submitting user feedback.
Sort/filter by “Latest”, “Top”, “My Requests”, and “Status”.
Select status from “Pending”, “Published”, “Under Review”, “Complete”, “Started”, “Planned”, and “Declined”.
Ability to add custom statuses (requires code snippet).
Simple Feature Requests Pro
The Pro version of Simple Feature Requests provides enhanced features that make idea management even more effortless.
Categorize feature requests to improve and organize the feature request process for your users.
Bulk change request statuses to save you time managing user feedback.
Add a roadmap to keep your users updated about where your product is heading.
Enable email notifications for status changes or new comments, so your users keep in the loop.
Limit votes per user to ensure they vote on only essential features.
Image Uploads for feature requests.
Custom Statuses for feature requests.
Multiple Boards for grouping feature requests.
Custom request labels to allow you to rename ‘request’ and ‘requests’ to whatever is most appropriate for your use-case.
Allow Guest Voting for visitors without a user account.
Integration with Advanced Custom Fields. Collect additional information from your users. Currently supported fields: Text, Email, URL, Number, Textarea, Select, Checkbox, Radio
Upgrade to Pro
Pro Feature Highlight: Product Roadmap
Simple Feature Requests makes it easy to create a comprehensive product roadmap based on the customer feedback you’ve received.
Our roadmap shortcode presents your product’s requests in a kanban view, organized by request status.
You can configure which status columns to display in the roadmap and use the shortcode multiple times throughout your website.
A product roadmap is essential for any product-based business. It allows you to keep your users in the loop about upcoming features and when to expect them.
Upgrade to Pro
Useful Links
Documentation
Simple Feature Requests Pro
Customizing Simple Feature Requests templates in your theme
Simple Feature Requests allows you to fully customize templates for your theme. The templates that are available for customization are available in the templates folder of the plugin.
To create customized templates:
In your theme folder, create the folder simple-feature-requests.
Copy the template from the plugin, including the directory structure.
Customize the new file(s) in the theme folder.
For example:
Given a theme folder of my-theme, and a need to customize the ACF output:
Create the folder in the theme, simple-feature-requests.
From the plugin templates folder, copy compat/acf/single.php into the simple-feature-requests folder.
Edit as desired.
The result will be the following in the theme folder: my-theme/simple-feature-requests/compat/acf/single.php.
