alfredopacino Posted May 30, 2014 Share Posted May 30, 2014 (edited) i want to move the facebook module in footer as the attachment, how can i do that? i can't move in footer position Edited June 3, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
S-HAMMANI Posted May 30, 2014 Share Posted May 30, 2014 Hi You can disabled it in BO modules > Facebook block Link to comment Share on other sites More sharing options...
alfredopacino Posted May 30, 2014 Author Share Posted May 30, 2014 Hi You can disabled it in BO modules > Facebook block why should i disable the module? Link to comment Share on other sites More sharing options...
S-HAMMANI Posted May 30, 2014 Share Posted May 30, 2014 In back office see attached image Link to comment Share on other sites More sharing options...
alfredopacino Posted May 30, 2014 Author Share Posted May 30, 2014 thanks for trying to help me, but are you sure you get the question? Link to comment Share on other sites More sharing options...
PSfever.com Posted June 3, 2014 Share Posted June 3, 2014 (edited) You will need to create a new function in modules/blockFacebook/blockFacebook.php public function hookFooter($params) { return $this->hookDisplayHome($params); } This will allow you to hook it to the footer, however bear in mind that this will probably mess the fotoer up and you will need to do additional CSS work to style it properly. Edited June 3, 2014 by PSfever.com (see edit history) 1 1 Link to comment Share on other sites More sharing options...
alfredopacino Posted June 3, 2014 Author Share Posted June 3, 2014 (edited) You will need to create a new function in modules/blockFacebook/blockFacebook.php public function hookFooter($params) { return $this->hookDisplayHome($params); } This will allow you to hook it to the footer, however bear in mind that this will probably mess the fotoer up and you will need to do additional CSS work to style it properly. it works..so that's all what i need when a module can't be hooked in a position? it works in hookLeftColumn too Edited June 3, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
PSfever.com Posted June 3, 2014 Share Posted June 3, 2014 it works..so that's all what i need when a module can't be hooked in a position? You need to modify the correct PHP file and add the function with the hook which you want to use for that module. 1 Link to comment Share on other sites More sharing options...
alfredopacino Posted June 3, 2014 Author Share Posted June 3, 2014 You need to modify the correct PHP file and add the function with the hook which you want to use for that module. i guess you mean "yes" Link to comment Share on other sites More sharing options...
PSfever.com Posted June 3, 2014 Share Posted June 3, 2014 Yes :-) Could you please mark the thread as solved then? Link to comment Share on other sites More sharing options...
Recommended Posts