Notifications
Clear all

[Solved] Display account information on profile tab

9 Posts
3 Users
1 Likes
298 Views
Posts: 17
Topic starter
(@pierre_karma)
Eminent Member
Joined: 1 year ago

Hi, 
A similar question from a previous topic...
I can’t find the option to display the ABOUT ME section below the reputation on the PROFILE tab. 
it does display well for members who had activity already under their account but some people have 0 topics and 0 posts....and these ones my client would like to show their ABOUT me section as well. 
What option is that? 

Thank you, 
Pierre

wpForo Version
2.1.1
WordPress Version
6.1
8 Replies
Posts: 17
Topic starter
(@pierre_karma)
Eminent Member
Joined: 1 year ago

@chris Would you have a solution for me? 

Thank you

Chris
Posts: 3507
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi @pierre_karma,

About Me filed is in the Account tab, if the Min number of posts to be able to edit profile information option is enabled new users with 0 posts cannot edit their accounts and cannot manage the About Me field.

Posts: 17
Topic starter
(@pierre_karma)
Eminent Member
Joined: 1 year ago

Thanks @Chris
Well, it is set to 0...should I set the field empty?

5 Replies
(@pierre_karma)
Joined: 1 year ago

Eminent Member
Posts: 17

Can’t make empty....so not sure why we can’t see the ABOUT ME...

Chris
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3507

@pierre_karma,

the option should be set to 0, so that all users, even those who don't have any posts, could edit their account information.

So now create a new account and check can you edit the account tab, if yes then all you need to do is fill in the About Me field and save the account changes.

 

(@pierre_karma)
Joined: 1 year ago

Eminent Member
Posts: 17

@chris I am very sorry but it does not work...
I filled in the about me section for 1 old user, does not display...

I then created a new user, filled in the about me section with text...same, it does not display when I login from another username...

VereK
(@verek)
Joined: 5 years ago

Honorable Member
Posts: 403

@pierre_karma 

You will need to run a snippet along the lines of

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

Eminent Member
Posts: 17

@verek That works! Thank you so much Verek!