Notifications
Clear all

Script [Solved] User Signatures not showing on posts

2 Posts
2 Users
0 Reactions
455 Views
Posts: 18
Topic starter
(@jsprfrmn)
Eminent Member
Joined: 4 years ago

Hello. User signatures not showing on forum posts. User Signature on in settings.

Here is the sample post:

I could not understand whats the problem. Can you help me please?

1 Reply
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @jsprfrmn,

By default, wpForo allows showing signatures for at list first level of reputation (1 star). By default, it's 5 posts. This is another level of spam protection. As far as I see, this user has only 4 posts. His signature will be displayed in one post.

If you want to remove this limit, you should put this hook code in either a PHP code snippet of Code Snippets plugin or directly in the functions.php file of your current active theme:

add_filter('wpforo_min_rating_level_for_signature', 0);