Notifications
Clear all

[Solved] Can’t see members signatures

6 Posts
2 Users
0 Reactions
192 Views
Posts: 7
 314r
Topic starter
(@314r)
Active Member
Joined: 2 weeks 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: 5286
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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: 2 weeks 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: 2 weeks 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: 7 years ago

Support Team
Posts: 5286

@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: 2 weeks 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