Quote:
Originally Posted by sv1cec
But didn't you ask to have the time instead of the status?
Oh, I got you, you mean it does not show the time in the brackets??
OK, in vBChat.php find:
PHP Code:
// Check Status
if($ThisMSG['vbchat_pref_status'] == ""){
$ThisMSG['vbchat_pref_status'] = "<i>None</i>";
}
Below that, add:
PHP Code:
// post time conversion
$mychat['time'] = vbdate($vboptions['timeformat'], $ThisMSG['s_postime']);
// end post time conversion
I knew I've forgotten something!
Rgds
|
YOU ARE THE MAN!!!
Only other thing is creating a new window for the chat....
Thanks :squareeyed: :nervous: