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.

 

[Solved] Can’t see members signatures

6 Posts
2 Users
0 Reactions
422 Views
Posts: 7
 314r
Topic starter
(@314r)
Active Member
Joined: 4 months ago

Hello,
Signatures are enabled in group permissions and in the member settings/profile module, but you can't see members' signatures at the end of their topics.

Deepl translate

5 Replies
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi,

Please follow the solution provided here: https://wpforo.com/community/general-forums-bug-reports/signatures-min-post-short-code-breaks-pages/#post-124277

Reply
4 Replies
 314r
(@314r)
Joined: 4 months ago

Active Member
Posts: 7

Hi,
Thanks for the feedback,
I'll give it a try but please tell me in which file should I enter the code?

Reply
 314r
(@314r)
Joined: 4 months ago

Active Member
Posts: 7

In fact, I need to know the path of the file into which I need to paste this code. Which wpForo folder is it in and what name does it have?

I'm asking because it's not at all clear to me.
I know my way around html and css, but that's about it. The other digital languages I don't know at all.
Thank you for your understanding.

Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5486

@314r 

You should insert the code into your active theme functions.php file. 

Helpful article: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/

Reply
 314r
(@314r)
Joined: 4 months ago

Active Member
Posts: 7

@sofy 

Thank you, this problem is solved,
much appreciated

add_filter('wpforo_min_rating_level_for_signature', function(){ return 0; });

Pierre

Reply