Displaying names in extended search

Is there a way to display real names in extended search?  What would I have to insert in the code to accomplish this?

Also is there a way to remove the flag function?  I've removed the gif referenced but now it just says "flag".

Quote · 8 Jan 2010

bumpage

Quote · 8 Jan 2010

I got the flag issue fixed, if anybody wants the code I'll gladly supply it.

Anybody know how to add those real names in the extended search?  I have created an input on the join form for "full name", I just need to know where to put this stuff.

Thank

Quote · 9 Jan 2010

I was able to modify a few pages and get names to show up in the search result. In your case this is what you need to do.

In bxbasesearchprofile.php scroll down and look for "$aKeys = array("

add this line to the existing definitions

'name' => process_line_output($aProfileInfo[FullName]), "FullName" being the new database field you created to store the full name of your members. I took a stab at you calling it FullName..

Then you need to edit search_profiles_ext.html and replace

__Nick__

with

__name__

This should then display the new field in the search results. I got it working on my site, so I know it works. Let me know

-hank

Quote · 1 Feb 2010

Tried editing that stuff to no avail.  Anybody have a solution to this?

Thanks!

Quote · 23 Mar 2010
 
 
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.