Notifications
Clear all

Limited Support

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.

 

Bug with this smiley

3 Posts
2 Users
1 Reactions
446 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: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

Hi,

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

Reply
Astghik
Posts: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 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