Jump to content

I can´t move a module to displaySearch hook


manudas

Recommended Posts

Hi all.

I´m trying to modify the default slider module to display content where the search bar is displayed in the default bootstrap theme, in ps 1.6

 

The problem is I´m not being able to get the slider module to display in this hook. I can register the module in the install method of slider module with

 

$this->registerHook('displaySearch')

 

then the module appears in the hook with the quick search module. But it's not being shown in this hook. I also added this method:

 

public function hookdisplaySearch($params){
     return hookdisplayTopColumn($params);
}
 
This should be enought to work, shouldn't this? The slider module is the default slider module of ps 1.6 modified to accept the displaySearch hook.
 
Can anybody help me please?
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...