Out of the box it would be great to theme the chat room user list a little more.

  • Move the user list over to the right of the chat log
  • An admin setting to enable/disable user picture thumbnails next to their names in the list

Comments

Anonymous’s picture

Anonymous’s picture

Title: User list theme » Move the user list over to the right of the chat log

i'm open to this, but my front-end skills suck.

i'll review and commit a patch that does this is someone rolls it.

delphium’s picture

To move the user list to the right of the chat, could you simply not apply CSS?

This...

div.chatroom-user-list {
float:right;
}

works fine for me :)