I'm messaging you on behalf of a client of mine who has purchased the Custom User Fields add-on. I am trying to integrate some of the custom fields that we have added to their site - and all I have found is this php code:
<?php wpforo_user_field('field') ?>
The problem is that it displays the field info for the person visiting the site, I need a way to display the info for the member in the member loop..
<?php wpforo_user_field( $userId, 'field' ) ?>
I have tried the code above (after reading another post on this forum) with no luck, does that function have such capability? If not, can you point me in the right direction?