1

Topic: quick search any field not working when search link does

Hi,

I made an "either" field in the search template, which works great under the search link.  The "either" option does not come up in the quick search however. Any ideas of why?  I took out gender2 from searches since it mucked things up. I assume people just need to know the gender they are looking for - which may be both male and female.  I took out the search labels for both, so there is only one gender1 label.

My page is www.compatible2u.com if you need a reference

Here's my modification in the search template
<!-- ELSEIF field_type = "combo" -->
  <!-- IF field_label = "gender1" -->
    <select class="select" id="field_{field_label}" name="{field_label}">
      <option value="">either</option>
      {dropdownlist:field_items,field_value}
    </select>

2

Re: quick search any field not working when search link does

have a look at your ext.quick_search.tpl
and this :
http://www.vldpersonals.com/wiki/customization/tutorials/creating_any_option_in_the_drop_down_list?s=search%20any

Last edited by seeme101 (2008-05-12 22:17:07)

Not only am I a Staff member,  I'm also a Client

3

Re: quick search any field not working when search link does

Hi Seeme...

sorry forgot to respond that this worked great. I didn't notice the quick search template (too new and dumb)

Thanks!!!

4

Re: quick search any field not working when search link does

glad to help...
with any new program there is a learning curve smile

Not only am I a Staff member,  I'm also a Client