ondrej
March 9, 2020, 9:57pm
2
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 Likes
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 Like
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 Likes
No, there’s no way to do this at the moment. It would require changing how the reactions plugin works.
1 Like
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 Like
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
guystewart
(Guy Stewart)
September 9, 2024, 9:17am
8
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 Like
guystewart
(Guy Stewart)
September 9, 2024, 10:43pm
9
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.
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)
January 30, 2025, 4:08pm
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 Likes