cool! @it33
Yeah, i used CSS to hide the username/timestamp for individual messages unless they are hovered. It may not be perfect since it doesn't show the username the first time either, but i talk to the same people all the time. This CSS excerpt from
It does look like that could be easily adapted to only hide it for subsequent messages from the same user by adapting the css to look like.same--user .post-header-post {
and .same--user.post:hover .post-header-post {
does that make sense? I could write it all up if that helps...