...
This plugin is created with the use of JavaScript emoji picker, specifically on the release of Release v3.1.1.
Info |
---|
If you are using DX7 or older, you will need to update the emote column to support storing emotes in the database. (For more information, DX7 or older is using utf8mb3 encoding) For example, after importing the sample app, you should run the SQL code below to change the emote column to utf8mb4 encoding. |
Code Block | ||
---|---|---|
| ||
ALTER TABLE `app_fd_efesa_store`
CHANGE COLUMN `c_emote` `c_emote` LONGTEXT
CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL; |
Plugin Information
Plugins Available in the Bundle:
...
Name | Description |
---|---|
ID * | Menu element unique ID |
Form to store Like Dislike Emote * | External form to store emote value |
Emote Field * | Field of external form to store emote value of current form |
Foreign Key Field * | Field of external form to store foreign key (id of current form) |
...
Name | Description |
---|---|
Button Icon Text * | Emoji picker button, icon or text can cannot be null |
Button Background Color | Emoji picker button background color |
Button Icon Color | Emoji picker button icon color |
Reactions Button Background Color | Emoji reaction button background color when button is not reacted |
Reactions Button Text Color | Emoji reaction button text color when button is not reacted |
Reactions Button Reacted Background Color | Emoji reaction button background color when button is reacted |
Reactions Button Reacted Text Color | Emoji reaction buttontext color when button is reacted |
...