AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Triple Asterisks Causing Bold Red Text

3 Posts
2 Users
1 Reactions
835 Views
marsm
Posts: 221
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@marsm)
Reputable Member
Joined: 5 years ago
[#62245]

I’m running forums at Renewable Heating Hub using wpfofo, and I’ve come across a strange formatting issue. When I enclose text with two pairs of triple asterisks (e.g., *\*\*some text*\*\* (without the \\\)), the result is bold red text with the asterisks removed.

The same issue occurs on the forums here too. *\*\*some text*\*\* = some text

The issue only happens occasionally. For example, yesterday it occurred with some R output that unintentionally used two pairs of triple asterisks.

Does anyone know:

1. What might be causing this behaviour?

2. Is there an escape character or method I can use to stop the asterisks from being processed this way?


2 Replies
Sofy
Posts: 5776
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi,

This is designed by the plugin. However, you can disable it using the hook code below:

add_filter( 'wpforo_allow_replace_3asterisk', '__return_false' );

This article should be helpful for you: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/


1 Reply
marsm
(@marsm)
Joined: 5 years ago

Reputable Member
Posts: 221
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@sofy thank you!


Share: