Forum Members Sig N...
 
Notifications
Clear all

[Closed] Forum Members Sig Not Viewable

6 Posts
2 Users
0 Reactions
473 Views
Posts: 1187
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

The default usergroup on ym forum "forum member" seems to not display members sigs, even though the boxes are ticked for them to add and view sigs in the user group section. Is this a problem across wpforo like a bug or is it just my site?

It will display their sigs on their profiles, but not on their posts, its a strange one....

I have looked but have no idea why it isn't working, or how to fix it. Can anyone offer any advice?

5 Replies
Posts: 992
Moderator
(@martin)
Support Team
Joined: 8 years ago
4 Replies
(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1187

@martin 404 page not found...

Moderator
(@martin)
Joined: 8 years ago

Support Team
Posts: 992

@percysgrowroom,

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);
(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1187

@martin the user in question has over 100 posts on my forum but we cant see his sig.... It seems a bit excessive imo. Maybe this rule can be removed in a future update?Β 

Β 

(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1187

@martin I added this code to the functions php and it broke the theme, i dont want o install another plug in just for this, so is there another way?