Notifications
Clear all

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.

 

[Solved] User Profile

3 Posts
2 Users
1 Reactions
500 Views
VereK
Posts: 522
Topic starter
(@verek)
Honorable Member
Joined: 8 years ago

In 2.0.6 there is a new "feature"

  • Spam Protection: Don’t show profile fields for users who don’t have content

Is there a function to turn this off? 

It renders the Custom Profile Fields plugin near useless for my purposes.

 

2 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @verek,

Please use this PHP hook code in Code Snippets plugin or in the functions.php of current active WordPress theme.

add_filter('wpforo_profile_field_displaying_restriction', '__return_false');
VereK
Posts: 522
Topic starter
(@verek)
Honorable Member
Joined: 8 years ago

Thank you @Robert