stecciu1 wrote:
QUOTE:
Hi to everyone!
I'm just modifying the quick search module to apport some modify at the query of the search.
Somebody knows where I can find the query?
Somebody knows where is the query of the quick search module?
Thx to all!<br><br>Post edited by: stecciu1, at: 2008/01/07 14:35
The query is in COMPONENTS/COM_ESTATEAGENT/estateagent.php
it's the showEASearchResult function near the 980 line.
This function can be used to link some precise result on a text link. (sorry for my english..)
You need to add a task on the easearch switch in the top of the page and link it at a copy of that function. Just modify the query and you got it!
In the link put the link that correspond at that task, example:
task added (in the EASEARCH switch): showXXX
linked function (the copy of showEASearchResult): showEASearchResultXXX
[modify the query]
and your link is:
index.php?option=com_estateagent&act=easearch&task=showXXX
I hope I'm helpfull to someone.
p.s.: in this site there isn't support...