Notifications
Clear all

[Solved] User Custom Field are not Showing in user profile

3 Posts
2 Users
1 Likes
614 Views
Posts: 4
Topic starter
(@perisaibanten165)
Active Member
Joined: 2 years ago

i just got this problem today, yesterday user custom field are showing in all user profile.. but now its only one user ( my account as admin ) that showing the user custom field... i dont know what is going on to the rest..
i updated the wpforo to the latest yesterday, but right after updating everything are working fine.. its just today suddenly the problem occur... 

this is the link to the list of participants in my website
https://forum.perisaibanten.com/forum/participants/
The user custom fields only showing at admin user account only, the rest of user profile are not working

Spoiler
in my user profile
image
Spoiler
in other user profile
image
2 Replies
Posts: 4172
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

@perisaibanten165,

Please note, that for spam protection reason the users who don't have any content in the forum they cannot display their profile fields. So the fields will be displayed once this user has created one approved post.

If you don't need this limitation, then 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');
1 Reply
(@perisaibanten165)
Joined: 2 years ago

Active Member
Posts: 4

@tomson ok thankyou so much, its working now

Share:
Scroll to top