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".
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". |
bumpage |
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 |
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 |
Tried editing that stuff to no avail. Anybody have a solution to this? Thanks! |