Jump to content

Module wont hook


Recommended Posts

Hi all,

I downloaded Magic Slideshow v3.1.1.2 module to try, but i try to hook it on de homepage content it wont show up?
With some other modules i have the same problem

I see the module with the others modules, and i activate it, but it wont show up?

Any idea anyone, i am using PS Version 1.3.1.1

MArcel

Link to comment
Share on other sites

Check that module tpl file and see what functions that begin with hook...

Problem is maybe that module haven’t covered hooking up to homepage.
To do that add next function to yourmodule .php file

function hookHome($params)
{
      return $this->hookRightColumn($params);
}



If it have hookRightColumn function already.

And then transplant module to homepage.

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...