samper19 Posted May 8, 2013 Share Posted May 8, 2013 I have been trying to hook Best Sellers Module to the left column but keep getting an error. I've looked at the code and the hook seems to be created but won't work in Left or Right columns I've compared it to code in other modules that work and all seems exactly the same but no luck regards Sam P Link to comment Share on other sites More sharing options...
samper19 Posted May 8, 2013 Author Share Posted May 8, 2013 sorry Version 1.5.4 latest. is there something that might be missing that I need to find or can someone point me to a module that I can use and install instead of the default. I have upgraded from 1.5.4 to latest version so maybe that has broken it. I never used it before so don't know if it worked before. Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2013 Share Posted May 8, 2013 You have to modify the source of the module. first thing: !$this->registerHook('rightColumn') || modify it to: !$this->registerHook('rightColumn') || !$this->registerHook('leftColumn') || then uninstall and install module again. should help Link to comment Share on other sites More sharing options...
modestmart Posted October 19, 2013 Share Posted October 19, 2013 You have to modify the source of the module. first thing: !$this->registerHook('rightColumn') ||modify it to: !$this->registerHook('rightColumn') || !$this->registerHook('leftColumn') || then uninstall and install module again.should help I am having same problem. When I try to hook it into left or right column it shows error message saying cannot transplant into this hook. I tried top search this module inside module folder but couldn't find it. Could you please tell me which file do i need to modify and where do I find it. Thanks Link to comment Share on other sites More sharing options...
vekia Posted October 19, 2013 Share Posted October 19, 2013 can you show how code of your module looks like? im asking because you have to add also functions which will suppor these hooks Link to comment Share on other sites More sharing options...
Recommended Posts