UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

display custom fields on profile with links

alex shvarts · ·
11:31 AM Tuesday, 01 September 2015
None
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
The replies under this section are restricted to logged in users or users with an active subscription with us