Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2457

Extension Writers Discussion • How can I remove the twitter emoji replacement?

$
0
0
Hi,

the class phpbb\textformatter\s9e, line 355 and contains a section where standard emojis are replace by icons from //cdn.jsdelivr.net/gh/twitter. I don't want the replacement. The icons are not looking good and I must not have emojis from external source which I have to explain in the dataprotection description.

The event is core.text_formatter_s9e_configure_after. Can I just remove this implementation in a plugin with this code?

$tag = $configurator->Emoji->getTag();
$tag->template = null;

Statistics: Posted by harryk — Sat Mar 08, 2025 6:32 pm



Viewing all articles
Browse latest Browse all 2457

Trending Articles