Hi Dream,
I'm trying to get the time showing when hovering the mouse over a username. I tried changing the function chatbox_make_user_link($user) to this:
Code:
function chatbox_make_user_link($user) {
$name = fetch_musername($user);
return "<a href=\"member.php?u=$user[userid]\" title=\"$time\" target=\"blank\">$name</a>";
}
Added a simple title inbetween there, but it doesn't show anything.