- Edited
Flarum emojis not showing up
I've confirmed this both here on discuss and on my own dev forum (both are running the latest nightly
Flarum build.
Thanks for flagging this up, we'll investigate ASAP!
I think this is known from earlier versions. The emoji library changed the sorting and that's why non-emoji emoji's are showing first. We could look into resorting the mapping.
This change happened in Flarum release 1.3.0 when we updated simple-emoji-map
library from 0.4 to 0.5 which added new emojis to the list including at the very beginning of the list. The emoji picker doesn't have special logic, it always shows the emojis in the original order from the list filtered by the keyword. When no keyword is entered it just results in the beginning of the full list being shown. It just so happened it started with the faces category and the first few of that category happened to be commonly used emojis. Though I remember that selection also contained a few very similar emojis because of that fact.
I would be in favor to switching to a custom curated list of emojis when no keyword is entered. If we expose that list through an extendable javascript method or forum attribute this would even give an easy opportunity for extensions to change it if needed.
- Edited
clarkwinkelmann Hiçbir anahtar kelime girilmediğinde, özel olarak seçilmiş bir emoji listesine geçmekten yanayım.
It would be perfect if we could replace them with popular (laughing, crying, angry, heart) emojis. Number emojis are pretty useless.
Greetings dear flarum developers,
The problem in this topic still continues today. I can give my own community as an example. Can you offer any solution to this issue?
Umutcan https://discuss.flarum.org/d/4787-emoji-picker
i use the Emoji Picker extension, i can recommend it as a workaround
huseyinfiliz Thank you, yes I already knew that Clark had such an extension, but I think this bug in the kernel will definitely come to the fore again. Whether it would be right to call it a bug is debatable, of course.
Fixed with 2.0 here