Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

5 Posts
4 Users
1 Reactions
2,040 Views
Posts: 1
Customer
Topic starter
(@bar-feldman)
Member
Joined: 4 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
(@kylew)
Prominent Member
Joined: 4 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: 3 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
(@kylew)
Joined: 4 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: 4 years ago

That's good to know! Thank you!

Reply
Share:
Scroll to top