- Edited
Hello! Is there any plan to add this extension on freeflarum? Or is still too early in its development?
Hello! Is there any plan to add this extension on freeflarum? Or is still too early in its development?
TB54 that's up to the folks at FreeFlarum. Extension authors have no control over it. It seems like the existing request had to be closed due to incompatibility with another extension https://github.com/gwillem/freeflarum.com/issues/237
Oh ok, too bad (not sure what is this "EmojioneArea" they are talking about, as it is not an extension proposed in freeflarum). Thanks for the info!
Hello, thanks for the wonderful plugin. My version of flarum/core is 1.3, and here are some front-end problem of the forum with this plugin.
There are 404 warning of requesting resource, and when I inserting customized emoji, here are some err.
I want to know how to fix it.
tohsakarat
Hello, I bypassed the bug by myself. I consoled the selection
object . It showed that it does not has .attributes.text_to_replace
property. That's why there is front-end err.
So I replaced this line and it works. So now the name
and the code
of custom emoji must be the same.
After all, it works.
Finally, are you Chinese? Maybe we shall not communicate in English.
Hi friends. How to change color background in black? And the color of the selected emoticon to white?
@Kylo
badlife333 damn, i hope they fix it, this is why I hope flarum comes up with a better solution to ensure extensions follow at least a bare minimum of standards for compatability.
Hello everyone. Does anyone know how to have, in your message, the same emoji aspect (without a border) than the emoji in the flamoji selector?
I tried all the options (I think?) without result.
Also, even when you unbox categories in the admin panel, the concerned emojis are still present in the selector (you just don't have displayed the titles of those categories anymore). Is it normal?
TB54 natively the Flarum post composer shows the raw post content, which include showing the raw emoji Unicode character instead of an image. So the look of the emoji in the composer will depend on your operating system. Only the picker and preview use a common "forced" image across all platforms.
That's how the Flarum native emoji extension works, that's how my emoji picker extension works and I assume it's also how this extension works (I haven't used it though).
As far as I know, only the "WYSIWYG / Rich Text Editor" extension adds WYSIWYG-like behavior to the post composer. All other extensions rely on Flarum's default text editor which will always use the operating system to display special characters like emojis.
clarkwinkelmann The look is the same in the posted message (with border) than in the composer.
But I don't really understand, if it's related to my operating system: why does it works on this forum (the flarum one)? Here, the emojis look the same as in the selector (= without border).
TB54 do you have the original "Flarum Emoji" extension still enabled?
Again I'm not sure how this particular extension works but in my own picker extension, I didn't change the rendering of emojis in the post, so the original Flarum Emoji extension was still the one responsible for changing the images in the post. If that extension was disabled, then emojis would be kept in their native Unicode format and each operating system would also impact how they look in the final post.
clarkwinkelmann do you have the original "Flarum Emoji" extension still enabled?
Oh no thanks, indeed that did the trick!
It still appears with a border in the composer, which is a little weird, but the previewed/posted message have the right ones.
For anyone handling this extension, I'm also still interested in knowing if there is a way to show only one type of emoji in the selector (even if I can use CSS to hide them I suppose).
i wanna just only show custom emoji.
i have tried changing the js file in the vendor but it doesn't work anyway,but i have heard that the js file in public/extensions/the-turk-flamoji/dist needs to be changed, but I don't know where to change it,does anyone know?
Hey,
Currently emojis on box are loading from maxcdn
like https://twemoji.maxcdn.com/v/13.0.0/svg/1f611.svg
.
I just downloaded all of svg files and uploaded on my own server. But how can i force all emojis to load like https://mywebsite.com/assets/emoji/svg/1f611.svg
I just edited 3 files that had maxcdn url but emojis keep loading from "maxcdn".
masihdindar I don't really know, but maybe you should refresh cache of Flarum to apply changes
masihdindar oh IIRC the URL's are hardcoded in emoji-button repository (dependency), can't change it from here