Neeeedhelpfastpls Posted December 8, 2010 Share Posted December 8, 2010 How do i move my block newsletter to the footer?I only know it's editing the hooks in the blocknewsletter.phpbut how do i go about doing that?Also, are there ways to incorporate the newsletter block to a single line? So i can put it beside my payment logo.Thanks!! Link to comment Share on other sites More sharing options...
rocky Posted December 9, 2010 Share Posted December 9, 2010 I suggest that you add the following before the last } in modules/blocknewsletter/blocknewsletter.php: function hookFooter($params) { return $this->hookLeftColumn($params); } Then you will be able to go to Modules > Positions > Transplant a module to copy the "Newsletter block" into the "Footer" hook, then return to the Modules > Positions tab and delete the "Newsletter block" from the "Left column blocks" hook. You should then have the newsletter block displayed in your footer.You will need to edit modules/blocknewsletter/blocknewsletter.tpl to display everything on one line. Link to comment Share on other sites More sharing options...
Neeeedhelpfastpls Posted December 9, 2010 Author Share Posted December 9, 2010 Hi,do you also have the code for the display to be on one line?Thanks for all the help Link to comment Share on other sites More sharing options...
juanpax Posted February 12, 2011 Share Posted February 12, 2011 Great Rocky ;p Link to comment Share on other sites More sharing options...
Recommended Posts