Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

AJAX Chat and Emoticons

darkalchemy edited this page Jul 15, 2018 · 1 revision

to add an emoticon to AJAX Chat

  1. add the emoticon to public/images/smilies/
  2. add the call code, ie. :) to emoticonCodes in chat/js/config.js
  3. add the file name to emoticonFiles in chat/js/config.js
  4. emoticonDisplay controls which emos are displayed below the text input area 0 or blank = does not display 2 = display
  5. the above 3 must be added in the same position in the array