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
|
I tried this, but the time is NOT showing up? Still says None???
What am I missing...
Thanks in advance...
InterFX