Aug 09, 2025 3:57 pm
A restriction exists for a new user to edit their member profile based on the number of approved posts the user has created. I want to set this value to "0". There is no option to accomplish this in the WP Foro settings that I can find.
Is there a PHP snippet that can handle this? I picked up this snippet from a previous post on the matter, but it doesn't do what I'm looking for.
add_filter( 'wpforo_profile_field_displaying_restriction', '__return_false' );
3 Replies
Aug 10, 2025 4:11 pm
wpForo --> Settings --> Spam Protection --> Min number of posts to be able to edit profile information
Aug 11, 2025 1:52 pm
Thanks a bunch!!!
Aug 13, 2025 7:51 pm