0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-topic-voting
Régis Hanol 2d8ecf474b
FEATURE: Allow selecting multiple category types when creating a category (#40912)
Previously, the category type selector only appeared when editing an
existing category, so a new category could only be created with the
single type picked on the setup screen — making it impossible to combine
features like Ideas (voting) and Support (solved) from the start.

This change surfaces the type selector on the creation form under
"Advanced settings" and configures every selected type on create (the
primary type with its settings, the rest with defaults), so multiple
types can be enabled in one pass.
2026-06-22 10:07:36 +02:00
..
app FIX: Moderators can enable plugins when enable_category_type_setup SiteSetting is enabled (#40349) 2026-06-17 08:37:14 -05:00
assets UX: add missing title attr to vote btn (#40821) 2026-06-12 10:01:08 +02:00
config I18N: Update translations (#40823) 2026-06-12 16:19:35 +02:00
db FEATURE: award badges based on topic votes received (#39493) 2026-04-28 10:53:06 +10:00
lib/discourse_topic_voting FIX: Show voters for closed topics in topic-voting (#40314) 2026-05-26 19:18:25 +02:00
spec FEATURE: Allow selecting multiple category types when creating a category (#40912) 2026-06-22 10:07:36 +02:00
svg-icons FEATURE: restyle topic voting component, add voting to docked header (#39234) 2026-04-14 12:50:52 -04:00
test/javascripts FIX: Topic voting for nested replies topics (#40449) 2026-06-01 11:15:57 -05:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb FEATURE: Prompt anonymous users to sign up after engagement clicks (#40256) 2026-05-26 09:30:38 +02:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00

Discourse Topic Voting

Adds the ability for voting on a topic within a specified category.

Topic discussing the plugin itself can be found here: https://meta.discourse.org/t/discourse-voting/40121