| 开发者 | rafizsejim |
|---|---|
| 更新时间 | 2026年5月25日 04:43 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/roadmap page or any page you choose.
Your votes, ideas, comments, and emails live in your own WordPress database, with no third party reading them, no SSO setup, and no monthly subscription. The plugin is GPL licensed, so you can modify, extend, or audit it whenever you want.
Who it is built for
[sbir_board product="board-slug"] shortcode for any page./roadmap page.simpleboards-roadmap folder to /wp-content/plugins/, or install via Plugins > Add New > Upload Plugin.[sbir_board product="your-board-slug"] to any page or post.Yes. The free plugin covers a public ideas board, feature voting, threaded comments, and a kanban roadmap. The Pro add-on covers announcements, workflow automation, and design controls that competing SaaS tools charge $30 to $300 a month for. If you need enterprise SSO or multi-team workspaces, those tools still have an edge. For everyone else, SimpleBoards replaces the subscription cleanly.
Trello and Notion are not built for public product feedback. They have no voting, no per-item subscriptions, no guest submissions, and embedded views render like an iframe stitched onto your site. SimpleBoards renders natively inside your theme, supports guest voting, and is indexable on your own domain.
The plugin uses prepared SQL with proper indexes, batched meta priming, and an object-cache layer for vote counts. Boards with thousands of items stay responsive, and no external HTTP requests happen during page render.
The public CSS is scoped and uses CSS custom properties, so theme styles cannot override layout or contrast accidentally. The plugin is tested on Twenty Twenty-X, Astra, Kadence, GeneratePress, and Blocksy. If you hit a theme conflict, email support and we will look at it.
Create a board in SimpleBoards > Boards, then place [sbir_board product="board-slug"] on any page or post, replacing board-slug with your board's slug. You can run separate boards for different products and reuse a board on multiple pages.
Yes. Each board can show the roadmap tab, the ideas board tab, or both. Per-board settings control which view appears by default and whether filter and sort controls show on each tab.
Yes. Enable Allow guest submissions in SimpleBoards > Settings. Guests provide a name and email, and their submissions land in the same moderation queue as logged-in submissions for you to approve or reject.
Yes. Filter by category or status, and sort by newest, oldest, or most voted. Feature voting works for logged-in users and guests, with one vote per identifier enforced at the database level. Filter and sort controls can be shown or hidden per board.
Yes. The Settings > Import screen accepts LoopedIn CSV exports. It preserves titles, descriptions, statuses, dates, and vote counts. Pick whether to allow duplicate titles or overwrite existing items by title.
Yes. The item edit screen has a Votes field where you set the total directly. Useful when you have an aggregate number but no individual vote rows, or when migrating from a system that does not export per-user data.
Yes. Admins can be notified of new submissions, and submitters can subscribe to per-item status updates with one-click unsubscribe. Email subject lines and bodies are editable in Settings > Emails to match your brand voice and language.
Yes. Pro adds private boards, announcements, workflow automation, design controls, checklist progress, and the Torin AI assistant. Workflow automation auto-promotes ideas when a vote threshold is hit, changes status when a checklist finishes, and sends overdue notifications by email. See simpleboardswp.com for details and pricing.
Email contact@simpleboardswp.com or open a thread in the plugin's wordpress.org support forum.
uninstall.php corrupted the AJAX response. Cleaned the file per WordPress coding standards.