Notifications
Clear all

wpForo 1.x.x [Closed] wpforo social networks links problem on wordpress author widget

2 Posts
2 Users
0 Likes
1,107 Views
Posts: 5
Topic starter
(@wifiman)
Active Member
Joined: 5 years ago

I succes to change profile page in wpforo account, fields (Display Name, etc), and can be view on wordpress author box. BUT, when I fill social networks fields in wpforo account, its cant view on wordpress author box. Please help..

1 Reply
Sofy
Posts: 4303
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi wifiman,

The wpForo fields are designed to be displayed only on wpForo pages. In your case, if you want to display facebook field in author page, you need to add this code in the current page template in your active theme.

wpforo_member( $userid, 'facebook' );

Here are other examples for wpForo about and avatar fields:

wpforo_member( $userid, 'about' );
wpforo_member( $userid, 'avatar' );