But didn't you ask to have the time instead of the status?
Quote:
Originally Posted by guydogg
Also, can anyone post how to change the (status) field, to (posted time). My users are wanting this, as they never know when the posts are put there.
|
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