What do you think about the new layout? you will be able to send files, and photos inside chat.
will I have to upgrade to the ossn to achieve this?
I been waiting :) when is this coming ?
When are these changes coming?
Many thanks!
I understand, with the new changes on github themes can show in border this way
.ossn-inmessage-status-circle {
display:none;
}
.ossn-inmessage-status-offline .user-icon-smaller,
.ossn-recent-message-status-offline .user-icon-smaller {
border:1px solid red;
}
.ossn-inmessage-status-online .user-icon-smaller,
.ossn-recent-message-status-online .user-icon-smaller {
border:1px solid green;
}
I hope it helps now :)
Yes, that's what I was talking about, Arsalan. Because I want to stay with Ossn's original way of marking online members with a green border around the image. I don't see any sense in cropping the faces of the users in general and now even messing up the remaining visible part with colored dots, why?!
currently I may set this new ossn-inmessage-status-circle to display: none in my theme, but there's no class to mark the image some other way
You mean online/offline status?
Need to find a way to show recent members online status. I wanted to use less ajax requests so maybe we can utilize existing request of opened chat window?
What I like:
- file attachments
What I still miss:
- a way to see instantly who of my friends is on or offline in general (left column)
What needs to be improved
- on / offline marking in mobile view if no member avatar is available
- theme independent marking of member avatars
currently I may set this new ossn-inmessage-status-circle to display: none in my theme, but there's no class to mark the image some other way