mrozendaal Posted August 30, 2010 Share Posted August 30, 2010 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 problemI 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.1MArcel Link to comment Share on other sites More sharing options...
razaro Posted August 30, 2010 Share Posted August 30, 2010 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 More sharing options...
mrozendaal Posted August 30, 2010 Author Share Posted August 30, 2010 Thkx for the reply razaro,But everything looks fine, there wasn't a return $this->hookRightColumn($params); in my php file, so i put that in the script but nadaGreetings,Marcel Link to comment Share on other sites More sharing options...
razaro Posted August 30, 2010 Share Posted August 30, 2010 I downloaded trial of that module and saw code and it not like regular module.So similar code may work with other modules you have problems but for this module you will need to contact it's developers. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now