Notifications
Clear all

Enable Member Profile Editing

4 Posts
3 Users
0 Reactions
119 Views
Posts: 2
Topic starter
(@david-k)
New Member
Joined: 4 weeks ago

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' );

Topic Tags
3 Replies
Posts: 17
(@ww_hoax)
Eminent Member
Joined: 2 months ago

wpForo --> Settings --> Spam Protection --> Min number of posts to be able to edit profile information

https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#min-number-of-posts-to-be-able-to-edit-profile-information


Reply
Posts: 2
Topic starter
(@david-k)
New Member
Joined: 4 weeks ago

Thanks a bunch!!!  


Reply
Posts: 10
(@jungle)
Active Member
Joined: 1 month ago
ChatGPT said:

Glad you got it sorted, David. That setting can be a bit tricky to find at first.


Reply