No description
- PHP 98%
- JavaScript 1.2%
- CSS 0.4%
- HTML 0.4%
| config | ||
| emoji | ||
| event | ||
| language | ||
| styles/all | ||
| composer.json | ||
| ext.php | ||
| LICENSE-TWEMOJI-GRAPHICS | ||
| README.md | ||
Local Emoji Pack (phpBB)
This extension adds a modern, local emoji picker to the phpBB posting editor. It ships with a local Twemoji SVG set stored on the forum server (no external CDN).
Install
- Copy
ext/local/emoji_packinto your phpBB installation underext/local/emoji_pack. - In the phpBB ACP, enable Local Emoji Pack.
Add or replace emoji
Emoji files are loaded from:
ext/local/emoji_pack/styles/prosilver/theme/images/emoji/
To replace the placeholder set with a full pack (e.g., Twemoji SVGs):
- Copy your SVG/PNG files into that folder.
- Update
ext/local/emoji_pack/emoji/emoji.phpwith the new filenames and emoji codes.
Notes
- The picker supports search, group and subgroup headings, and lazy loading for large sets.
- Assets are provided under
styles/allto work with any style. - The UI is injected into the posting editor via template events, so it survives core updates.
- Emoji assets imported from Twemoji v17.0.2.
- Twemoji graphics license is included in
LICENSE-TWEMOJI-GRAPHICS.