discourse/plugins/discourse-topic-voting
Juan David Martínez Cubillos 7a6c3fcf3f
FIX: Moderators can enable plugins when enable_category_type_setup SiteSetting is enabled (#40349)
#### Decription 

Re implementation of a previous
[PR](https://github.com/discourse/discourse/pull/40246). This PR fixes
the issues found in the previous one by using a different metadata field
instead of reusing the `available` field.


**Before** 
<img width="900" height="600" alt="image"
src="https://github.com/user-attachments/assets/9e451e0f-89a4-469b-89c8-3d27de3aac68"
/>


**After**
<img width="888" height="588" alt="image"
src="https://github.com/user-attachments/assets/40c08684-5904-4b59-af10-a6e76e650096"
/>

Ref: `patch-triage/810`
2026-06-17 08:37:14 -05: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 DEV: Fix anonymous-related spec flakes (#40502) 2026-06-03 11:37:17 +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