Archiving chat room hides usernames with "guest-0".
hmm:
$sql = "INSERT INTO {chatroom_chat_online_list} (ccid, uid, sid, guest_id, last_seen_time) SELECT %d, %d, '%s', COALESCE(MAX(guest_id) + 1, 1), %d FROM {chatroom_chat_online_list} WHERE ccid = %d";
that shouldn't let there ever be a guest id of '0'.
can you give me more information? a screenshot?
oh wait, now i see it.
probably my hacky theme fixes for archived chats, fix coming shortly, thanks for the report.
fix committed here:
http://drupal.org/cvs?commit=291356
please reopen if that doesn't work for you.
Seems OK now, thanks.
Comments
Comment #1
Anonymous (not verified) commentedhmm:
that shouldn't let there ever be a guest id of '0'.
can you give me more information? a screenshot?
Comment #2
Anonymous (not verified) commentedoh wait, now i see it.
probably my hacky theme fixes for archived chats, fix coming shortly, thanks for the report.
Comment #3
Anonymous (not verified) commentedfix committed here:
http://drupal.org/cvs?commit=291356
please reopen if that doesn't work for you.
Comment #4
tormiSeems OK now, thanks.
Comment #5
Anonymous (not verified) commented