By Avinash on Monday, 23 June 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 546
Votes 0
Hi Guys,

Just had a couple of questions with regards to the way users are displayed in the search field. I understand this is customization and that you guys are reeeealy busy with 1.3 so please answer only if you can... (I know this is customization info!)

I have installed EasyBlog which has a Biography field component. When search displays a user instead of showing No of Freinds and No of Followers I need to display information from the EasyBlog Bio Custom Field.

This would allow users to read a little about the user before checking the persons profile out!

Can you help?

Thanks
Avinash
Hello Avinash,

You need to customize the theme files and include your codes to output the person's custom fields details. For instance,


<?php
echo $user->getFieldValue('UNIQUE_KEY');
?>


The UNIQUE_KEY value here is defined in the custom field
·
Tuesday, 24 June 2014 00:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for this Mark!

Cheers
Avinash
·
Tuesday, 24 June 2014 18:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Avinash,

You're welcome
·
Wednesday, 25 June 2014 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post