Hello,
i have followed some previous forums and have been able to achieve displaying the custom fields but adding the following code in components/com_easysocial/themes/wireframe/profile/default.header.php
the code i added was the following:
<span>
<?php $my = FD::user($id); echo $my->getFieldValue('school_selection');?>
</span>
<span>
<?php $my = FD::user($id); echo $my->getFieldValue('user-type');?>
</span>
<?php } ?>
what i would like to further achieve is to make the fields clickable juts like the other fields in this section so that when someone clicks on the field ('school_selection') they will see all the users who have that custom field.
i have attached a screen shot.
My second problem is that i followed your post which stated to replacing $id with $user to show users custom field, but that does not work. how do i display the users custom fields values?
Thanks