Status Message Code

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;

Quote · 11 Aug 2010

I see an error at the end of the first line...

 '<f alt="color:#999;font-size:9px;margin-left:5px;">'.$sProfStatusMessageWhen.'</font>';

Try:

 '<font="color:#999;font-size:9px;margin-left:5px;">'.$sProfStatusMessageWhen.'</font>';

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 11 Aug 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.