Why some of the use...
 
Notifications
Clear all

[Closed] Why some of the users profile fields are not visible.

1 Posts
1 Users
0 Reactions
5,081 Views
Chris
(@chris)
Famed Member
Joined: 3 years ago
Posts: 3649
Topic starter  

wpForo has a function that prevents the display of user's profile fields if the current user doesn’t have any posts.

However, once the user has at least one approved topic or post, the user’s profile fields will be shown in the User Profile Tab.

The following code can be used to disable this function.

add_filter( 'wpforo_profile_field_displaying_restriction', '__return_false' );

 

Note that this option is not related to Min number of posts to be able to edit profile information option.

How to add PHP to WordPress (quick and easy)

This topic was modified 1 year ago 2 times by Chris

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.