PDA

View Full Version : Change database search results format


petersonrw
02-09-2005, 02:06 PM
I'd like to customize the way the search results display following the execution of a search. Do you have any examples of how to do this?
Thanks,
Bob Peterson

SteveR
03-24-2005, 08:53 PM
While I have the dbsearch_base.php file on the brain...time to ressurect an old thread.

Do you have an example of how you would like the results to look? Even if it is a drawing, if I can see it, maybe we can get something done.

If you just want to dive in, look at /sohoadmin/program/modules/mods_full/database_manager/shared/dbsearch_base.php

The table with the search results data is built starting at line 570.

-Steve

Bradnjxn
09-07-2005, 05:04 PM
Steve - I have modified the "/sohoadmin/program/modules/mods_full/database_manager/shared/dbsearch_base.php" code and it didn't affect my search results page. I am using a search I created with the Data-Table Search Wizard. Did I edit the wrong thing?

Cameron Allen
09-07-2005, 05:16 PM
Bradnjxn,
The dbsearch_base.php file is the file that constructs database searches. If you change this file, only searches created after the change will be affected. However, you can edit database table searches by downloading an already created search from the media folder. The search should be named UDT-Search_Doctor_List.inc or something to that effect. This include controls the display, as well as all other aspects of the search.

Bradnjxn
09-07-2005, 05:43 PM
Cameron,

That is Awesome! Thanks! That's the fastest anyone has ever answered any question!

Cameron Allen
09-07-2005, 05:50 PM
Glad I could help =] .

petersonrw
02-25-2006, 05:26 PM
Perhaps i can jump in here again.

Do you have any examples of the custom include details page for database searches?

Also, I'd like to change the colors and text as well as the width of the pull down selection list on the initial selection / search form.

Thanks,

Bob