Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How does the Editor built the Emoji array in $toolbarDropdownEmoji
phreak
MVP
Hi all,
I've tried to figure out how the new Editor builds the dropdown with the emojis and how i it is possible to add more emojis to this array. I ran trough the files and the code of the editor plugin but couldn't find the references that load the sole smiles into the popup.
Does anyone know how the actual list of of emojis is built and which file i would have to edit?
Thanx
phreak
- VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
- VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
0
Comments
You can add more by adding to the editorlist in the emoji manifest.php.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
you could also clone a set of emojis in emoji extender plugin. and change the editor array in your cloned set's manifest.php (use images you want from either resources or another set and modify the manifest.php to reflect what you want and need. then it will not get overwritten when you upgrade.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanx @Bleistivt and @peregrine. Works!