Notifications
Clear all

How to Display wpForo User Custom Fields , in members tab and other places.

5 Posts
4 Users
1 Likes
1,362 Views
Posts: 1
Customer
Topic starter
(@bar-feldman)
Member
Joined: 2 years ago

How it possibble to show under the name of each member in members tab, the company field from wpForo User Custom Fields, or any other custom field I added there.
Thank you.

4 Replies
Kyle
Posts: 728
 Kyle
Admin
(@kylew)
Prominent Member
Joined: 3 years ago

Hi @bar-feldman,

You can reach this by doing theme customization,

This is the Doc for theme customization:

https://wpforo.com/docs/root/forum-themes/theme-customization/

<?php wpforo_user_field( 'field', $userId ) ?>

Change the red marked field name with the field name which you need.

also change the red marked variable($userid) with the needed one.

Reply
2 Replies
Customer
(@santiago-pardo)
Joined: 2 years ago

Member
Posts: 4
Posted by: @kylew
<?php wpforo_user_field( 'field', $userId ) ?>

Change the red marked field name with the field name which you need.

also change the red marked variable($userid) with the needed one.

 

How to do the same, but they're also editable by the user?

I'm looking to make a specific page only for "privacy" related fields

Reply
Kyle
 Kyle
Admin
(@kylew)
Joined: 3 years ago

Prominent Member
Posts: 728

@santiago-pardo,

Posted by: @santiago-pardo

I'm looking to make a specific page only for "privacy" related fields

I don't follow you.

Reply
Posts: 1
(@rubiewinn)
New Member
Joined: 2 years ago

That's good to know! Thank you!

Reply
Share:
Scroll to top