You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#101120 JCE smilies in EasyDiscuss

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by urzh234 on Monday, 16 September 2019 20:25 BST

urzh234
Hey, so i noticed that smilies won't work in EasyDiscuss because they are not bbcode. I asked the developers if they will support in future and they said maybe. So it is possible to show only bbcode smilies in the editor this way? My site is https://ukbouncehouse.com

Ryan
You can create a custom set of emoji to use, which can be bbcode. In media/jce/emoji, create a file called emoji.json and add the bbcode emoji as a JSON string, where the key is the bbcode and the value the label or description, eg:

[{
	":)" : "Smile",
	":(" : "Sad",
	":D" : "Laugh",
	";)" : "Wink",
	":o" : "Surprised",
	":p" : "Tongue"
}]
Then, in Editor Profiles -> Plugin Parameters -> Emoticons, set the Emoticons URL field value to media/jce/emoji/emoji.json See attached file.

Attachments

emoji.zip

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

urzh234
Thanks Ryan. It works, but I decided to disable smilies for now until more native support is offered in EasyDiscuss