No description
  • PHP 98%
  • JavaScript 1.2%
  • CSS 0.4%
  • HTML 0.4%
Find a file
2026-04-12 19:53:41 +08:00
config initialize release 2026-04-12 18:22:14 +08:00
emoji initialize release 2026-04-12 18:22:14 +08:00
event initialize release 2026-04-12 18:22:14 +08:00
language initialize release 2026-04-12 18:22:14 +08:00
styles/all 修复emoji搜索不可用 2026-04-12 19:53:41 +08:00
composer.json initialize release 2026-04-12 18:22:14 +08:00
ext.php initialize release 2026-04-12 18:22:14 +08:00
LICENSE-TWEMOJI-GRAPHICS initialize release 2026-04-12 18:22:14 +08:00
README.md initialize release 2026-04-12 18:22:14 +08:00

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

  1. Copy ext/local/emoji_pack into your phpBB installation under ext/local/emoji_pack.
  2. 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):

  1. Copy your SVG/PNG files into that folder.
  2. Update ext/local/emoji_pack/emoji/emoji.php with 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/all to 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.