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.
Add new emoji in 2.2?
Zhaan
✭✭
Hiya! Quick question, how do I add new emoji sets in 2.2? It seems to differ from previous versions.
Thanks!
Tagged:
0
Best Answer
-
Dr_Sommer ✭✭
Hmm... if I recall it correctly:
- in
Plugins/EmojiExtender/emoji
pu your Smilies Folder - there in the
manifest.php
you have to list your Smilie tokens and Smilie Filenames then in class.emojiextender.plugin.php you have to activate them!
find:$this->addEmojiSet('twitter', PATH_ROOT."$root/twitter/manifest.php", "$root/twitter");
and add:
$this->addEmojiSet('YOURSMILLIES', PATH_ROOT."$root/YOURSMILLIES/manifest.php", "$root/YOURSMILLIES");
I think then it shows in the
Dashboard -> Plugins -> Emoji sets
settings, where you can activate them...6 - in
Answers
Ah, nevermind. I failed to realize it was a plugin called EmojiExtender.
Turns out you just have to add a new folder for your emoji sets.
EDIT: Although.. I still can't make them show up in the dashboard. I have a folder with emoji, a preview.php and a manifest.php.
Hmm... if I recall it correctly:
Plugins/EmojiExtender/emoji
pu your Smilies Foldermanifest.php
you have to list your Smilie tokens and Smilie Filenamesthen in class.emojiextender.plugin.php you have to activate them!
find:
$this->addEmojiSet('twitter', PATH_ROOT."$root/twitter/manifest.php", "$root/twitter");
and add:
$this->addEmojiSet('YOURSMILLIES', PATH_ROOT."$root/YOURSMILLIES/manifest.php", "$root/YOURSMILLIES");
I think then it shows in the
Dashboard -> Plugins -> Emoji sets
settings, where you can activate them...