Giter Site home page Giter Site logo

emojione-phpbb's Introduction

#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.

emojione-phpbb's People

Contributors

sylvaindurand avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.