Search Results Edit

on search results i have another field setup for the users full_name and id like to display the persons name instead of their user name.. ive been able to edit several other things on this page but have been unable to find where i can echo the full_name rather than NickName?

any thoughts???

Quote · 23 Jan 2009

Full name on browse page

 

 

Full name on search page:

 

Edit inc/members.inc.php

 

// Template customizations

// profile Nick/Age/Sex etc.

$nick = '<a href="' . getProfileLink( $p_arr['ID'] ) . '">' . $p_arr['NickName'] . '</a>';

edit to

 

// Template customizations

// profile Nick/Age/Sex etc.

$nick = '<a href="' . getProfileLink( $p_arr['ID'] ) . '">' . $p_arr['FullName'] . '</a>';

Quote · 24 Jan 2009

i made the change and its still showing nicknames in search results....

Quote · 26 Jan 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.