Ajax search listing...

Posted in

Hi Devnull
In 'ajax search listing' is there a way to change the 'region' search box to a drop down that reflects a 'region' taxonomy I've created?
Nick Garnett

I like the post

Thanks for sharing nice information with us. i like your post and all you share with us is uptodate and quite informative, i would like to bookmark the page so i can come here again to read you, as you have done a wonderful job,ccip i like your work and would love to send this page to my friends so they can read more about ccna. i like to see more post form you on the same way as you have done in past and love to visit you again with ccna 640-802. keep working like this.... Have a wonderful time.
-----------------------------------
ccna security

How can I remove mls,

How can I remove mls, category and features from the block

details

Would you be willing to share the code and the specific details on how to convert the autocomplete form into a dropdown form?

HI Nick, There is away. You

HI Nick,

There is away. You (or a programmer) will need to edit the region form in ulistingblock/ulistingblock.module . It is located in the ulistingblock_normsearch_from.

Current it is an autocomplete form, it need to be switched to a "select" form.

An example SQL statement to pull regions from the database to populate your select box can be found in ulisting/ulistingapi.module ... the function is called ulistingapi_region_autocomplete()

cheers