Notifications
Clear all

[Solved] Issue with profile fields not showing to others

3 Posts
2 Users
0 Reactions
433 Views
Posts: 3
Topic starter
(@zuroma999)
Active Member
Joined: 1 year ago

Having a weird issue, where members are not able to see other user's information on their profile (About Me, etc.) unless I turn on "Dashboard - Can edit member" for that usergroup.

For example, I as an admin, go to a member's profile and cannot see the extra information on their profile (About Me, timezone, etc.) unless I turn on the "Can edit member" for the Member usergroup, even though everything is already turned on for Admin usergroup.

A member can look at an Admin user profile and see their About me and other information, but cannot see the same for other members.

I've attached an image for the Member usergroup. Everything is turned on correctly, but it seems only if "Dashboard - Can edit member" is turned on (which I would never do for real) can members see other's member's information.

Any help to fix this issue is appreciated.

 

2 Replies
BlackRaz
Posts: 406
Admin
(@blackraz)
Contributor
Joined: 8 years ago

Hi @zuroma999 ,

To prevent spam accounts and the inclusion of spam descriptions or links, we have implemented functionality for this purpose. Users will have their account information displayed only when they have one or more approved posts in the wpForo forum.

If you wish to disable this restriction, you can achieve it by adding the following code snippet and deactivating this feature.

add_filter( 'wpforo_profile_field_displaying_restriction', '__return_false' );
1 Reply
(@zuroma999)
Joined: 1 year ago

Active Member
Posts: 3

@blackraz Thank you! That resolved it. Since my forum is for paid members only, I'm not too worried about spam.