Skip to content

rugk/emojione-phpbb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Emoji One for phpBB 3

Preview

This repository provides a full installation of Emoji One, a complete open source emoji set, to replace phpBB 3.x default smilies. It includes 1 625 smilies and 2 172 shortcuts.

Installation

  1. Download and extract the package.
  2. Put emojione folder and emojione.pak file into phpBB' /images/smilies/ folder.
  3. Change SMILEY_LIMIT to 3000 in includes/constants.php
  4. In phpBB administration panel, go to Posting tab, then to Smilies section, and select Install smilies package.

Extend to Emoji

Since version 3.2, phpBB automatically converts emojis to images, but from a different provider.

To change it, edit /vendor/s9e/text-formatter/src/Plugins/Emoji/Configurator.php and change the line:

return $template;

With:

return '<img alt="{.}" class="smilies" src="./images/smilies/emojione/' . '{@seq}.' . 'svg" />';

Troubleshooting

If you get an error message like Fatal error: Allowed memory size of x bytes exhausted (tried to allocate x bytes), modify your php.ini configuration file and try to increase max_input_time, memory_limit and max_execution_time variables.

License

Emoji One artworks are published under License Creative Commons Attribution 4.0 International.

The python code is written by Sylvain Durand and released under License MIT.

About

Emoji One smilies for phpBB 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages