Allows users to react to content or comments with emojis.
Similar to the "Like" module, but allows multiple reaction emojis, such as: π π π π π β€οΈ
The available emoji selection is customizable from this list.
Possibility to:
You can:
Version 1 was funded by the Transition Movement.
Some advanced settings are available by changing the value of public fields of the Module.php
file (documentation here).
By default, available emojis are located in your-humhub/static/img/emoji
.
You can create a new folder on your server containing your custom emoji list (SVG files).
Then, change the values of the emojiPath
and emojiUrl
fields by editing the common.php
file (documentation here). Example:
return [
[your other values]
'modules' => [
[your other values]
'reaction' => [
'emojiPath' => '@webroot-static/img/my-custom-emojis',
'emojiUrl' => '@web-static/img/my-custom-emojis',
]
]
]
Flush HumHub cache in Administration -> Settings -> Advanced -> Caching