Hi..!
I have a proposal as,
the first important thing is, we need to stop the main massage box in the bottom side, when we have done minimizing it..! Temporary.... you can create a "CLOSE" X action to close, if someone isn't like to it.
Then the other things aren't big cases, because other things are working well (to me).
I mentioned some issues in the Github too. And I like to mention here also, for someone, if want.
To show Smylies Icon & Attachment icon completely,
you can add this line in css file top: 90%;
To show chat box over the other content
you can add this line into the several css div classes z-index:90000;
Example:
.chat_box{
position:fixed;
right:5px;
bottom:0px;
width:250px;
z-index:90000;
}
Last edited by CyberBoy on Mon Nov 23, 2015 7:56 pm, edited 3 times in total.
It doesn't say in the original post, but it should look like root/ext/florinp/messenger.
However, when trying this on phpbb 3.1.6, (1.0.5) if I enable it, it doesn't do anything, just puts me at a blank page instead of going back to extensions.
Last edited by pantherfan on Sat Dec 12, 2015 8:42 pm, edited 1 time in total.