hello,
There is a bug with the smiley ":d"
on the default group.
hello,
There is a bug with the smiley ":d"
on the default group.
Hi,
The developers are already investigating the issue. I’ll update the topic once we’ve completed our review.
Hi,
Please add the hook code below to your active theme's functions.php file, clear all caches, and check again:
add_filter( 'wpforo_emoticons_enable_pattern', function(){ return '#:[^:]{2,20}:|:\)|:\(|;\)|:{|:}|:d#i'; } );
Here is an article on how to Easily Add Custom Code in WordPress (Without Breaking Your Site): https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/