English Support Forum

icon
Avatar
SimonCleaver
Posts: 5
Hi all,
If I enable quicksearch then my extended search stops working.
The extended search page opens, but the searchbutton has no effect.

I am using version 1.60

Anyone else had this problem. Is there a solution?

many thanks
10.12.2009 17:44
Avatar
jrariasf
Posts: 53
With 1.6.1 version, the same.
I have made this test: To disable the QuickSearch module.... and then, the Extended Search works right!

Similar bug I wrote on this thread:
http://www.misterestate.com/meforum/topic/468.html

Changing the template could resolve the problem...
10.12.2009 22:09
Avatar
SimonCleaver
Posts: 5
Thanks,
It makes no difference if I change the template :(

Strange hey.

Anyone else with the same problem?
10.12.2009 22:22
Avatar
bestiabugblatta
Posts: 4
I have a strange behaviour of Quicksearch module (version 1.6.1). It works correctly when displayed in every page BUT when displayed in the single page of a building, I mean the page where there are all the details of a single building (photos, description, google map, and so on). I have tried to disable google maps, but nothing....template is JA_Purity ii

Same behaviour on the demo site

Please, advise on how to solve this bug

Ciao
Bruno
[Last edited by bestiabugblatta, 11.12.2009 20:26]
11.12.2009 20:01
Avatar
jrariasf
Posts: 53
iconbestiabugblatta:
I have a strange behaviour of Quicksearch module (version 1.6.1). It works correctly when displayed in every page BUT when displayed in the single page of a building, I mean the page where there are all the details of a single building (photos, description, google map, and so on). I have tried to disable google maps, but nothing....template is JA_Purity ii

Same behaviour on the demo site

Please, advise on how to solve this bug

Ciao
Bruno


I think all this problems are relationship with the Javascript code.
Please, try to activate the "rhuk_milkyway" template (is one of the templates that becomes with Joomla). In my case, with some templates the Advanced Search works right.
Also, if I disabled the QuickSearch Modele, then the Advanced Search works right.

P.S. See in http://www.misterestate.com/meforum/topic/468.html
[Last edited by jrariasf, 15.12.2009 21:58]
14.12.2009 10:08
Avatar
netokrat
Posts: 10
Same hapened to me as well.


fast solution 1:

turn on search by price and rent in quick search module


fast solution 2:

in "modules/mod_me_quicksearch/tmpl/default.php" change lines 81 and 88 from " <p> " to " <p style="display:none;"> "
15.12.2009 21:52
Avatar
bestiabugblatta
Posts: 4
I've made some tests....removing the form section (and its javascript) from the single bulding view (from the file components/com_misterestate/gui/templates/extended/details.php) the Quicksearch module works also in the single building view.

I don't know exactly where is the problem, but I hope that this hint can help to solve the bug.

Ciao
Bruno
16.12.2009 13:17
Avatar
bestiabugblatta
Posts: 4
Ok, it seems I've found the bug. Both quicksearch module and the contact form call the same named javascript function "validate". Now I've changed the name of that function in the quicksearch module to "validate1" and now everything works correctly.

I hope it will help other users

Cheers and Happy Christmas!

Bruno
22.12.2009 16:25
Avatar
jrariasf
Posts: 53
Thanks bestiabugblatta !!
Now, It's working right.

I have modified the file "modules/mod_me_quicksearch/tmpl/default.php" changing "validate" to "validateQuick", in lines 21 and 95, i.e.:
iconCode:
line 21:  function validateQuick(showrent,showprice)
...
line 95: 	<input class="button" type="button" name="mesearch" id="mesearch" value="<?php echo JText::_('ME_SEARCH_BUTTON_START');?>" onclick="javascript:validateQuick(<?php echo $params->get('showrent','0');?>,<?php echo $params->get('showprice','0');?>);" />
...
22.12.2009 16:48
icon