I'm having an issue where signatures do not appear, seemingly for members with only a few posts.
I've tried adding the filter listed here, but it generates an error and breaks some threads: User Signatures not showing on posts – How-to and Troubleshooting – wpForo Support Forum
This seems to be the case for another user: Forum Members Sig Not Viewable – Bug Reports – wpForo Support Forum
Can you please confirm whether the below filter is still correct? Or is there another updated method of ensuring signatures are visible on all posts regardless of forum reputation. My forum has closed membership so spam protection is not a concern for me.
add_filter('wpforo_min_rating_level_for_signature', 0);
Did you ever hear from anyone on this? I am having the same issue, and that snippet DOES NOT WORK (despite seeing them suggest it in a couple of different threads)
Yes, you can use the code.
For those having this issue, I came back here to share the alternate snippet @sofy sent me in another thread that seems to have done the trick.
The (good) Snippet:
add_filter('wpforo_min_rating_level_for_signature', function(){ return 0; });
The other thread:
https://wpforo.com/community/general-forums-bug-reports/signatures-min-post-short-code-breaks-pages/