The likes for non staff show in this columns when whispers are used:
there is only the topic to see for users but if you are staff there is 13 posts.
Staff:
Non-staff:
(However 16 likes still appear)
4 إعجابات
I was wondering if there is a way to rearrange the order in which the columns appear? So that likes showed up first, then replies, etc.
إعجاب واحد (1)
I notice the likes column only picks up heart reacts, not thumbs up etc. Is there a way to include specific emoji types (sorry I don’t know CSS)
Edit there’s another thread here:
What about allowing good emojis and giving the possibility to push up and show love with contributions sharing only cool emotions?
Then could be a plus for every community like an alien or rainbow, that should count as plus (like) by design because we have a flag for bad vibe things.
إعجابَين (2)
No, there’s no way to do this at the moment. It would require changing how the reactions plugin works.
إعجاب واحد (1)
There are plans to share the options that you are evaluating from the team?
Just curious, it’s a must for our community and could be good to discuss and contribute
إعجاب واحد (1)
Hello it’s me again with the reactions plugin updated, any plans to update this column?/ Did the reactions column change tie into this Likes column?
Discourse Reactions - plugin - Discourse Meta
Edit- I just realised it just a new comments on that thread, not that it is a new plugin, my bad
Nice Component,
I’d like the ability to select which categories are included/excluded.
Right now it is a global setting, but on some categories I don’t want to see the likes for topics.
إعجاب واحد (1)
Hi,
This extension also doesn’t extend to the mobile theme yet.
A simple heart 1 with the number next to it would look good.
إعجاب واحد (1)
that’s a cool TC
It would be nice to have a " 0 " instead of the empty space though. And if possible, show others reactions icons.
pfaffman
(Jay Pfaffman)
30 يناير 2025، 4:08م
11
I’m getting an error with this theme:
[THEME 109 'Official: Add Like Column'] To prevent errors in tests, add a `pluginId` key to your `modifyClass` call. This will ensure the modification is only applied once.
Looks like the issue is here:
{
after: "replies",
before: "views",
}
);
}
return columns;
});
withSilencedDeprecations("discourse.hbr-topic-list-overrides", () => {
api.modifyClass("component:topic-list", {
showLikes: true,
});
});
});
إعجابَين (2)
CAX.DO
(Max)
19 مارس 2025، 2:15م
12
Hi
This component is very interesting, but it will cause conflicts when used in conjunction with discourse-theme-battle-axe-v2-common.
Contribute to TapparaCo/discourse-theme-battle-axe-v2-common development by creating an account on GitHub.
Roi
4 أبريل 2025، 12:16م
13
I just found an unformation in the developer console of my browser:
[THEME 59 ‘Add Like Column’] To prevent errors in tests, add a pluginId
key to your modifyClass
call. This will ensure the modification is only applied once.
Just wanted to bring this to attention - although I cannot fix it myself.
إعجاب واحد (1)