Notifications
Clear all

[Solved] Display account information on profile tab

9 Posts
3 Users
2 Likes
616 Views
Posts: 18
Topic starter
(@pierre_karma)
Eminent Member
Joined: 2 years 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

8 Replies
Posts: 18
Topic starter
(@pierre_karma)
Eminent Member
Joined: 2 years ago

@chris Would you have a solution for me? 

Thank you

Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 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: 18
Topic starter
(@pierre_karma)
Eminent Member
Joined: 2 years ago

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

5 Replies
(@pierre_karma)
Joined: 2 years ago

Eminent Member
Posts: 18

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

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@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: 2 years ago

Eminent Member
Posts: 18

@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: 6 years ago

Honorable Member
Posts: 497

@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: 2 years ago

Eminent Member
Posts: 18

@verek That works! Thank you so much Verek!