Add the test for home page to the rest:
PHP Code:
// test if box should display
  
$show_logo_sidebox true;

 if (!
$this_is_home_page and (!isset($ezpage_id) || !in_array($ezpage_id,explode(",",'20,21,5,32,33,26,35,18,36,37,38,39,40,41,42,43,44,45,46,48')))) {
      require(
$template->get_template_dir('tpl_logo_sidebox_affiliate.php',DIR_WS_TEMPLATE$current_page_base,'sideboxes'). '/tpl_logo_sidebox_affiliate.php');
      
$title =  BOX_HEADING_LOGO_SIDEBOX;
      
$left_corner false;
      
$right_corner false;
      
$right_arrow false;
      require(
$template->get_template_dir($column_box_defaultDIR_WS_TEMPLATE$current_page_base,'common') . '/' $column_box_default);
 }
?>