This topic is locked

Help remove advance search features

2/3/2010 3:52:36 PM
PHPRunner General questions
F
frocco author

Hello,
I have a page that has the advance search on it that calls the list page.
I want to remove some of the complexity.

  1. remove checkbox for NOT condition.
  2. Remove dropdowns for contains, equals and default to contains.
  3. Remove any and all condition and default to all.
    Thanks in advance.

J
Jane 2/4/2010

Frank,
use Visual Editor to change appearance of the advanced search page.

F
frocco author 2/4/2010

Jane,
Can I just delete the controls I do not wantand still have the search work?
I want to remove the not conditions and both dropdowns and default the search to contains.
Thanks

J
Jane 2/5/2010

Frank,
just add

style="display: none;"



to all columns you don't want to show. Here is a sample:

<TD class=editshade_lb style="DISPLAY: none; PADDING-LEFT: 10px">{$searchtype_FieldName}</TD>