Notifications
Clear all

Bug with this smiley

3 Posts
2 Users
1 Reactions
182 Views
Posts: 1
Topic starter
(@malouk)
New Member
Joined: 3 years ago

hello,

There is a bug with the smiley ":d"

on the default group.

Capture d’écran 2024 11 02 192046

 

Capture d’écran 2024 11 02 191633
2 Replies
Astghik
Posts: 6177
Admin
(@astgh)
Illustrious Member
Joined: 7 years ago

Hi,

The developers are already investigating the issue. I’ll update the topic once we’ve completed our review.

Reply
Astghik
Posts: 6177
Admin
(@astgh)
Illustrious Member
Joined: 7 years ago

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/

Reply
Share:
Scroll to top