BxBaseMenu.php
For me and the few people I have testing, the following code is a problem. It is for updating the status message on the profile page. The profile update bubble does not show in IE at all and in Firefox it shows but does not work. You type, click and nothing.
$sProfStatusMessage = ($sProfStatusMessage=='') ? _t('_Click_here_to_update_your_status') : $sProfStatusMessage . '<f alt="color:#999;font-size:9px;margin-left:5px;">'.$sProfStatusMessageWhen.'</font>';
$sProfStatusMessage = <<<EOF
<script language=";
$('#StatusMessage').hide();
}
</script>
<div id="StatusMessage" alt="InloadStatusMessageEl(); return false;">{$sProfStatusMessage}</div>
<div id="inloadedStatusMess" style="float:left;"></div>
EOF;
} elseif ($sProfStatusMessage != '') {
$sProfStatusMessage = <<<EOF
<div id="StatusMessage">{$sProfStatusMessage}</div>
<div id="inloadedStatusMess" style="float:left;"></div>
EOF;