hello,
There is a bug with the smiley ":d"
on the default group.
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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/