 |

asifkilwani
Novice
Nov 6, 2002, 2:04 AM
Post #1 of 2
(1146 views)
Shortcut
|
|
quick search for auto manager
|
Can't Post
|
|
on my home page i 've to provide the quick search option. Can I have a small form which show me results and in result, i should have a "detail" linke which will redirect me to the each _publish_listing.html template?
|
|
|  |
 |

dlo_itools
Staff

Nov 7, 2002, 9:42 AM
Post #2 of 2
(1138 views)
Shortcut
|
|
Re: [asifkilwani] quick search for auto manager
[In reply to]
|
Can't Post
|
|
You can take snippets of HTML from the _search_query.html template and add it to your listings/agents home page. Remember to change the $cgiurl$ reference to $search_url$. For example, <form method=get action="$search_url$"> <input type="hidden" name="perpage" value="10"> <input type="hidden" name="sort_order" value="1,abc,forward"> <input type="text" name="lfield1_keyword"> <input type=submit name="search" value="Find it!"> </form>
/Dave Lo
|
|
|  |
|