A bit of playing and I got it to look how I wanted LOL
In tpl_main_page.php place this:
Code:
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'login,account')) ) {
$flag_disable_footer = true;
}
right after this:
Code:
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
$flag_disable_right = true;
}
Then I just added the copyright code section into the bottom of my login page and it's all sweet now