# Reacties weergeven op onderwerpen over poststemming

**URL:** https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783
**Category:** Support
**Tags:** reactions
**Created:** [10 april 2023 om 12:27 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783 "2023-04-10T12:27:11Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![apleschu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/apleschu/32/293205_2.png) [@apleschu](https://meta.discourse.org/u/apleschu)
#### Post date: [10 april 2023 om 12:27 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783/1 "2023-04-10T12:27:11Z")

</div>

I love the way this plugin works, but I am being hounded by some of my users who are not happy if they can’t add their clapping hands or poop emoji. Is there a way to have both versions active at the same on a topic/category?

---

<div class="post-metadata">

### Author: ![P2W](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/p2w/32/304345_2.png) [@P2W](https://meta.discourse.org/u/P2W)
#### Post date: [10 april 2023 om 16:16 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783/2 "2023-04-10T16:16:41Z")

</div>

> [@apleschu](#):
>
> I am being hounded by some of my users who are not happy if they can’t add their clapping hands or poop emoji

Listen this is the quote of the month. Someone give this guy MVP for the month. LOL

---

<div class="post-metadata">

### Author: ![apleschu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/apleschu/32/293205_2.png) [@apleschu](https://meta.discourse.org/u/apleschu)
#### Post date: [10 april 2023 om 16:28 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783/3 "2023-04-10T16:28:54Z")

</div>

And I found the solution. It was right there in front of me all time anyways. Just enable in the setup. Doh!

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [11 april 2023 om 14:39 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783/4 "2023-04-11T14:39:20Z")

</div>

I don’t think Reactions currently show for Post Voting topics even when `qa enable likes on answers` is enabled (though it does work for Likes without Reactions enabled). There is currently a workaround in this post though:

> [@Post Voting has likes enabled but they won't appear](https://meta.discourse.org/t/post-voting-has-likes-enabled-but-they-wont-appear/248297/5):
>
> Hello, Reactions are disabled (hide) by default on post voting topics with css. You can reactivate it with adding a little css to a component Common/CSS arrow_down_small .post-voting-topic, .post-voting-topic-sort-by-activity { .discourse-reactions-actions { display: inline-flex; } }

But if they do work for you without anything extra please let me know. :slight_smile:

---

<div class="post-metadata">

### Author: ![apleschu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/apleschu/32/293205_2.png) [@apleschu](https://meta.discourse.org/u/apleschu)
#### Post date: [15 april 2023 om 09:13 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783/5 "2023-04-15T09:13:08Z")

</div>

@JammyDodger They do work now, even if only in the default theme. Would be nice if that would work across the board, but at least I get most of the pesky users off my back. And yes, I added the little snippet of css code.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [15 april 2023 om 09:16 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783/6 "2023-04-15T09:16:39Z")

</div>

That’s good news. :slight_smile: :+1:

With that snippet of code they should work for all of your themes. Did you add it to a new theme component and attach it to all of the themes?

---

<div class="post-metadata">

### Author: ![apleschu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/apleschu/32/293205_2.png) [@apleschu](https://meta.discourse.org/u/apleschu)
#### Post date: [15 april 2023 om 09:19 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783/7 "2023-04-15T09:19:26Z")

</div>

No, I added that to the custom css in the default theme. Do you have a pointer/url where can read up on how to create a theme component?

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [15 april 2023 om 09:22 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783/8 "2023-04-15T09:22:19Z")

</div>

I think this should cover it, but let me know if you have any issues: :+1:

- Go to `/admin/customize/themes`
- Click on **install** and then **create new**
- Give it a name, and select ‘component’.
- **Create**
- Add it to your theme(s)
- Click on the **Edit CSS/HTML** button and paste the code into the **Common tab**
- And save.

---

<div class="post-metadata">

### Author: ![apleschu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/apleschu/32/293205_2.png) [@apleschu](https://meta.discourse.org/u/apleschu)
#### Post date: [15 april 2023 om 09:34 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783/9 "2023-04-15T09:34:02Z")

</div>

That was too easy for me to try. Thanks a lot. It works now for all installed themes with that trick.

I love this software more and more. (And the help I can get)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [15 mei 2023 om 09:34 UTC](https://meta.discourse.org/t/displaying-reactions-on-post-voting-topics/261783/10 "2023-05-15T09:34:16Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
