Jump to content

[Solved] Probleme with autocomplete feature in blocksearch


Recommended Posts

Hi,

 

I have a problem on my site (www.direct-vet.fr) : since I have installed the module Addblock (bought on addons) the autocomplete feature in the blocksearch doesn't work anymore. If I remove this module it works again.

I would like to solve this problem, I have asked to the developper : no answer, I have asked in the french part of this forum : no answer...

 

Has someone an idea, please !

Best regards,

Charlotte

Edited by chafox (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

So, I solved this problem by myself.

In the file Addblock.php of the module Addblock there is this function :

 

function php_getSlideshowHeadersForFront($id_lang) {

$htmlHeader = $this->db_getAllSlideshowHeaders($id_lang);

$htmlHeader .= '

<script type="text/javascript" src="'.$this->_DIR_.'js/jquery-ui-1.8.11.custom.min.js"></script>

<script type="text/javascript" src="'.$this->_DIR_.'js/jquery.ui-carousel.js"></script>';

return $htmlHeader;

 

And finally just by removing the line :

<script type="text/javascript" src="'.$this->_DIR_.'js/jquery-ui-1.8.11.custom.min.js"></script>

it works...

 

I just regret the developer didn't tried to help me with this problem and didn't even answer to my email...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...