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.
Hi, I asked in another thread but thought I would start a new topic on this. For whatever reason, a member's signature doesn't show up until they've posted 5 times, (which is pointless). You have listed a snippet (below), but I, as well as others here, have stated it does not work and ends up breaking the page. I even tried changing the 0 to a 1 with the same effect. Can someone research this and perhaps provide a snippet that works?
add_filter('wpforo_min_rating_level_for_signature', 0);
Hi Trey,
Please provide us with the detailed steps you have followed.
You can either record a video or share some screenshots.
Here you go. I added & activated the snippet, cleared all wpForo & forum caches and site cache, then refreshed page. As you can see, it smashed the page. I can't scroll or see other comments.
Try this one:
add_filter('wpforo_min_rating_level_for_signature', function(){ return 0; });