Jump to content

newsletter block movement


Recommended Posts

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

  • 2 months later...
×
×
  • Create New...