Yes you can!
Create a new page
open /includes/templates/YOUR_TEMPLATE_NAME/templates/tpl_flexible_footer_menu.php
find:
PHP Code:
$pages_id = $var_linksList[$i]['id'];
add below it:
PHP Code:
if ($list_col == 5) {
require($template->get_template_dir('tpl_mailchimp_sidebox.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_mailchimp_sidebox.php');
$col .= '<li>' . $content;
} else {
//show nothing
}
Replace 5 with the column id assigned when you created a new page.
That's it!

Originally Posted by
sydmich
I am wondering if anyone has been able to move or display the Mailchimp sidebox addon into the flexible footer menu? I'm using zc version 1.5.1 with the lovely winchester new template.
many thanks
Michelle