Opened 7 years ago

Closed 7 years ago

#16799 closed Task (invalid)

Disable smiley

Reported by: jmvau54 Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

in bbcode/plugin.js, (line 53) there is a smileyMap to convert string to img and some methods to do this But I want to remove this. In my case, replace :p by an image is a problem.

Thank

mlewandowski > jmvau54

I see that smileys are simply hardcoded in bbcode plugin. The solution here would be simply to add a config option that disables this feature. For that please fill a feature request in our issue tracker http://dev.ckeditor.com.

If you're looking to have it asap the only option for you would be to fork bbcode plugin, and use your own forked version untill the thing is fixed. Also don't forget to send us a pull request, that would definitely speed up things on our side.

Change History (1)

comment:1 Changed 7 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.7.0 (GitHub - major)

As you probably know there is no standard for bbcode and bbcode plugin is in fact something like a starting point to create your own "bbcode parser". We have chosen such solution for this plugin and in our opinion it is correct. If anyone doesn't like it he can always alter it. We are however not going to work on it, sorry.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy