By Barry Boehme on Wednesday, 11 November 2015
Posted in General Issues
Likes 0
Views 419
Votes 0
Hello,

I would like to expand the existing smileys.
In what file should I enter the code for the new smileys? Path?

Thank you.

best regards,
barry
Hello Barry,

You can have a look on this file: ../administrator/components/com_easysocial/includes/bbcode/adapters/decoda/library/config/emoticons.json. To add additional smiley, you can add another line:


...
"sleep": [":z", "(sleepy)"],
"nerd": ["(nerd)" ],
"newsmiley": ["+_+" ] // this is a sample to add additional smiley.


Once you have added the code, you need to upload the smiley image in this folder ../media/com_easysocial/images/icons/emoji/. The file name has to be the same as stated in the file. In this case, it is 'newsmiley'. Therefore the file name is newsmiley.png. Hope this helps.
·
Wednesday, 11 November 2015 11:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Great, thank you
·
Wednesday, 11 November 2015 20:29
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Barry
·
Thursday, 12 November 2015 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post